Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
This can't be impossible to do
Message
De
30/03/2002 17:53:33
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
30/03/2002 17:35:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00639169
Message ID:
00639203
Vues:
28
Elmer,
Unfortunately I don't have any VFP on this computer to test. Just 2 suggestions to try till I can reach my work computer :
-Use for each instead of forms(index) (or starting from forms.count and stepping down might help)
-Set oObj null explicitly

I would code something like :
for each oObj in _vfp.objects
 if pemstatus(oObj,'baseclass',5) and lower(oObj.Baseclass)='form'
    oObj.hide()
    * oObj.Show(2)  && make modeless - this might be needed
    oObj.release
 endif
 oObj = .null.
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform