Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem returning from one form to the calling form
Message
 
To
21/04/1996 01:40:48
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00000764
Message ID:
00000768
Views:
51
Chris


>I seem


If your still out there then this is what I do:

if type('MyFor') = 'O' and !isnull(MyForm)
MyForm.show()
else
do Mine name MyForm linked
endif


This way the form is linked to a memory var. You test the
memvar to see if the form is loaded. Beware the memvar could
exist & no form loaded -- hence the 'isnull()' function.

Hope this helps,
Tom
Tom
--------------------------------
Tom O'Hare
407-299-4268 -- tom@redtile.com -- http://www.redtile.com/
Independent Programmer Using Visual FoxPro, Visual Basic & more...
Operations Manager -- Virtual FoxPro User Group (VFUG)
http://www.vfug.org/ -- tom@vfug.org
President -- Central Florida FoxPro User Group (CFFUG)
http://www.redtile.com/foxpro/
Universal Thread Most Valued Professional (MVP)
http://www.transformation.com/foxpro/
Previous
Reply
Map
View

Click here to load this message in the networking platform