Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling Prg from Button::Click
Message
 
 
To
16/12/2003 04:48:26
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00857996
Message ID:
00859430
Views:
23
>Hi Larry,
>
>Thanks for the answer. Is is something like below?
>
>*** MyProc.Prg. Called from form button click method.
>LOCAL lnDS
>
>lnDS = SET('DATASESSION')
>loSess = CreateObject('SESSION')
>SET DATASESSION TO loSess.DataSessionID
>...
>...
>...
>...
>loSess.Destroy()
>loSess = NULL
>SET DATASESSION TO (lnDS)
>RETURN
>

No. You have to do the processing and datasession set inside in the Session object. You can create a custom method to handle that. From the Button.Click method, you simply need to create an instance of your Session subclass and call the appropriate method.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform