Login
`
Templates, Tools and Utilities
|
||
Icetips Article
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, 8:28 am This article has been viewed 35322 times.
|
|