Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to do this
Message
De
27/03/2002 15:09:08
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
How to do this
Divers
Thread ID:
00638068
Message ID:
00638068
Vues:
51
Hello

How to programatically pass values for a parameterized view,

This is my view vueName

SELECT *;
FROM test!employee;
WHERE employee.lname = ?lastname;
AND employee.fname = ?firstname

and i have a grid based on this vueName and in init section of form i have
lastname='Test'
firstname='Name'

and when i run the form it still ask for lastname and firstname what am i missing ?

Txs
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform