Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why can't i see all the records in table when opened
Message
De
30/08/2004 13:26:54
 
 
À
30/08/2004 13:17:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxExpress
Divers
Thread ID:
00937689
Message ID:
00937715
Vues:
6
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform