I know I should know how to do this... but I am blanking
I use an interactive change to cLName1 and cFName... and I want to display the results in a one column Grid ...
I cannot seem to get the properties right....
Should I make a QUERY and use that as the RowSource...
Sorry.... holiday mind block
FoxEgg
Code:
In TEXT1 I have
SELECT * FROM PATIENT_EPISODES;
WHERE last_name = cLName1 .and. first_name = cFName;
NOCONSOLE;
NOWAIT;
INTO CURSOR temp
I use an interactive change to cLName1 and cFName... and I want to display the results in a one column Grid ...
I cannot seem to get the properties right....
Should I make a QUERY and use that as the RowSource...
Sorry.... holiday mind block
FoxEgg