
Pass variable value back to form from module
Greetings,
I have a program that has 1 form on it. The user fills out the form and
then clicks,
which starts a module. The module creates a directory -- then the program
shells to
an imaging software package. When the user is finished scanning images,
they
close the imaging shell and return to my form.
There is a message box telling them that the shelled program is over. Now,
when
they click the ok in this message box, I want to change the name of the
directory
that was created in the module.
I've tried global variables, etc. and I continue to get run-time errors
unless I have
my variable local in the procedure.
Is there some way of passing variables when the program is running from the
module to the form?
Thanks for the help,
Shawn Pursley