satishnara
5th March 2010, 17:28
Hi,
We have done a development of generating a Report into a file(excel), by creating a file in local using seq.open.local() & on server. It moves processed report to local system and then opens it using start.application.local().
We are able to run it successfully in 'Worktop'.

But same when we are running it in "Webtop" it is just hanging.

Can't we use seq.open.local() for creating a local file for Webtop?
I feel this might be the issue.

Is there any command similar to seq.open.local() which creates and opens a local file?

please suggest.


Thanks & regards,
Satish

Andreas
6th April 2010, 11:11
Hi,
seq.open.local() and seq.close.local() do not work in WebTop.
Use seq.open() , seq.close() and server.to.client() instead.
It's mentioned in the new Dev Guides.

Andreas

satishnara
19th April 2010, 08:47
Hi Andreas,

We have used creat.tmp.file$() and server2client() functions to create a server tmp file and move it to local system and it is working fine.


thanks & regards,
Satish