Date:  02/06/2007 01:03:01 PM Msg ID:  003298
From:  FoxWeb Support Thread:  003295
Subject:  Re: To Display Foxpro Table Content
What is the META tag in your code?  FoxWeb scripts don't use these tags.  The HTML code below will not automatically display the content of a table.  Are you sure this is a FoxWeb script? 
FoxWeb Support Team
support@foxweb.com email
Sent by on 02/06/2007 11:30:36 AM:
The version is Foxweb 1.29c. 
To display a Foxpro table content, I used the following code on a HTML file:
<table> 
<META NAME=FOXSCAN TABLE=MYTABLE >
<tr>
  <td>...</td>
</tr>
<META NAME=ENDFOXSCAN >
</table>
The problem is only the first 1000 records in MYTABLE.dbf can be displayed. I do not know where I can change the setting of 1000 or is it something that cannot be changed.
Thank you.