<<
have you tried
1. replace .tfilename with &tfilename?
OR
2. SET VAR vCommand = +
("RUN SELECT USING" & .tFileName & "ConvertProgram IN TableName WHERE RowID ="
& .vRowID)
&vCommand
>>
Yes, I tried
RUN SELECT 'LiteralValue' ConvertProgram IN TableName WHERE RowID =
'Type2Process'
and it doesn't work. When I do
RUN SELECT ConvertProgram FROM StatRunSetup WHERE StatRunSetup = 'Type2Process'
it works fine (although, of course, my value isn't passed in). I'm not
entirely clear from the help file what the write syntax is for USING, but it
clearly indicates that USING is supported.
--
Larry