Tech Tip: Saving a 4D Write Pro Area object in a object field
PRODUCT: 4D | VERSION: 15 R3 | PLATFORM: Mac & Win
Published On: February 26, 2016
A 4D Write Pro Area object can be saved in an object field of a 4D table as shown with the following code:
CREATE RECORD ([Table_1]) [Table_1]Field_Obj:=WriteProAreaVar SAVE RECORD([Table_1]) |
4D saves the contents of the 4D Write Pro through the Variable Name (WriteProAreaVar) and not from the Object Name shown in green:
See Also: