La méthode file.getContent( ) retourne un BLOB comprenant le contenu intégral du fichier. Pour plus d'informations sur les BLOB, veuillez vous reporter à la section Commandes du thème BLOB.
Valeur retournée
La méthode file.getContent( ) retourne un BLOB.
Pour sauvegarder le contenu d'un document contents dans un champ BLOB :
C_TEXT($vPath)
$vPath:=Select document("";"*";"Selectionnez un document";0)
If(OK=1)
[laTable]unChampBlob:=File($vPath;fk platform path).getContent()
End if