The Contact Mine sample application (and specifically the cont_srch.fwx script) shows how you can display contents from a database table in a paged HTML table with Previous, Next buttons to navigate to the previous/next X results respectively.
FoxWeb Support Team support@foxweb.com email |
Sent by Jery Infeld on 03/21/2011 05:04:42 PM:
What are all the code pieces I need to have create a web page that shows the data in a Foxpro browser type grid?
More specifically, say I have a customer table in VFP8 with 300 records. How do I display 30 records at a time the fields: Custno, name, address, city, state, zip, phone in a grid (showing the column names) with the contol buttons "Next 30", "Previous 30", "Cancel"?
Thanks,
Jerry