How-To Track Changes In InfoPath 2007/2010

S

Steven Mann

I will have a step-by-step solution described in my new InfoPath book:

http://www.amazon.com/dp/0672333422

The solution will work in InfoPath 2007 too but not all of the controls will be available (e.g. Picture buttons). So you may need to improvise in 2007.





Steve Mann wrote:

Track Changes in InfoPath
18-Jun-09

Templates are available here

http://rocktheenterprise.com/inc/sdetail/10

Requires InfoPath 2007 running under Form Services in SharePoint (MOSS 2007).

Previous Posts In This Thread:

How do I track changes in InfoPath
I'm a newbie, need to create a form where worker will periodically change the
information and when the change occurs, admin people need to know which
information has been changed/updated. I know MS Word have track changes
feature, anyway to replicate that kind of feature in InfoPath.....

RE: How do I track changes in InfoPath
Did you ever get a reply to this - I have the same proble

:

You have to do all this yourself in code.
You have to do all this yourself in code. One way is to make a backup
in-memory copy of the dom when the form loads, then during save or
submit, compare each field against the original, and if it changed,
create a change history to be submitted along with the form

--=2
Greg Collins [Microsoft MVP
Visit Braintrove ( http://www.braintrove.com
Visit InfoPathDev ( http://www.InfoPathDev.com )

Re: How do I track changes in InfoPath
Thanks Gre

:

Glad to help.
Glad to help. Probably not what you wanted to hear, but once you've got
it figured out the first time, it will be easier to do it in another
project

--=2
Greg Collins [Microsoft MVP
Visit Braintrove ( http://www.braintrove.com
Visit InfoPathDev ( http://www.InfoPathDev.com )

InfoPath Track Changes Templates Available!
As long as you are using Forms Services in SharePoint, it looks like you can track changes using the templates here

http://rocktheenterprise.com/inc/sdetail/102

Track Changes in InfoPath
Templates are available here

http://rocktheenterprise.com/inc/sdetail/10

Requires InfoPath 2007 running under Form Services in SharePoint (MOSS 2007).


Submitted via EggHeadCafe - Software Developer Portal of Choice
Producer/Consumer Queue and BlockingCollection in C# 4.0
http://www.eggheadcafe.com/tutorial...6d-b81ee8d9b314/producerconsumer-queue-a.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top