project QadFinancials > class BMultiCyProcessor > method ConvertTempTableToLongChar

Description

This method stores text kept in the temp-table to the long char


Parameters


t_sAsyncInstanceDataSerializedinputtemp-table
opLongTextoutputlongchar
oiReturnStatusoutputintegerReturn status of the method.


Internal usage


QadFinancials
method BMultiCyProcessor.ProcessRequestAsyncProcess


program code (program1/bmulticyprocessor.p)

/* =============================================================================================== */
/* This method stores text kept in the temp-table to the long char                                 */
/* =============================================================================================== */
assign opLongText = "":U.

for each tAsyncInstanceDataSerialized 
    by   tAsyncInstanceDataSerialized.ti_Sequence:
    
    assign opLongText = opLongText + tAsyncInstanceDataSerialized.tcXMLSegment.
end.