Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why can't i see all the records in table when opened
Message
From
30/08/2004 13:26:54
 
 
To
30/08/2004 13:17:08
General information
Forum:
Visual FoxPro
Category:
Visual FoxExpress
Miscellaneous
Thread ID:
00937689
Message ID:
00937715
Views:
7
No, This is a Table(ocdata.dbf).

And this is not a free table.
I store all the ocr content to this table.

Right now it should have more than 300 thousand records in it.
This table is created programmatically from the form:
this is the code is used.
***********Code***********
IF NOT FILE(mDataPath+'OCRDATA.DBF')
CREATE TABLE (mDataPath+'OCRDATA.DBF') NAME 'OCRDATA'(ID N(10, 0) NOT NULL,;
ocdata M(4),;
tiffile C(75),;
created_dt D(8))

SET COLLATE TO 'MACHINE'
INDEX ON ID TAG ID
ELSE
=MESSAGEBOX("Table already exists in your dataset.")
ENDIF
***********End************
The other table i have in this project which is a free table and that table name is docindx.dbf and which has 158,000 records in it I am able to see all the records in it, is there anything to do with the free table or not.

Please help i need to do a fix for this at my project site.
Thank you very much.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform