Call report from report

Hello, I have a report that runs with a selected record : CustTable myCustTable = element.args().record(); the rest of the report is printed by use of that myCustTable. Is there a way to call the same report, but where I do not select anything? something like : while (myCustTableNumber < 5) { call ReportCustomerAdvice(myCustTable); myCustTable = qr.next(); } thx, Kathleen

resolved in http://www.navision.net/forum/topic.asp?TOPIC_ID=9578