User login
|
|
Frontpage Sponsor
|
|
Google search
|
|
Poll
|
For ERP LN feature pack upgrade, what method of install are you using? Installation Wizard into existing VRC 38% Installation Wizard into new VRC 38% Manual into existing VRC 5% Manual into new VRC 19% Total votes: 42 |
Baanboard at LinkedIn
|

|
|
|
Items for 'Manual' (by date)
|
By patvdv at 26 Feb 2008 - 21:57
|
Synchronizing processes with the wait() function
The wait() function enables synchronization of parent and child processes. It causes the parent process to wait for one or all of its children to exit before continuing. Each child process sends an exit signal to the parent process when it ends.
The parent can choose to ignore child signals or not. If it wants to ignore child signals, the parent process calls:
|
|
By patvdv at 26 Feb 2008 - 21:57
|
Expanding text variables
Variables or expressions that are included in text lines can be expanded or substituted for report purposes. You must set the variable lattr.textexpand=TRUE if you want this to happen. Expressions are internally evaluated by the function expr.compile().
|
|
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 )
|
|
By patvdv at 26 Feb 2008 - 21:57
|
Report scripts overview
BaanERP reports are used to output data from the database to a variety of devices (for example, printers, displays, and files).
|
|
By patvdv at 26 Feb 2008 - 21:57
|
Predefined variables
You can use the following predefined variables in a report script.
R = read-only R/W = read and write
lattr.autobefores
|
R/W
|
A boolean indicating whether or not before.field layouts are automatically repeated at the top of a page if the page break does not correspond with a sort break. The default value is true.
|
|
By patvdv at 26 Feb 2008 - 21:57
|
Duplicate Nodes to Process
Synopsis
long xmlDuplicateToProcess(long processId, long fromNode, [ long toNode ])
XML library function
XmlNodePointer xmlDupList(XmlNodePointer _pFrom, XmlNodePointer _pTo, XmlContextPointer pContext);
Description
Duplicate a tree or a list of trees into another 3GL-process space.
|
|
By patvdv at 26 Feb 2008 - 21:57
|
Program sections (report scripts)
You use program sections to define functions, and to declare tables and global variables, that you want to use in the other sections in the script. You also use program sections to program actions that you want executed at the start and end of the report and after the report writer receives a record.
The following program sections are available. They are all main sections. There are no subsections associated with program sections.
|
|
By patvdv at 26 Feb 2008 - 21:57
|
ASCII table (ISO 8859-1)
Character
Decimal
Hexadecimal
Character
Decimal
Hexadecimal
0
00
128
|
|
By patvdv at 26 Feb 2008 - 21:57
|
Report sections (report scripts)
A report consists of a number of layouts, which define the content and organization of the various parts of a report (for example, the header, footer, and body of the report). There are a number of possible layout types, as follows:
|
|
By patvdv at 26 Feb 2008 - 21:57
|
Bshell environment variables
This list is not completed yet.
|
|
|
All times are GMT +2. The time now is 13:44.
|