Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using AddViewParameter for an Empty VP
Message
 
 
À
19/12/2008 11:41:30
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01368829
Message ID:
01368874
Vues:
6
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform