Spreadsheets

This forum allows developers to post programming tips and coding techniques that may be useful to other Visual LANSA developers. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
Fromm603
Posts: 31
Joined: Fri Apr 26, 2019 10:51 pm

Spreadsheets

Post by Fromm603 »

Is there a technique I can use to get LANSA generated spreadsheets to a Network drive instead of my IFS?
User avatar
Dino
Posts: 472
Joined: Fri Jul 19, 2019 7:49 am
Location: Robbinsville, NC
Contact:

Re: Spreadsheets

Post by Dino »

Hi

Try to post your questions in the questions and answers section here:
viewforum.php?f=3

regarding to your question... what are you using to generate the spreadsheets in LANSA?

LANSA Integrator EXCELSERVICE?
ActiveX?
.Net Component?
Method Convert in the tables?
BrendanB
Posts: 134
Joined: Tue Nov 24, 2015 10:29 am

Re: Spreadsheets

Post by BrendanB »

Agree with Dino -- use the main Questions and Answers forum...

However: there is a LANSA Integrator 'SMBService' that will help you...

https://docs.lansa.com/15/en/lansa093/i ... 257C_____0

you can use this service to move a file from the IFS to a 'SMB' network location (ie. a Windows server) OR for the reverse (get it from a windows server to the IFS).

the EXAMPLES shows a GET, but PUT should be similar.
Post Reply