how to pass parameter from host form to custom form
Hi,
I need to call another custom form (Say form2) from the original form (say form1) using forms personalization.
I have created a special menu which will be triggered from tools menu to open the form2. To get the form2 queried with all details, I have to pass 2 parameters which will be used to populate the data on form2.
I have created 2 global variables to store the values for parameter1 and parameter2
and also a triggering event for special field which uses launch a function (built in) to open the form2.
Can anyone tell me, how are we going to pass parameters to another form?