Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Routine to cycle and close all open forms?
Message
 
 
À
15/07/2009 18:47:39
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01412529
Message ID:
01412871
Vues:
53
CloseAllForms()
where CloseAllForms.prg contains... *g*

>>Even More:
>>
>>FOR lnForm = _screen.FormCount TO 1 STEP -1
>>    IF TYPE("_screen.Forms(lnForm).Name") == "C" AND _screen.Forms(lnForm).Baseclass == "Form"
>>          _screen.Forms(lnForm).Release()
>>    ENDIF 
>>ENDFOR
>>
>
>Are we going for a one-liner? :)
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform