Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form refresh problem
Message
From
27/02/2000 00:47:29
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00337991
Message ID:
00338139
Views:
11
>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