How to loop Transaction Comments

gcheak

New Member
QAD 2008.1

I am writing a small procedure to dump work order records to an XML file for printing in Crystal Reports.

We have comments in cmt_det indexed from ro_det. cmt_det.cmt_cmmt is an array field. I need to create a temp-table record for every array element in cmt_cmmt.

Is there a method to loop through array field elements?


Greg
 
Top