Top Method Summary
Options Name Purpose
DefineBufferFields (integer, ReportBuffer, logical) Defines Buffer Fields as List & Label Variables
DefineBufferVariables (integer, ReportBuffer, logical) Defines Buffer Fields as List & Label Variables
DefineFieldsAndVariables (integer, logical) Starts the List & Label Designer
InitializeSampleImage () Initializes the path to the sample image
OutputDataset (integer) Outputs the Dataset
LOGICAL OutputDatasetQuery (integer, handle) Outputs a Dataset Query
OutputDatasetVariables (integer) Outputs the Dataset Variables
INTEGER PrintBufferFields (integer, ReportBuffer, logical) Prints a buffer as fields
INTEGER PrintBufferVariables (integer, ReportBuffer, logical) Prints a buffer as fields
StartExport (character, logical, ILlExportModule) Starts the Report Output with an optional export module
StartReport (character, logical) Starts the Report Output
StartReportDesigner (character) Starts the List & Label Report Designer
StartReportDesigner (character, logical) Starts the List & Label Report Designer
ValidateReportBuffers (ReportDefinition, handle) Validates the Report Buffer Definition

Top Constructor Summary
Options Name Purpose
LlReport (ReportDefinition, handle) Constructor for the LlReport class

Top Property Summary
Options Name Purpose
HANDLE DatasetHandle
CHARACTER DesignerTitle
INTEGER ParentWindow
INTEGER RecordsPrinted
Consultingwerk.Windows.ListAndLabel.ReportDefinition ReportDefinition
CHARACTER SampleImagePath


Method Detail
Top

DefineBufferFields (integer, ReportBuffer, logical)

Purpose: Defines Buffer Fields as List & Label Variables
Notes:

Parameters:
piJob INTEGER
The List And Label Job Handle
poReportBuffer Consultingwerk.Windows.ListAndLabel.ReportBuffer
The ReportBuffer Definition
plAllFields LOGICAL
If true all fields will be defined, if false only those fields that are used
Top

DefineBufferVariables (integer, ReportBuffer, logical)

Purpose: Defines Buffer Fields as List & Label Variables
Notes:

Parameters:
piJob INTEGER
The List And Label Job Handle
poReportBuffer Consultingwerk.Windows.ListAndLabel.ReportBuffer
The ReportBuffer Definition
plAllFields LOGICAL
If true all fields will be defined, if false only those fields that are used
Top

DefineFieldsAndVariables (integer, logical)

Purpose: Starts the List & Label Designer
Notes:

Parameters:
piJob INTEGER
The List And Label Job Handle
plAllFields LOGICAL
If true all fields will be defined, if false only those fields that are used
Top

InitializeSampleImage ()

Purpose: Initializes the path to the sample image
Notes:

Top

OutputDataset (integer)

Purpose: Outputs the Dataset
Notes:

Parameters:
piJob INTEGER
The List & Label Job handle
Top

LOGICAL OutputDatasetQuery (integer, handle)

Purpose: Outputs a Dataset Query
Notes:

Parameters:
piJob INTEGER
The List & Label Job handle
phQuery HANDLE
The query to iterate
Returns LOGICAL
Logical value indicating if the user pressed Cancel
Top

OutputDatasetVariables (integer)

Purpose: Outputs the Dataset Variables
Notes:

Parameters:
piJob INTEGER
The List & Label Job handle
Top

INTEGER PrintBufferFields (integer, ReportBuffer, logical)

Purpose: Prints a buffer as fields
Notes:

Parameters:
piJob INTEGER
The List And Label Job Handle
poReportBuffer Consultingwerk.Windows.ListAndLabel.ReportBuffer
The ReportBuffer Definition
plAllFields LOGICAL
If true all fields will be defined, if false only those fields that are used
Returns INTEGER
Error code
Top

INTEGER PrintBufferVariables (integer, ReportBuffer, logical)

Purpose: Prints a buffer as fields
Notes:

Parameters:
piJob INTEGER
The List And Label Job Handle
poReportBuffer Consultingwerk.Windows.ListAndLabel.ReportBuffer
The ReportBuffer Definition
plAllFields LOGICAL
If true all fields will be defined, if false only those fields that are used
Returns INTEGER
Error code
Top

StartExport (character, logical, ILlExportModule)

Purpose: Starts the Report Output with an optional export module
Notes:

Parameters:
pcReportDefinitionFile CHARACTER
The .lst file with the report definition, when ? the user will be prompted for a file
plPromptFileName LOGICAL
Logical value indicating if the routine should prompt for a report file name
poExportModule Consultingwerk.Windows.ListAndLabel.ILlExportModule
The ILlExportModule with the settings for the Export Module
Top

StartReport (character, logical)

Purpose: Starts the Report Output
Notes:

Parameters:
pcReportDefinitionFile CHARACTER
The .lst file with the report definition, when ? the user will be prompted for a file
plPromptFileName LOGICAL
Logical value indicating if the routine should prompt for a report file name
Top

StartReportDesigner (character)

Purpose: Starts the List & Label Report Designer
Notes: Does not prompt for the file name

Parameters:
pcDesignerFileName CHARACTER
The name of the Report design file (.lst)
Top

StartReportDesigner (character, logical)

Purpose: Starts the List & Label Report Designer
Notes:

Parameters:
pcDesignerFileName CHARACTER
The name of the Report design file (.lst)
plPromptFileName LOGICAL
Logical value indicating if the routine should prompt for a report file name
Top

ValidateReportBuffers (ReportDefinition, handle)

Purpose: Validates the Report Buffer Definition
Notes:

Parameters:
poReportDefinition Consultingwerk.Windows.ListAndLabel.ReportDefinition
The ReportDefinition object that defines the relations for this report
phDataset HANDLE
The handle of the Dataset that provides the data for the report


Constructor Detail
Top

LlReport (ReportDefinition, handle)

Purpose: Constructor for the LlReport class
Notes:

Parameters:
poReportDefinition Consultingwerk.Windows.ListAndLabel.ReportDefinition
The ReportDefinition object that defines the relations for this report
phDataset HANDLE
The handle of the Dataset that provides the data for the report


Property Detail
Top

HANDLE DatasetHandle


Returns HANDLE
Top

CHARACTER DesignerTitle


Returns CHARACTER
Top

INTEGER ParentWindow


Returns INTEGER
Top

INTEGER RecordsPrinted


Returns INTEGER
Top

Consultingwerk.Windows.ListAndLabel.ReportDefinition ReportDefinition


Returns Consultingwerk.Windows.ListAndLabel.ReportDefinition
Top

CHARACTER SampleImagePath


Returns CHARACTER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:33:23