Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Has an object been instantiated?
Message
From
17/04/1998 09:57:53
 
 
To
16/04/1998 18:04:52
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00092641
Message ID:
00092853
Views:
31
>
FOR EACH loForm IN _SCREEN.Forms
>   IF loForm.Name = "MAIN"
>      WAIT WINDOW "Hey...there's a form with the name 'NAME' open"
>      EXIT
>   ENDIF
>ENDFOR
>
>Vlad
>
>>FOR i = 1 TO _SCREEN.FormCount
>>IF _SCREEN.Forms(i).Name="MAIN"
>> WAIT WINDOW "Hey...there's a form with the name 'NAME' open"
>> EXIT
>>ENDIF
>>ENDFOR
>>


Vlad,

S.S.D.D. ;-D
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform