M
Marcel K.
I need to pass a parameter to a form that opens after a
click event has fired. I can pass using openargs, but on
the open event of the opening form, the trouble I am
having with this approach is that I have a variable that
references the.OpenArgs property of a form....but if I
have another form calling my loading form - the first
reference to the .openargs property doesn't work...since
the form is not running..
I guess the concern here is can I use the .openargs, I
just need to know which form is doing the calling?..then I
can I can retreive the string value passed in on
the .openargs from that calling form?
Your reply is most appreciated.
click event has fired. I can pass using openargs, but on
the open event of the opening form, the trouble I am
having with this approach is that I have a variable that
references the.OpenArgs property of a form....but if I
have another form calling my loading form - the first
reference to the .openargs property doesn't work...since
the form is not running..
I guess the concern here is can I use the .openargs, I
just need to know which form is doing the calling?..then I
can I can retreive the string value passed in on
the .openargs from that calling form?
Your reply is most appreciated.