Thanks a lot Frank,
I'm a newbie to xml, can you guide me on how to create the xml scheme
(structure) and how to bind it to the dropdown control? ( or i need to create
a new one?)
Thanks again :)
> Hi,
>
[quoted text clipped - 14 lines]
> > values that aren't in the list? And to add the new value to the existing list?
> > Thanks in advance
Franck Dauché - 31 Oct 2005 15:57 GMT
Hi,
You can do this by creating another InfoPath form with a repeating table on
it and 2 fields: ID and Description. You can run that form, enter a series
of items that you want to show in your drop-down. Then you just save the XML
output.
That is one of the strength of IP, you can generate xml easily.
Next, you add a data connection in your main IP document from the xml output
generated above: Tools \ Data Connection \ Add \ Receive data \ xml document.
Hope that it helps.
Regards,
Franck Dauché
> Thanks a lot Frank,
> I'm a newbie to xml, can you guide me on how to create the xml scheme
[quoted text clipped - 20 lines]
> > > values that aren't in the list? And to add the new value to the existing list?
> > > Thanks in advance