Hi All,
i want to save a report in html while running the report .i used the code like below
REPORT.SAVEHTML(currentreportid,'filepath' ); in report 'on post report' trigger.
it gives an error like 'insufficient Memory in disk'. if i give any other integer .it gives html file of
a report ,what i given number . but i want the same report as html file ,when i run a report.
is it possible please give me suggestions.
Thanks & Regards:
lakshman
0
Comments
Dynamics West
http://www.dynamicswest.com
ok,SystemPrinter...booleab type variables.
RecItemLedger..record type variable.
Write it OnPost Section of Report
Regards
Mrigya
Cannot be done in this way, because you are in neverending loop of saving this report as HTML (SAVEHTML will run the report, which inside call SAVEHTML which run the report..).
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
before you run the report.
An other method is, to select a printerdriver that creates a HTML (Like a PDF printer)
names of variables:
first letter: G=global, L=local, P=parameter, R=returnvalue, V=variable parameter
next less letters: bool=boolean, txt=text, rep=report, ...
rest of name free to describe
But i can't see how the filter from request form can be passed simple for all dataitems.