Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refreshing active form
Message
From
08/05/2003 10:32:57
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Refreshing active form
Miscellaneous
Thread ID:
00786240
Message ID:
00786240
Views:
52
I have a form that gets launched from a class and there are 4 parameters passed to the init of the form. I need to keep the form visible and pass it information from the mouse click on the form. When I used init rather than refresh I ened up with several forms.
I first check to see if it is an object then launch the form. The problem I have is how can I pass these 4 parameters to the form after it has been launched?

if type('_vfp.forms("coords")') = 'O' then
_vfp.Forms("coords").refresh
else
DO FORM coordinates WITH lcLLXString, lcLLYString, lcUTMXStr, lcUTMYStr
endif

Thanks in advance
Next
Reply
Map
View

Click here to load this message in the networking platform