How to deploy Parent-Child Relationship - InfoPath Dev
in

InfoPath Dev

Use our Google Custom Search for best site search results.

How to deploy Parent-Child Relationship

Last post 01-14-2008 05:57 AM by Clay Fox. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 01-13-2008 02:07 PM

    • ya101
    • Not Ranked
    • Joined on 01-13-2008
    • Posts 4

    How to deploy Parent-Child Relationship

    Hi

    i want to deploy Parent-Child Relationship  with drop downlist and check box l via xml(see below)

    <categorie id=1 name="name2">
         <product id="1" name="name1"></product>
        <product  id="2" name="name2"></product>
    </categorie>

    <categorie id=2 name="categorie id1">
         <product  id="1"  name="name11"></product>
    </categorie>

    i sucess do it with multi-selection list but when i choose check some product it checked for all ctecories.

    any idea how to fix it or may be use other way.

     

    Thanks

    Rina

  • 01-14-2008 05:57 AM In reply to

    Re: How to deploy Parent-Child Relationship

    Hi Rina, Welcome.

    This is definetly possible and a typical scenario.  You may want to find some examples that have this to look at and get the feel for it.

    Typically you would have some special selection fields.  These would typically be drop downs which used your lists as sources to select a particular name and category.  Then you can filter your data by these criteria.

    If you just set a field in your list to a value it will do all by default.

    Also research the current() function here on the site, you will probably need this too.

Page 1 of 1 (2 items)
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.