Options

Save as HTML

AlexAlex Member Posts: 54
edited 2000-07-04 in Navision Financials
Hello Folks,

I want to start a Report e.g
Report 5000, and what it to save
as html, but only the current record
not all, who can i solve this

this is my code but it doesn t work:

interrec.GET("Nr."); (Interessent Record)
REPORT.SAVEASHTML(5000,'C:\test.html',TRUE,interrec);




Best regards
Alex Schubert

ERP & Navision

Dolphin Communication Technologies GmbH
Otto-Hahnstr. 1 c
D-69190 Walldorf
<A HREF="mailto:schubert@dolphinct.de">schubert@dolphinct.de</A>
schubert@dolphinct.de
DolphinCT.de
Best regards
Alex Schubert

ERP & Navision

Dolphin Communication Technologies GmbH
Otto-Hahnstr. 1 c
D-69190 Walldorf

Comments

  • Options
    JohnPJohnP Member Posts: 56
    Instead of using Interrec.GET, what you do is use one or more Interrec.SETRANGE or Interrec.SETFILTER so that all that is left is the record you are interested in and then execute the report. This method can be used whether you are saving to HTML or not.
  • Options
    AlexAlex Member Posts: 54
    Great !!!

    Thank you, right now it works fine, my mistake !
    Best regards
    Alex Schubert

    ERP & Navision

    Dolphin Communication Technologies GmbH
    Otto-Hahnstr. 1 c
    D-69190 Walldorf
Sign In or Register to comment.