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;
Answers
"Document Manquants" := locExtendedTextHeader.Text;
And use CLEAR("Document Manquants") before insert new value
And use MODIFY to save
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