Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to return values from a form object?
Message
 
 
À
21/06/2002 21:08:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00671287
Message ID:
00671291
Vues:
20
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform