Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form refresh problem
Message
 
To
27/02/2000 00:47:29
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00337991
Message ID:
00338245
Views:
8
By "passing the object reference" do you mean to do something like this...

do form Form2 with Form1

Then in Form use the "parameters" to access it?

>>Could you explain how I declare the form as a public variable and pass the reference along the forms?
>
>I imagine your 1st form has:
>
>DO FORM Form2
>
>Make that:
>
>PUBLIC Form2
>DO FORM Form2

>
>Better use the NAME cluse as well (just to be safe):
>
>PUBLIC Form2
>DO FORM Form2 NAME Form2

>
>But consider my other solutions, such as passing the object refrence along the forms, it is cleaner and it doesn't use PUBLIC variables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform