Repopulate 2nd Drop down list based on 1st DDL value

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • axapta

    Repopulate 2nd Drop down list based on 1st DDL value

    Hi Group,
    How can I limit a second drop-down list box based on a selected value in the
    first drop down list box. Using vb.net

    Regards

  • kimiraikkonen

    #2
    Re: Repopulate 2nd Drop down list based on 1st DDL value

    On May 26, 2:39 pm, "axapta" <jas.jac...@gma il.comwrote:
    Hi Group,
    How can I limit a second drop-down list box based on a selected value in the
    first drop down list box.  Using vb.net
    >
    Regards

    Hi,
    You'd better describe more what you mean. I assume you mean a Combobox
    by calling Drop-down list which is a style. How do you want to limit 2
    comboboxes and what to limit?

    Thanks,

    Onur Güzel

    Comment

    • axapta

      #3
      Re: Repopulate 2nd Drop down list based on 1st DDL value

      Hi
      First drop dpwn list box contains:
      code value
      ABC 123
      ABC 456
      ABC 789
      FGH 123
      If user selects record one - i.e. ABC 123, I want the records in DDL box two
      to display only the records that match the code value in DDL box 1 i.e. code
      ABC. The tables are normalised so basically I want to show records in DDL
      box 2 where the codevalue(subli stggroup) of DDL box 1 = the code value
      (sublist2)of the records in DDL box 2.

      Regards

      "kimiraikko nen" <kimiraikkonen8 5@gmail.comwrot e in message
      news:6ed00193-d4bf-4caf-a43c-e81ac81691ec@w7 g2000hsa.google groups.com...
      On May 26, 2:39 pm, "axapta" <jas.jac...@gma il.comwrote:
      Hi Group,
      How can I limit a second drop-down list box based on a selected value in
      the
      first drop down list box. Using vb.net
      >
      Regards

      Hi,
      You'd better describe more what you mean. I assume you mean a Combobox
      by calling Drop-down list which is a style. How do you want to limit 2
      comboboxes and what to limit?

      Thanks,

      Onur Güzel

      Comment

      Working...