The fieldblueprint statement creates blueprint code for the specified field.
Parameters
This statement has three parameters:database – database containing the field (or “” for current database).
blueprint – field or variable to receive the blueprint code.
field – name or ID number of field. If this parameter is “” (or omitted), the current field will be used.
Description
This statement creates blueprint code for the specified field. This statement is normally used internally by the saveblueprint statement, but you can also use it yourself.
This example gets the blueprint code for the current field in the Contacts database.
local blueprintCode
fieldblueprint "Contacts",blueprintCode
See Also
History
Version | Status | Notes |
10.0 | New | New in this version. |