|
|
|
|
iAddBookmark (Function) In french: iAjouteSignet Adds a bookmark in the report viewer or when exporting to PDF. Syntax
<Result> = iAddBookmark(<Bookmark identifier> , <Caption> [, <Parent identifier>])
<Result>: Boolean - True if the bookmark was added,
- False if a problem occurs.
<Bookmark identifier>: Character string Unique identifier of bookmark. A WLanguage error occurs if this identifier already exists. <Caption>: Character string Caption of bookmark. This caption will allow the user to directly access the section of text corresponding to the bookmark. <Parent identifier>: Optional character string Unique identifier of the parent bookmark of the bookmark to create. If this parameter is not specified, the bookmark is created at the root. If the identifier of the parent does not exist, <Result> returns False and the bookmark is created at the root. Remarks - During the programmed prints, the bookmark is created at the current position.
- When printing a report, iAddBookmark must be used in the print code of a control or block. Then, the bookmark is created at the position of the corresponding control or block.
Related Examples:
|
Training (WINDEV): WD Reports
[ + ] This example presents the different methods for creating a report: - prints based on different data sources (queries, variables, ...) - prints based on controls (Table, Spreadsheet, PVT, ...) - printing composite reports - specific prints (portrait/landscape, report with watermark, report with bar code, ...)
|
Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|