Page "Config. Package Records"

ID 8626
Namespace: System.IO

Properties

Name Value
Caption Config. Package Records
DataCaptionExpression FormCaption
InsertAllowed False
PageType Worksheet
SourceTable Table System.IO."Config. Package Record"

Methods

Load

procedure Load(NewMatrixColumnCaptions: array[1000] of Text[100], FormCaptionIn: Text[1024], PackageCode1: Code[20], TableNo1: Integer, ShowDim1: Boolean)

Parameters

Name Type Description
NewMatrixColumnCaptions array[1000] of Text[100]
FormCaptionIn Text[1024]
PackageCode1 Code[20]
TableNo1 Integer
ShowDim1 Boolean

SetErrorFieldNo

procedure SetErrorFieldNo(FieldNo: Integer)

Parameters

Name Type Description
FieldNo Integer

Events

OnAfterFindPackageFields

[IntegrationEvent(False,False)]
local procedure OnAfterFindPackageFields(var ConfigPackageField: Record "Config. Package Field", var Result: Boolean)

Parameters

Name Type Description
ConfigPackageField Table System.IO."Config. Package Field"
Result Boolean

OnBeforeValidatePackageData

[IntegrationEvent(True,False)]
local procedure OnBeforeValidatePackageData(var ConfigPackageRecord: Record "Config. Package Record", var MatrixCellData: array[1000] of Text, PackageColumnField: array[1000] of Integer, ColumnID: Integer, var IsHandled: Boolean)

Parameters

Name Type Description
ConfigPackageRecord Table System.IO."Config. Package Record"
MatrixCellData array[1000] of Text
PackageColumnField array[1000] of Integer
ColumnID Integer
IsHandled Boolean

See also