procedure LoadData(var DescriptionsArr: array[9] of Text[100], var ValuesArr: array[9, 2] of Decimal, var PeriodCaptionTxt: array[2] of Text, NoOfColumns: Integer)
procedure NextPeriod(var DescriptionsArr: array[9] of Text[100], var ValuesArr: array[9, 2] of Decimal, var PeriodCaptionTxt: array[2] of Text, NoOfColumns: Integer)
Parameters
Name
Type
Description
DescriptionsArr
array[9] of Text[100]
ValuesArr
array[9, 2] of Decimal
PeriodCaptionTxt
array[2] of Text
NoOfColumns
Integer
PreviousPeriod
procedure PreviousPeriod(var DescriptionsArr: array[9] of Text[100], var ValuesArr: array[9, 2] of Decimal, var PeriodCaptionTxt: array[2] of Text, NoOfColumns: Integer)
Parameters
Name
Type
Description
DescriptionsArr
array[9] of Text[100]
ValuesArr
array[9, 2] of Decimal
PeriodCaptionTxt
array[2] of Text
NoOfColumns
Integer
Events
OnBeforeInitialize
[IntegrationEvent(True,False)]
local procedure OnBeforeInitialize()
OnUpdateArraysOnBeforeCheckArrayLen
[IntegrationEvent(False,False)]
local procedure OnUpdateArraysOnBeforeCheckArrayLen(Counter: Integer)