SmartPort | Placing BLOB Field

The new SmartPort can also be populated with a BLOBfield. For this purpose, the following procedure (tip) is recommended:

 

1.Create variable TempBlob, e.g.:
 
clip3271
 

2.Populate variable TempBlobBLOB with XML, e.g:
 
pTempBlob.Blob.CREATEOUTSTREAM(OutStream);
SmartPortDoc.Save(OutStream);
 

3.Place variable TempBlobas a parameter for the ImportChangesfunction, e.g.:
 
SmartPortMgt.ImportChanges(TempBlob);