G
Guest
A button on a form opens a modal dialog box by which the user makes a
selection identifying the subform to load. Other data on the original form
must be passed to the subform, viz. the parent's key (that is not an issue).
I use OpenArgs to send a parameter from the calling routine to the form.
The option group is populated at runtime so the form is reusable; it is
called from a variety of routines. I'm sure that I'm over-complicating the
process. How do I pass the selection (or any value) from the modal form to
the subroutine/form from which the modal form was called?
selection identifying the subform to load. Other data on the original form
must be passed to the subform, viz. the parent's key (that is not an issue).
I use OpenArgs to send a parameter from the calling routine to the form.
The option group is populated at runtime so the form is reusable; it is
called from a variety of routines. I'm sure that I'm over-complicating the
process. How do I pass the selection (or any value) from the modal form to
the subroutine/form from which the modal form was called?