Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compute many operations
Message
 
 
À
20/10/2004 08:09:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00939290
Message ID:
00953012
Vues:
21
>hi,
>
>any idea.
>when i run myform test,
>
>i compute how many records at hato.table,and i make new count for ttest table
>
>if you sum the two tables,it must be the same number at ttest.table befor delete
>
>but the number is not equal.
>
>best regards.
>
>m.qasem

Hi Mohammed,

I hope that you have a copy of your real data and right now just testing your form on your test data.

Here is what I think you can do to test:

Start with the packed hato table, e.g. no deleted records.

Number Of records in hato = reccount()

Create ttest table using create table command. At this point you created an empty table with 0 records.

Start your process by adding records to ttest and deleting in hato.
When the process is done, you should have
Number of records in ttest = number of deleted records in hato or
number of records in ttest+number of non deleted records in hato = original number of records in hato
======================
If this is correct (and I don't see, how it could get wrong), all is fine, I think.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform