I had the same issue and had to add this setrecfilter code and it took it. Your get statement is correct. l_tmprecSalesHdr.INSERT; l_tmprecsaleshdr.setrecfilter; REPORT.RUNMODAL(50008,TRUE,FALSE,l_tmprecSalesHdr);
↧