Hello listers, I've had this problem before, solved it, and now I can't
find any code to cut and paste into my new app so I have to ask the
question again. How do you use the Run Command command to use the Fetch
command properly when you have your table and column names in variables?
My code now is:

tab_name = whatever
col_name = whichever
For x = 1 to TableInfo(tab_name, TAB_INFO_NROWS)
Fetch Rec x from tab_name
col_val = tab_name.col_name
Next

Thanks in advance!
Ron


---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 10656

Reply via email to