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: IP Driver: Variable file name 2004-12-10 -- Bob Foreman Use the RemoteExecute procedure to pass the value to a variable defined in the
data manager DLL.
That variable can prime the filename in the Change Filename embed point in the
Data Manager DLL.
>I have a file whose name is obtained from a variable (glo:casebase). So how
>does the ip client pass the variable to the ip server so the server knows
>what file to open?
Use a temporary table, or a configuration file.
OPEN(config)
SEND(config, yada yada)
OPEN(your target file)
>Further, it says in the docs that: "NOTE: The SEND command for the IP
>Driver MUST be called AFTER THE TABLE IS OPENED, and not before."
>
>So how do I send the filename to use when it has to be after its opened the
>file. And how can it open the file when it doesn't know what file to use?
Today is November 21, 2024, 6:33 am This article has been viewed 35321 times.
|
|