Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Opening just one form
Message
From
07/07/1999 12:20:58
 
 
To
06/07/1999 11:10:35
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00237768
Message ID:
00238359
Views:
11
>>I'm working with modal forms, form1 call form2, form2 call form3: I would avoid that form3 call a second time form1,any ideas ? many thanks
>Instantiate them with "name" clause so you could check their existence easily :
>do form myForm1 name "frm1"
>On the long run you would do this by starting a custom oApp object and storing formnames in custom array property oApp.FormsArray. This is better than using forms colection because with forms colection there is no way of really distinguishing 2 forms.
>Cetin
Thanks Cetin, my hope was finding an easier way
Previous
Reply
Map
View

Click here to load this message in the networking platform