Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create a Private Datasession for Procedures
Message
From
13/01/2005 12:39:19
 
 
To
13/01/2005 12:16:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00976830
Message ID:
00976840
Views:
7
Do it in a class, based on the Session class. Then, when you need to call it, do a CREATEOBJECT().

oProcs = CREATEOBJECT("MyClass")
oProcs.ProcessSomeData()

DEFINE CLASS MyClass AS Session
PROCEDURE ProcessSomeData()
* Open tables
* Process the data
* etc.
ENDPROC
ENDDEFINE

>Hi,
>
>As I make to create a private Datasession for procedure?
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform