PreviousNext
Help > 32-bit version of the RAD Studio IDE > Easycom For Delphi connector > The Easycom IDAPI Driver (with BDE) > Specific Components > ACE400SpoolListTable
ACE400SpoolListTable

 Description

 

This component allows the listing of spool files.

 

How to use

 

Fill all the properties (don't forget the DatabaseName property). Then link the component to a TDataSource, and then to a data component such as a TDBGrid.

 

 

Properties

 

SplUserName

property SplUsername:string;

 

Description

 

This option allows to filter the username. This can contain a username, or *ALL.

 

SplOutputQueueName

property SplOutputQueueName:string;

 

Description

 

This parameter specifies the AS/400 Output queue name. This can be for example QPRINT, *LIBL/QPRINT or any queue name.

 

SplFormType

property SplFormType:string;

 

Description

 

 

This property holds the form type selection. A value for this parameter can be for example *STD or *ALL.

 

SplUserSpecData

property SplUsername:string;

 

Description

 

This options allows to filter the user special Data. This can be any value or *ALL.

 

SplFullFormat

property SplFullFormat:boolean;

 

Description

 

The listing can have two formats. If this property is true, the result will include all the fields.

If this property is false, the result will only include the first 7 fields.