Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form return an unattended value
Message
From
12/04/2007 04:38:37
Hans-Otto Lochmann
Dr. Lochmann Consulting Gmbh
Frankfurt, Germany
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01214417
Message ID:
01214860
Views:
8
Hi Normand

if the form is modal try
do MyForm to m.lcAnswer
? m.lcAnswer
Hans

>Hi,
>
>I created a form containing these values:
>
>load: thisform.cRetVal = "OK"
>
>cmdAccept.click: thisform.cRetVal = "OK"
> thisform.release
>
>cmdNoWay.click: thisform.cRetVal = "NO"
> thisform.release
>
>Unload: return thisform.cRetVal
>
>My problem is that I receive .f. instead of the value expected. I follow the process with the debugger and the value of cRetVal is good in the Unload event.
>
>Is anybody can tell me what's wrong with this.
>
>Thanks,
>
>Normand
Previous
Reply
Map
View

Click here to load this message in the networking platform