Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Child forms
Message
From
26/03/1998 05:10:09
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00087228
Message ID:
00087235
Views:
37
>Sawadee,
>
> How do you determine if a child form exists in an SDI top level form? I need to check to see if any children exist and kill them from time to time.
>
>Eric K.
Hi Eric,
for ix = 1 to _screen.formcount
   if _screen.forms(ix).showwindow = 1 && In toplevel
      * Form is child in _screen.activeform
   endif
endfor
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
Reply
Map
View

Click here to load this message in the networking platform