Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form return value
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00568395
Message ID:
00568397
Views:
16
>Using VFP5...
>
>&& on form main (parent form)...
>
>textbox.rightclick -
> do form calendar to this.value
>--------------------------------
>
>&& on child form calendar (modal form)
>
>cmdSelect.click -
> thisform.release
> return.oleCalendar.value (MS calendar control)
>
>All I get is T returned. What am I doing wrong?

You have to use Unload event return statement to return value from modal form. You can save return value to the form's property in cmdSelect.click and use later in Unload.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform