Larry

have you tried

1. replace .tfilename with &tfilename?

OR
2. SET VAR vCommand = +
("RUN SELECT USING" & .tFileName & "ConvertProgram IN TableName WHERE RowID =" 
& .vRowID)
&vCommand

David





"David Blocker
[email protected]
Office: 781-344-1920
Cell: 339-206-0261"
-----Original Message-----
From: Lawrence Lustig [mailto:[email protected]]
Sent: Friday, December 4, 2009 05:31 PM
To: 'RBASE-L Mailing List'
Subject: [RBASE-L] - RUN SELECT with parameter

I have some code in a VARCHAR column. I can get it to run fine with RUN SELECT. 
However, I want to pass in a single parameter (tFileName), and I can't figure 
out the syntax.


RUN SELECT USING .tFileName ConvertProgram IN TableName WHERE RowID = .vRowID 


doesn't work.


--
Larry





Reply via email to