Table of Contents

KVSKBARequestNewNo

Procedures

Init(Text[100], Text) :

Summary: Initializes the page with a new caption text and description.

procedure Init(NewCaptionText: Text[100]; NewPageDescription: Text): 

Parameters:

  • NewCaptionText: The new caption text to be set for the page.
  • NewPageDescription: The new description text to be set for the page.

Remarks: This procedure is used to set a custom caption and description for the page when it is opened.

GetNo() : Code[20]

Summary: Retrieves the current value of the No field.

procedure GetNo(): Code[20]

Returns: The current value of the No field.

SetNo(Code[20]) :

Summary: Sets a new value for the No field.

procedure SetNo(NewNo: Code[20]): 

Parameters:

  • NewNo: The new value to be set for the No field.

Remarks: This procedure is used to update the value of the No field.