Data Dynamically in Combo Box

Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default Data Dynamically in Combo Box

    How to set and display data (from Database) dynamically in Combo box?
    sawnani Guest

  2. Similar Questions and Discussions

    1. combo box data binding
      <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns="*"...
    2. How to display a set of data in a data grid when drivenby a combo box?
      I am trying to build a page where the user can select a syle of food (i.e. chinese, italian etc) from a combo. I would then want the relevent...
    3. Adding data to Combo box
      I've made a form with several combo boxes. If the data is not available in the combo box, the user can hit a commande button which will bring him...
    4. Combo Box Bound Data Question
      I have successfully set up variable data Combo Box via VBA with a Row Source Type of Table/Query which then uses a Row Source SQL command to...
    5. combo box and data
      Hello, I have a form with a combo box to look up account numbers,description,route and stop. This works fine. What I need to learn is how to get...
  3. #2

    Default Re: Data Dynamically in Combo Box

    myComboBox_cb.dataProvider = foo;

    sawnani wrote:
    > How to set and display data (from Database) dynamically in Combo box?
    Tom Coleman Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139