From: Daintrees <p.d...@pa...> - 2004-08-22 20:03:20
|
sounds good steve ----- Original Message -----=20 From: skaill=20 To: web...@li...=20 Sent: Monday, August 23, 2004 6:10 AM Subject: [Web-erp-developers] Paging Hi all, I have created paging in my version of webERP for when there are more = records from a search than you would want to display on a single page. = There is a new variable called $DisplayRecordsMax in config that says = the maximum number of records per page and a drop-down allows the = selection of the page. It can be seen at http://weberp.gocom.ca/weberpcvstest. Click on = Select Customer then type "a" to search for all customers with an "a". = There are 9 "a" records so it puts them into 2 pages since right now to = test I have the $DisplayRecordsMax set at 5. Would this be good to have in the base webERP version? If so, I will do similar code for other areas that have searches/lists = such as Select Item and Select Supplier and send Phil to put into the = cvs. In the searches I'm thinking it would be nice to have Begins With and = Contains Within radio buttons as well. Steve |