gget79
27th January 2010, 19:41
Hi all,

I am using Infor Ln 6.1 SP3.

I need to know if I exists any way to present to user a html document.

I believe that this is possible, because the infor help works of this way.

Thank's

george7a
28th January 2010, 08:40
As I know, the infor helps starts a file that is already on the local PC. So you can copy your HTML file to the local and open in it with app_start.

mark_h
28th January 2010, 15:29
Actually can't you do a html device that opens the report in ie? We have a device where like this where I tested it once:

device: testhtml
device type: rewrite
4gl program: ttstpcon
argument: html:iexplore
file: ${HOME}

When I run a report to this device it pops up IE with the report. Not always the pretty, but does work.