Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Par2: Variable name for Prop:SQL 2010-11-19 -- Dennis Evans >I want to process a file.
> I use Filename{PROP:SQL}='Select *...
> How can i use variable (loc:filename) for Filename
> (like:
> loc:filename='Filename'
> loc:filename{PROP:SQL}='Select *...?)
> thanks to anybody to explain
you canot use a string, but you can use these two functions with an
astring
GetFileManager PROCEDURE(ASTRING Tag),*FileManager,DLL(_ABCDllMode_)
SetFileManager PROCEDURE(FileManager FM, ASTRING Tag),DLL(_ABCDllMode_)
or use a file variable
f &file
f &= fileName
f{prop:sql} = '...'
Today is November 21, 2024, 6:35 am This article has been viewed 35230 times.
|
|