got example from form CustInvoiceJournal
ex :
for (custInvoiceJourLocal = getFirstSelection(custInvoiceJour_ds); custInvoiceJourLocal; custInvoiceJourLocal = custInvoiceJour_ds.getNext()) { //do whatever you like }
got example from form CustInvoiceJournal
ex :
for (custInvoiceJourLocal = getFirstSelection(custInvoiceJour_ds); custInvoiceJourLocal; custInvoiceJourLocal = custInvoiceJour_ds.getNext()) { //do whatever you like }