Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing values from the form back to the calling program
Message
 
 
To
01/05/2002 19:54:28
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00651676
Message ID:
00651679
Views:
19
>Hello Group,
>
>I have created a log on or log in form that takes parameters from the calling program and makes the connection with the remote SQLServer. How do I get the value of the connection handle from the form back into a variable in the program. I am saving the value of the connection handle in thisfrom.txtConnectionHandle.value.
>
>Thanks
>Jim

Assuming that form is modal and SCX based.
DO FORM myform WITH .... TO lnHadle
* In the Unload of the form
Return thisfrom.txtConnectionHandle.value
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform