I 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
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