Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Procedures and classlib
Message
De
28/10/2004 10:54:42
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Procedures and classlib
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
00955296
Message ID:
00955296
Vues:
55
Hello guyes,
I have a question pertaining to application development. In your opinion is it better to set up your procedure files and classlib in your main application startup program or set them when needed.

I.E.
procedure Main()
Set procedure to myprocs additive
Set Classlib to myclass additive
endproc

or

Procedure WhenNeeded()
Set procedure to myprocs additive
Set Classlib to myclass additive
usethem()
Release procedure myprocs
Release Classlib myclass

endproc
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform