Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determine for the active form..
Message
From
15/07/1998 10:56:02
Larry Santos
Local Data System
Philippines
 
 
To
15/07/1998 10:39:36
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00117582
Message ID:
00117593
Views:
21
>>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,

By the way thank you for your answer. Actually im using the logic of tastrade in visual foxpro 5 and they used the doform("Formname") or just like do form "formname" how should I know if that formname is already exist and if existing how to activate that form without displaying again the form i mean w/out duplicate display of that form.

Thanks
Larry Santos
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform