LlDlgEditLineEx

Syntax:

INT LlDlgEditLineEx(HLLJOB Job, HWND hWnd, LPTSTR pszBuffer, UINT nBufSize, UINT nParaTypes, LPCTSTR pszTitle, BOOL bTable, LPVOID pReserved);

Task:

This function is only available in the Enterprise edition! Starts the List & Label formula wizard independently of the Designer. This means that List & Label formulas can also be used at points in the application that are independent of printing.

Parameter:

hJob: List & Label job handle

hWnd: Window handle of the calling program

pszBuffer: Buffer for return value

nBufSize: Size of buffer

nParaTypes: Expected return type. One or several ORed data type constants (e.g. LL_TEXT, LL_DATE)

pszTitle: Window title. Note that the title will be preceded by the word "Edit".

bTable: Defines whether only variables (FALSE) or fields (TRUE) will be available

pReserved: Reserved, must be NULL or empty ('').

Hints:

See chapter Important Remarks on the Function Parameters of DLLs concerning the buffer return value.

Return value:

Error code