Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Opening just one form
Message
From
06/07/1999 11:10:35
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
06/07/1999 10:56:48
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00237768
Message ID:
00237777
Views:
10
>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
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform