Copy a BLOB to another record

Hello,

What am I missing to copy the BLOB "Texte" to the BLOB "Documents Manquants" ?
if locExtendedTextHeader.Get(locExtendedTextHeader."Table Name"::"Standard Text",'DCLDOCSMAN','FRB',1)
         then begin 
             locExtendedTextHeader.CalcFields(Texte);
             Validate("Documents Manquants",locExtendedTextHeader.Texte);
         end;


Thanks in advance.

Best Answer

Answers

  • txerifftxeriff Member Posts: 492
    edited 2020-10-20
    EDIT:
    Sorry, you want to copy from a blob to another... then just try assign blob1:=blob2 an modify. If not, try to do an oustream and then instream
Sign In or Register to comment.