User login
|
|
|
Frontpage Sponsor
|
|
|
Poll
|
How long have you been using Baan-related products? 1 year or less 12% between 1 and 3 years 14% between 3 and 6 years 14% between 6 and 10 years 23% 10 years or more 37% Total votes: 139 |
|
|
|
By patvdv at 26 Feb 2008 - 21:57
|
Report script functions
The statements programmed in a report script section consist of a combination of 3GL languagestatements and the following 4GL report functions:
|
layout.again()
|
Evaluate and print layout again.
|
|
need( expr )
|
Force a page break if the number of free lines is less than expr.
|
|
page()
|
Start a new page.
|
|
reset.suppress()
|
It is possible to suppress printing a value when it is the same as the previous value. You can use this function to suppress the value once (that is, for one value).
|
|
skip( expr )
|
Skip expr number of lines before printing the next layout.
|
|
skip.to( expr )
|
Skip to the line number indicated by expr. Intervening lines are left blank. If the specified line number is less than the current page number, a new page is started.
|
|
to.page( expr )
|
Start a new page with number expr.
|
You cannot use need(), page(), skip(), skip.to(), or to.page() in header and footer layouts.
Related topics
|
|
All times are GMT +2. The time now is 23:28.