Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to return values from a form object?
Message
 
 
To
21/06/2002 21:08:14
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00671287
Message ID:
00671291
Views:
21
>Hi
>I got this code:
>
>THIS.oCalendar=CREATEOBJECT("frcalendar.frcalendar")
>THIS.oCalendar.SHOW
>
>Once this.oCalendar is released, how can I return a value
>from the unload event to a variable or propertie of the
>object that created this.ocalendar or what I'm trying to achieve
>is only possible with DO FORM?
>
>
>Thanks in advance

this.MyRetVal = this.oCalendar.value
this.oCalendar.release()
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform