Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning values
Message
From
25/08/1996 17:29:44
 
 
To
25/08/1996 17:05:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00006630
Message ID:
00006632
Views:
45
>I have a desktop form that calls a modal employee
>lookup form which contains a listbox of employees.
>I want the modal form to return the value of the
>double clicked employee to the desktop form.
>
>I open the modal form with Do Form and made sure
>its modal..but when trying to place the return
>code in the unload method I keep getting syntax
>errors.
>
>I'm using: return nEmplID to frmDesktop
>
>where nEmplid is a public variable and frmDesktop
>is the calling form...what am i doing wrong?

Run your form with:
Do YourForm to YourResult
where Your Result is a variable where you receive the result from YourForm

In the Unload method issue only:
return nEmplID
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform