Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compute many operations
Message
 
 
To
20/10/2004 08:09:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00939290
Message ID:
00953012
Views:
20
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform