Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String is too long to fit
Message
From
28/12/1998 15:17:21
 
 
To
28/12/1998 13:34:07
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00170802
Message ID:
00170917
Views:
33
>Okay, how about this?
>
>Do you call the modal form with:
>
DO FORM myForm WITH this.someProperty
>
>If so, then try this on for size < s >. This way of calling the form is "trying" to pass the property by reference (like a var to a procedure), but since properties can only be passed by value, VFP is suffering from vapor lock and telling (unhelpfully) that it's having trouble.
>
>Assigning the property to a variable bypasses this problem since the memvar can be passed by reference.
>
>What do you think?

Form properties are always passed by value, there is no other way. My personal conclusion from playing with it and from reading the posts here is that I have encountered a bug. Good thing there is an easy workaround. This is one for my records...

Thanks for the help.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform