splaisance
Programmer
I have a visual basic program that needs to be split into two parts. A selection screen for interactive use where the user will decide what options they want a report to run with. The second part is actually running the selected report.
I know how to pass parameters when calling a program and retrieving them via GetCommandLine(), etc. But this particular program will have over 10 parms to pass, one of which is a varying size.
What is a good way to do this? Is there a simple solution I am missing? Any comments/advice/suggestions are welcome!!!
Thanks!
Shannon
I know how to pass parameters when calling a program and retrieving them via GetCommandLine(), etc. But this particular program will have over 10 parms to pass, one of which is a varying size.
What is a good way to do this? Is there a simple solution I am missing? Any comments/advice/suggestions are welcome!!!
Thanks!
Shannon