Date:  02/06/2007 11:30:36 AM Msg ID:  003295
From:  FoxWeb Support Thread:  003295
Subject:  To Display Foxpro Table Content
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.