Page 18126517 EOS091 PTS Navigate
Page 18126517 EOS091 PTS Navigate
Language | Caption |
---|---|
de-DE | Navigieren (PTS) |
en-US | Navigate (PTS) |
it-IT | Naviga (PTS) |
Events
OnAfterFindRecords
local procedure OnAfterFindRecords(var DocumentEntry: Record "Document Entry"; TempAttributesBuffer: Record "EOS091 PTS Attr. Buffer" temporary; ItemFilter: Text)
This event is raised at the end of procedure FindRecords.
Parameters / Return Value
DocumentEntry
Record "Document Entry"
“DocumentEntry” where to write the data found
TempAttributesBuffer
Record "EOS091 PTS Attr. Buffer"
Temp. buffer with all attributes to search
ItemFilter
Text[]
“ItemFilter” to search
OnAfterGetDocumentCount
local procedure OnAfterGetDocumentCount(var DocCount: Integer)
This event is raised at the end of procedure GetDocumentCount.
Parameters / Return Value
DocCount
Integer
Number of documents counted
OnAfterNavigateFindRecords
local procedure OnAfterNavigateFindRecords(var DocumentEntry: Record "Document Entry"; TempAttributesBuffer: Record "EOS091 PTS Attr. Buffer" temporary; ItemFilter: Text)
This event is raised at the end of procedure NavigateFindRecords.
Parameters / Return Value
DocumentEntry
Record "Document Entry"
“DocumentEntry” where to write the data found
TempAttributesBuffer
Record "EOS091 PTS Attr. Buffer"
Temp. buffer with all attributes to search
ItemFilter
Text[]
“ItemFilter” to search
OnAfterNavigateShowRecords
local procedure OnAfterNavigateShowRecords(TableID: Integer; TempAttributesBuffer: Record "EOS091 PTS Attr. Buffer" temporary; ItemFilter: Text; var TempDocumentEntry: Record "Document Entry" temporary; PTSTechnicalSpecs: Record "EOS091 PTS Technical Specs")
This event is raised at the end of procedure NavigateShowRecords.
Parameters / Return Value
TableID
Integer
“TableID” to show
TempAttributesBuffer
Record "EOS091 PTS Attr. Buffer"
Temp. buffer with all attributes to search
ItemFilter
Text[]
“ItemFilter” to search
TempDocumentEntry
Record "Document Entry"
“TempDocumentEntry” to show
PTSTechnicalSpecs
Record "EOS091 PTS Technical Specs"
“PTSTechnicalSpecs” to show
OnBeforeFindRecords
local procedure OnBeforeFindRecords(var HideDialog: Boolean)
This event is raised at the begging of procedure FindRecords.
Parameters / Return Value
HideDialog
Boolean
If true dialog is displayed. If false dialog isn’t displayed
OnBeforeNavigateShowRecords
local procedure OnBeforeNavigateShowRecords(TableID: Integer; TempAttributesBuffer: Record "EOS091 PTS Attr. Buffer" temporary; ItemFilter: Text; var TempDocumentEntry: Record "Document Entry" temporary; var IsHandled: Boolean; PTSTechnicalSpecs: Record "EOS091 PTS Technical Specs")
This event is raised at the end of procedure NavigateShowRecords.
Parameters / Return Value
TableID
Integer
“TableID” to show
TempAttributesBuffer
Record "EOS091 PTS Attr. Buffer"
Temp. buffer with all attributes to search
ItemFilter
Text[]
“ItemFilter” to search
TempDocumentEntry
Record "Document Entry"
“TempDocumentEntry” to show
IsHandled
Boolean
If true the procedure stops and don’t show records. If false the procedure continues and show records
PTSTechnicalSpecs
Record "EOS091 PTS Technical Specs"
“PTSTechnicalSpecs” to show
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.