Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to do this
Message
From
27/03/2002 15:09:08
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to do this
Miscellaneous
Thread ID:
00638068
Message ID:
00638068
Views:
52
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
Next
Reply
Map
View

Click here to load this message in the networking platform