info("fieldname")
The info(“fieldname”) function returns the name of the current field.
Description
This function returns the name of the current field.
See Also
- emptyfield -- tells Panorama to move to the next available (empty) field in a series of line item fields.
- field -- tells Panorama to move to the specified field for the current record.
- fieldblueprint -- creates blueprint code for the specified field.
- info("databasename") -- returns the name of the current database excluding any filename extension (if any).
- info("fieldcount") -- returns the number of fields in the current database.
- info("fieldnumber") -- returns the number of the current field (starting from 1).
- info("fields") -- returns a carriage return delimited list of fields in the current database.
- info("modifiedfield") -- returns the name of the field that was just modified.
- info("windowname") -- returns the name of the current window.
- listchoices( -- builds a text array containing a list of all the values stored in a specified field.
- recalculatefield -- recalculates all values in current field based on field's formula (selected records only).
- runfieldcode -- runs the automatic code associated with the specified field.
- uniqueid( -- generates ID codes with a text root and a numeric suffix (for example `Jeff261`).
History
10.0 | No Change | Carried over from Panorama 6.0 |