The formobjectblueprint statement creates blueprint code for specified form object.
Parameters
This statement has four parameters:
database – database containing the object (or "" for current database).
form – form containing the object
object – object name (text) or id (number).
blueprint – field or variable to receive the blueprint code.
Description
This statement creates blueprint code for specified form object. This statement is normally used internally by the saveblueprint and formblueprint statements, but you can also use it yourself.
This example creates a copy of the object named Label in the Avery 5160 form into the current form.
local blueprintCode
formobjectblueprint "Contacts","Avery 5160","Label",blueprintCode
execute blueprintCode
See Also
History
Version | Status | Notes |
10.0 | New | New in this version. |