fredintaiwan
14th May 2007, 05:33
Hello Everyone,

The commands seq.open and dir.open are used to open the file on the local server.


Is it possible to open a file on a remote server using the 4GL commands?

If it is not possible, is they any other workaround.


Your help will be highly appreciated.


Kind Regards,

Fredrick

mr_suleyman
14th May 2007, 08:32
I am not sure about seq.open but If there is no network problems you can do this by using servertoclient() functions, firstly copy file on local server and then open your file.

G.Luck !

george7a
14th May 2007, 09:04
Hi,

I don't know about other than the seq.*.local functions. The only other way is to copy you file to the server and then open it. Check the following threads that talks about ftp and other functions:
http://baanboard.com/baanboard/showthread.php?t=1950
http://www.baanboard.com/baanboard/showthread.php?t=27878

I hope it helps,

- George