R
Rahman Hadi
Hi All,
When I have to add some nodes on data source template(deployment phase), I
always got problem after re-publish it on sharepoint server. The problem is
happened while user try to open the old version files which is created with
the old template. Event I add the node at the last position on the xml
tree(data source), it still can work. It's caused the control that's bind to
the new node is "DISABLED".
So to resolve this problem, I use "VS.net office development" and modify the
code while the "OnLoad" method is executing, then add node to
"thisXDocument.DOM" object and use "createXMLNode" method. It just can done
by the programmer hand right? ..![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
So, Is it the best thing to resolve the problem ?
If it's true, actually miscrosoft must think about that, cause infopath's
user is not always programmer? ..![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
and regarding the company always do some deployment and changes in bussiness
flow. Then infopath user can keep the old data and can modify the template
freely.
Please advice ...
Thanks,
Rahman H
When I have to add some nodes on data source template(deployment phase), I
always got problem after re-publish it on sharepoint server. The problem is
happened while user try to open the old version files which is created with
the old template. Event I add the node at the last position on the xml
tree(data source), it still can work. It's caused the control that's bind to
the new node is "DISABLED".
So to resolve this problem, I use "VS.net office development" and modify the
code while the "OnLoad" method is executing, then add node to
"thisXDocument.DOM" object and use "createXMLNode" method. It just can done
by the programmer hand right? ..
So, Is it the best thing to resolve the problem ?
If it's true, actually miscrosoft must think about that, cause infopath's
user is not always programmer? ..
and regarding the company always do some deployment and changes in bussiness
flow. Then infopath user can keep the old data and can modify the template
freely.
Please advice ...
Thanks,
Rahman H