Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Procedures and classlib
Message
From
28/10/2004 10:54:42
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Procedures and classlib
Environment versions
Visual FoxPro:
VFP 8 SP1
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00955296
Message ID:
00955296
Views:
53
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
Next
Reply
Map
View

Click here to load this message in the networking platform