Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can I return a value from the init method of a form
Message
From
20/07/2006 09:16:06
 
 
To
20/07/2006 08:53:09
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Miscellaneous
Thread ID:
01137825
Message ID:
01138014
Views:
21
>This is write
>The Unload is execut but it dosent return the client number
>
>I have This code in the Unload
>
>WAIT WINDOW 'UNLOAD'+Thisform.valret
>RETURN Thisform.valret
>
>The wait windowe is there to verify the value of the Valret porperty
>
>The wait window show me the client number '8433185'
>But the return value is empty

PMFJI,
but I never try returning a thisform value. I put it into a local variable and return that.
 Local lnClient
 lnClient = Thisform.valret
 RETURN lnClient
HTH,
Beth
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform