Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp50 - Loading FORMS only once...
Message
From
19/03/1997 09:26:45
 
 
To
18/03/1997 12:45:25
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00024659
Message ID:
00024816
Views:
31
>>I only want my users to load a form only once.
>>How can I check for this?
>
>if type("frmDoing")="O"
> frmDoing.show()
>else
> do form Doing name frmDoing
>endif

This does not seem to work.
Name of my form is "Call"
My code is...

if type("call")="O"
call.show()
else
do form call
endif

Help???
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform