Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to execute the release-routines of all open forms
Message
From
21/09/1998 17:23:51
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00139245
Message ID:
00139269
Views:
28
Right you are, good catch! Thus TYPE("_SCREEN.ActiveForm") is better.

>Hi Steve,
>
>Beside VarType() being almost non-existent in VFP 5, it also causes an error when there's no active form anymore. Isn't it great when functions behave consitently. *eg*
>
>Christof
>
>
>>Alfier,
>>
>>  DO WHILE VARTYPE(_SCREEN.ActiveForm)= "O"
>>    _SCREEN.ActiveForm.Release()
>>  ENDDO
>>
>>
>>>Hello,
>>>
>>>We are using Visual FoxPro 5.0. If we want to quit a program we want to know which forms are opened and execute there release routines instead of using the RELEASE ALL-command. Is there a way to do that?
>>>
>>>Greetings,
>>>
>>>Afier Appelman
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform