Hi Sameer:
OK. I _believe_ I understand what you're trying to do.
I suggest that you set a filter, based on the text box valeu, for the grid.
Example: SET FILT TO cFax = lcFax where cFax is your table column and
lcFax is the variable from the text box.
Or your grid could access a derived CURSOR.
SELECT * ;
FROM FaxTable ;
WHERE cFax = lcFax ;
INTO CURSOR GridFax
Hope this helps.
David in Dallas.
--- Maximus/2 3.01
---------------
* Origin: * MacSavvy OS/2 BBS * Dallas, Texas * 972-250-4479 * (1:124/1208)
|