Mark all records: public void selectall(boolean _select) { CustTable localCustTable; localCustTable = this.getFirst(); while(localCustTable) { this.findRecord(localCustTable); this.mark(_select); localCustTable = this.getNext(); } } Read marked records: CustTable localCustTable; localCustTable = this.getFirst(1); //get marked while(localCustTable) { //do something localCustTable = this.getNext() } OR: for(localCoInfo = CustTable_ds.getFirst(1);localCoInfo;localCoInfo = CustTable_ds.getNext()) { //do something }
Microsoft Dynamics Ax,AIF,Axapta, Enterprise portal,,Microsoft , United State,U.S., SharePoint , BI Tools, Performance Tuning, SSRS,Business Logic,Ax ERP Errors and solution,Dynamics 365 Errors Solution,Business software .