Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determine for the active form..
Message
From
15/07/1998 10:39:36
 
 
To
15/07/1998 10:34:02
Larry Santos
Local Data System
Philippines
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00117582
Message ID:
00117585
Views:
15
>Hi,
>
> I have a lot of form open into my application e.g. employee, department, position, location. How should i know or to detect if the form position is already exist in my application?
>
>Thanks and Advance
>Larry Santos

You can check before you load the form:
if type(oApp.PositionForm)<>"O" or isnull(oApp.PositionForm)
 oApp.PositionForm=createobject("clPosForm")  && or use do form here
endif
oApp.PositionForm.show()
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform