Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where to computing the checksum?
Message
From
13/11/2001 11:08:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
CodeMine
Title:
Where to computing the checksum?
Miscellaneous
Thread ID:
00580910
Message ID:
00580910
Views:
51
VFP 6.0
CodeMine 6.1.19

I modified the table to put a checksum field in it.
So after that I computed the checksum for every record.
So far so good.

In my form I use a view. Where do I put the code to calculate the checksum for that view?

I tried to put it in BeforeUpdate (in cmDataManager) but the problem is that the value written there is not the same as the one when using a PRG to compute the checksum for all the records.

So the problem here is that when I launch my app and check the checksum for all the records the app stops because the checksum (the one computed when adding records) is not good.

So this must mean that BeforeUpdate is probably not the good place to compute it.

Where should I compute that checksum?
*******************************************************
Save a tree, eat a beaver.
Denis Chassé
Reply
Map
View

Click here to load this message in the networking platform