GetOvFlwSym
Use this function to retrieve the value stored in an overflow symbol. This is value that would be used during the next Documaker Server record overflow operation.
Syntax
Parameter |
Description |
Form |
Enter the name of the form that contains the fields on which overflow processing will occur. |
Symbol |
Enter the name you want to use as the overflow symbol. |
The system returns the value contained in the specified overflow symbol.
Example
Here is an example:
#content = GetOvFlwSym ("CP0101NL", "Loc_Cnt")
In this example, the DAL integer variable, #content, would be set to the value of the overflow symbol, Loc_Cnt.