I have 8 programs that I want to call from a single form. The form is simple, with a couple of data input fields, 8 buttons to call programs, and a quit button.
My question:
What is the best method of calling the 8 programs?
For example:
In the click put a DO PROGNAME ?
Add the programs as new properties of the form ?
Combine programs in a Procedure file and call as procedures ?
All input is welcomed. Thanks
My question:
What is the best method of calling the 8 programs?
For example:
In the click put a DO PROGNAME ?
Add the programs as new properties of the form ?
Combine programs in a Procedure file and call as procedures ?
All input is welcomed. Thanks