Hi,
the below link can be of use to u,
http://www.experts-exchang
Cheers,
Rosh
Main Topics
Browse All TopicsI am trying to give the user a way to save multiple form types from a single source i.e. word doc, excel, powerpoint. I can open up the various applications and save and retrieve the information. My problem is how do I detect a change to the document so I don't have to prompt the user to save when nothing has changed. I used get changes, compared get full state blob legnths but none of this is effective.
Thanks
LW
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi,
the below link can be of use to u,
http://www.experts-exchang
Cheers,
Rosh
Business Accounts
Answer for Membership
by: IncisiveOnePosted on 2009-07-08 at 19:54:35ID: 24810417
Easy. What you need is a checksum function. Exec checksum on all the bytes in the entire blob, this will produce one 32 bit value; do the checksum again at the end; compare the two checksums; if they are the same, the doc is unchanged.
I have not coded in PB for a few years, I do not recall if it has a checksum function. PB 10 was not around then, it may have. Otherwise you have to see if you can find a class object that someone has written and published. Or write your own (that's not too difficult, but it will take time; search the web and find out how it is done).
Cheers