Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using AddViewParameter for an Empty VP
Message
 
 
To
19/12/2008 11:41:30
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01368829
Message ID:
01368874
Views:
7
>I marked this as a solution accidently, (clicking too fast)
>I have now tried this:
>
>thisform.iepointusersobj.addviewparameter('vp_cuserid',thisform.vp_cuserid)
>
>with my form property being empty.
>but get the same error.

It should be

thisform.iepointusersobj.addviewparameter('vp_cuserid', 'thisform.vp_cuserid')

the second parameter in quotes also.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform