`SET ORDER TO MyOrder` currently gets translated to `OrdSetFocus( MyOrder )` which at runtime leads to an error that MyOrder does not exist
SET ORDER TO MyOrdercurrently gets translated to
OrdSetFocus( MyOrder )which at runtime leads to an error that MyOrder does not exist