I hope I can ask this properly. I have an application with several menus and corresponding custom actions. The actions must be run in order, one at a time, to accomplish the desired end result, including doing updates and printing reports.
In addition to the one-at-a-time method, I'd like to provide the operator with an option to automatically run ALL the "modules" one after the other, in sequence--with a single click. I could equip each module with an IF test to tell it whether to stop or proceed to the next module. It boils down to how can I call or run one module from another without returning to the menu? GOTO...LABEL is out because they are different files. In the old days, I could say RUN APP2 IN APP1.APX, but things are different now. And it won't let me "create" a $COMMAND block--I get "not a run procedure." This will make my boss swing from the chandeliers if I can pull it off. How do I do it? Thanks, Fred Fred C. Kopp Authorized R:Base Developer 19 Teri Lane Washington, PA 15301 P 724-222-7376 F 724-222-7376 C 724-413-5534 E [EMAIL PROTECTED]

