Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_screen and forms
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00112065
Message ID:
00112072
Views:
25
>You use one of possible ways to reference form. Another way is to provide object reference when you load a form:
>Do Form myform NAME oApp.myform LINKED
>and use this reference later on:
>oApp.myform.property1=....
>One more way (less universal) is to send object reference as parameter:
>DO FORM myform WITH thisform
>and use it within Myform only.


I tried using 'Do Form myform NAME oApp.myform' that did not work I will try again with the Linked option. I like 'DO FORM myform WITH thisform', I never thought of using thisform as a paramiter.

Thanks,

Mike
Previous
Reply
Map
View

Click here to load this message in the networking platform