Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DO form ; TO ; problem !! can't return value
Message
De
06/05/1999 15:09:20
 
 
À
06/05/1999 12:42:52
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00215774
Message ID:
00215832
Vues:
26
Cetin,
I can get the return value to the caller reference already but i have so minor problem.
In my caller form i have a textbox which will display the return value from the called form when the called form release.
Below is the relaese clcik button code :
* return value to the caller form reference
>>thisform.dDateOut.dDateDisplay =
>>ctod(alltrim(str(thisform.oleCalendar.month)) + '/' + ;
>>alltrim(str(thisform.oleCalendar.day)) + '/' + ; >>alltrim(str(thisform.oleCalendar.year)))

>>thisform.dDateOut.refresh
>>thisform.release
**I wish to return the value and display immediate to the caller form textbox,
but when i run it in exe it say the "callerformname object not found !!"
>>callerformname.text1.value=thisform.dDateout.dDateDisplay

Anyway to get it diplay to the textbox of caller form immediately when the called form release ?
thanks,

regard,
chang
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform