Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing a parameter to a form
Message
 
À
01/08/1998 23:34:12
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00123344
Message ID:
00123405
Vues:
18
Dennis,

It looks like your problem is in passing the parameters. Change the doform line to doform("newform", variable). By wrapping the variable name in quotes your passing a literal string that contains the word "variable".


>When passing a parameter to a form using doform() I seem to be missing something. Can you review my steps and maybe see what I am missing.
>1. pass the parameter in the click event button
> variable=v_custinfo.iid
> doform("newform","variable")
>
>2. within the view, for the newform I set up a filter matching the variable against the appropriate field
>
>3. In the newform class I placed a parameter statement in the init event
> para variable
>
>What is missing.
>Dennis
kenweber
GCom2 Solutions
Microsoft Certified Professional

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform