Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to close Class Designer programmatically?
Message
De
08/07/2003 14:21:02
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00807810
Message ID:
00808139
Vues:
18
David,

If I use the following coding, it will not close the class designer "immediately".

for x = 1 to 100
keyboard '{ctrl+W}'
lcclass = 'test' + alltrim(str(x, 3))
create class (lcclass) of test1 as label nowait
endfor

All the class designers will close at the end. There is no problem in this specific scenario. However, if some of the classes being created are container classes which includes any of the classes being created, VFP will yield error loading file since the classes are in use by MODIFY CLASS. That's why I want to able to close the class designer right after each create class statement.


Peter
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform