[progress Communities] [progress Openedge Abl] Forum Post: Re: How To Copy Memptr To/from A...

  • Thread starter Thread starter Hema Ravi Teja Bollam
  • Start date Start date
Status
Not open for further replies.
H

Hema Ravi Teja Bollam

Guest
Hi all, I tried , but in vain .Scenario is as follows , function x returns longchar(): DEF VAR i_xml_string AS LONGCHAR NO-UNDO. DEF VAR i_mem AS MEMPTR NO-UNDO. p_doc:SAVE("memptr":U, i_mem). COPY-LOB FROM i_mem TO i_xml_string. return i_xml_string. end. below is the error log, [16/03/17@10:20:58.984-0700] P-009824 T-000001 3 4GL 4GLTRACE Return from ConvertXmlDocToLongString " " [yeai/ye508mu.p] [16/03/17@10:20:58.984-0700] P-009824 T-000001 1 4GL -- (Procedure: 'GenerateT5008xmlCusipSummaryRecord yeai/ye508mu.p' Line:2536) Attempt to exceed maximum size of a CHARACTER variable. (9324) [16/03/17@10:20:58.984-0700] P-009824 T-000001 1 4GL -- (Procedure: 'GenerateT5008xmlCusipSummaryRecord yeai/ye508mu.p' Line:2536) ** Unable to evaluate expression for PUT statement. (564) [16/03/17@10:20:58.984-0700] P-009824 T-000001 3 4GL 4GLTRACE Return from GenerateT5008xmlCusipSummaryRecord "? tmp_cusip_tots yes " [yeai/ye508mu.p] i could not achieve the functionality . pl. suggest , thanks i advance . Regards, Ravi

Continue reading...
 
Status
Not open for further replies.
Back
Top