LlPrintFields

Syntax:

INT LlPrintFields (HLLJOB hJob);

Task:

Output of a table line.

Parameter:

hJob: List & Label job handle

Return Value:

Error code or command

Hints:

LlPrintFields() prints a data line in all non-hidden tables if the line matches the filter condition.

With the return value LL_WRN_REPEAT_DATA, List & Label informs you that you have to start a new page for the entry. With the corresponding LlPrint() on the next page the record pointer should not be moved to the next record.

If more tables are added via LlDbAddTable() the return value also can be LL_WRN_­TABLECHANGE. Please refer to chapter Printing Relational Data for further information.

The exact behavior is described in the programming part of this manual.

See also:

LlPrint, LlPrintEnableObject