S
Steve
I have some data - a textural document that contains a large set of
"requirements". It is structured in such a way that I can define it in
a very structured way using XML.
I want a form where a user can define a set of "requirements".
I want the user to be able to quickly and simply navigate to their way
to a particular requirement and to be able to "add" it to their
document, their set of "requirements". Having selected one
"requirement" the user will then want to repeat the process an
indeterminate number of times(typically 4-10 say).
I have made a simple form to demonstrate how the nodes higher up in the
XML tree structure can be selected from a drop down list control and
how the selection can be used to filter (and hence determine) the
content of a drop down list control that will list a small set of
"requirements" - the user can then select one of the listed
"requirements".
Unfortunately, because of the absolute referencing in the filtering,
e.g. (field6 = topnode and field7=middlenode)is is not posible to put
this arrangement of drop-down list controls into a repeating section.
Is there a way around this?
I had thought about adding a button with the functionality to copy the
selected "requirement" to a table. The user would then re-use the same
set of controls to select another "requirement" that would would then
be appended to the end of the table. I started lookingat InfoPath 2
days ago so I don't know very much at all. I can see that I can add
some script to the handler for the button but have little idea of how
to procede with the task of copying the "requirement" to a table.
Can anyone offer some basic advice on whether to procede/persevere with
InfoPath and how best to tackle the problem - either resolve the
absolute referencing problem ina repeating section of use the copying
method.
regards
Steve
"requirements". It is structured in such a way that I can define it in
a very structured way using XML.
I want a form where a user can define a set of "requirements".
I want the user to be able to quickly and simply navigate to their way
to a particular requirement and to be able to "add" it to their
document, their set of "requirements". Having selected one
"requirement" the user will then want to repeat the process an
indeterminate number of times(typically 4-10 say).
I have made a simple form to demonstrate how the nodes higher up in the
XML tree structure can be selected from a drop down list control and
how the selection can be used to filter (and hence determine) the
content of a drop down list control that will list a small set of
"requirements" - the user can then select one of the listed
"requirements".
Unfortunately, because of the absolute referencing in the filtering,
e.g. (field6 = topnode and field7=middlenode)is is not posible to put
this arrangement of drop-down list controls into a repeating section.
Is there a way around this?
I had thought about adding a button with the functionality to copy the
selected "requirement" to a table. The user would then re-use the same
set of controls to select another "requirement" that would would then
be appended to the end of the table. I started lookingat InfoPath 2
days ago so I don't know very much at all. I can see that I can add
some script to the handler for the button but have little idea of how
to procede with the task of copying the "requirement" to a table.
Can anyone offer some basic advice on whether to procede/persevere with
InfoPath and how best to tackle the problem - either resolve the
absolute referencing problem ina repeating section of use the copying
method.
regards
Steve