VishalMistry
16th January 2019, 13:08
Hello Everyone,

This is regarding Ln 10.4. If we have create a csv text file on Ln Server then how to achieve the following:

how to download the csv file at specific location using client.download.file
how to launch Excel and open the downloaded csv file in it

as the above was achievable in worktop using server2client and start.application.local, I wonder is there any way in LN HTML UI?

An example would be of great help.

Thanks,
Vishal

JaapJD
16th January 2019, 13:38
Specific location is not possible. I would use client.show.file(). That reduces the number of mouseclicks and depending on browser settings and mimetype the file may be opened directly.

VishalMistry
16th January 2019, 14:48
Thanks JaapJD,

I will give it a try.

Vishal