Routines for r_psvcs.kb


R_GetScreenPrintDefinition

File Name

r_psvcs.kb

Syntax

R_GetScreenPrintDefinition(VAL type: STRING ): LIST OF ScreenPrintRec IS

Parameters

type - Type of print screen record to retrieve

Returns

LIST OF ScreenPrintRec

Side Effects

None

Description

This routine gets the format of the print record for a dialog.

Dialog Forms Called

None


R_TokensToCsv

File Name

r_psvcs.kb

Syntax

R_TokensToCsv(VAL tokens: LIST OF STRING): STRING IS

Parameters

tokens - List of tokens

Returns

LIST OF ScreenPrintRec

Side Effects

None

Description

This routine creates a CSV string from a list of tokens.

Dialog Forms Called

None