Report 18122011 EOS Reminder Document
Report 18122011 EOS Reminder Document
Language | Caption |
---|---|
da-DK | EOS-påmindelses dokument (ADR) |
de-AT | EOS-Erinnerungsdokument (ADR) |
de-CH | EOS-Erinnerungsdokument (ADR) |
de-DE | EOS-Erinnerungsdokument (ADR) |
en-CA | EOS Reminder Document (ADR) |
es-ES | Documento de recordatorio de EOS (ADR) |
es-MX | Documento de recordatorio de EOS (ADR) |
fr-BE | Document de rappel EOS (ADR) |
fr-CA | Document de rappel EOS (ADR) |
fr-CH | Document de rappel EOS (ADR) |
fr-FR | Document de rappel EOS (ADR) |
en-US | EOS Reminder Document (ADR) |
it-CH | Documento sollecito (ADR) |
it-IT | Documento sollecito (ADR) |
nl-BE | EOS herinnerings document (ADR) |
nl-NL | EOS herinnerings document (ADR) |
Methods
SetForcedLanguageID
procedure SetForcedLanguageID(LangID: Integer)
Parameters / Return Value
- LangID
Integer
GetPrintValues
procedure GetPrintValues(var ReportRBHeader: Record "EOS Report Buffer Header" temporary;var ReportRBLine: Record "EOS Report Buffer Line" temporary;var ReportReportSetupCode: Code[10];var ReportNoOfCopies: Integer;var ReportLogInteraction: Boolean;var ReportPrintVAT: Boolean)
Parameters / Return Value
ReportRBHeader
Record "EOS Report Buffer Header"
ReportRBLine
Record "EOS Report Buffer Line"
ReportReportSetupCode
Code[10]
ReportNoOfCopies
Integer
ReportLogInteraction
Boolean
ReportPrintVAT
Boolean
Events
OnBeforePrintingReport
local procedure OnBeforePrintingReport(var RBHeader: Record "EOS Report Buffer Header" temporary;var RBLine: Record "EOS Report Buffer Line" temporary;var NoOfCopies: Integer;var LogInteraction: Boolean;var PrintVAT: Boolean;var StopExecution: Boolean)
This event is reaised after building Header and line buffer but before sending data to Report Viewer
Parameters / Return Value
RBHeader
Record "EOS Report Buffer Header"
Document header
RBLine
Record "EOS Report Buffer Line"
Document Lines
NoOfCopies
Integer
Current No. of Copies
LogInteraction
Boolean
Log interaction flag
PrintVAT
Boolean
Print VAT Flag
StopExecution
Boolean
Returning true will be executed CurrReport.Quit method
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.