Aller au contenu principal
Version: Next

VP Convert from 4D View

VP Convert from 4D View ( 4DViewDocument : Blob ) : Object

ParamètresTypeDescription
4DViewDocumentBlob->Document 4D View
RésultatObject<-4D View Pro object

Description

The VP Convert from 4D View command allows you to convert a legacy 4D View document into a 4D View Pro object.

Cette commande ne nécessite pas l'installation du plug-in 4D View dans votre environnement.

In the 4DViewDocument parameter, pass a BLOB variable or field containing the 4D View document to convert. La commande retourne un objet 4D View Pro dans lequel toutes les informations stockées à l'origine dans le document 4D View sont converties en attributs 4D View Pro.

Exemple

Vous souhaitez obtenir un objet 4D View Pro à partir d'une zone 4D View stockée dans un BLOB :

C_OBJECT($vpObj)
$vpObj:=VP Convert from 4D View($pvblob)