4D v17VP IMPORT FROM OBJECT |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v17
VP IMPORT FROM OBJECT
|
VP IMPORT FROM OBJECT ( vpAreaName ; viewPro ) | ||||||||
Parameter | Type | Description | ||||||
vpAreaName | Text |
![]() |
4D View Pro area form object name | |||||
viewPro | Object |
![]() |
4D View Pro object | |||||
The VP IMPORT FROM OBJECT command imports and displays the viewPro 4D View Pro object in the vpAreaName 4D View Pro area. The imported object contents replaces any data already inserted in the area.
In vpAreaName, pass the name of the 4D View Pro area. If you pass a name that does not exist, an error is returned.
In viewPro, pass a valid 4D View Pro object. This object can have been created using VP Export to object or manually. For more information on 4D View Pro objects, please refer to the 4D View Pro object section.
An error is returned if the viewPro object is invalid.
You want to import a spreadsheet that was previously saved in an object field:
QUERY([VPWorkBooks];[VPWorkBooks]ID=10)
VP IMPORT FROM OBJECT("ViewProArea1";[VPWorkBooks]SPBook)
Product: 4D
Theme: 4D View Pro Language
Number:
9030
Created: 4D v16 R4
4D View Pro Reference ( 4D v17)