formobjectblueprint
DATABASE
,
FORM
,
OBJECT
,
BLUEPRINT

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

VersionStatusNotes
10.0NewNew in this version.