Adding a new Field to an existing form

C

CGillespie

I have added a new field to an existing form. Now I would like to update the
data in the older forms. Unfortunetly the new field is grayed out and I can
not change it. How do I get the field active?
 
C

Clay Fox

You would need to add some code that would launch at form load that would
detect the missing field and add it to the file.

Otherwise you can make tools which will go through and batch update the xml
of forms and add the new field.
--
Thanks

Clay Fox

Qdabra Software
http://www.qdabra.com

InfoPathDev.Com
The Largest InfoPath Forum in the World
http://www.infopathdev.com
 
Top