Expand my Community achievements bar.

Make changes to document based apon Listbox selection

Avatar

Level 2

Just wondering if the following is posible:

If the user selects Pat from the dropdown list I want the Radiobutton named "Self", Radiobutton names "Male" to be selected Textfield1 to say driver and ImageField1to use the URL of  C:\Users\Admin\Documents\Patrick.gif.

3 Replies

Avatar

Former Community Member

Everything but the displaying of the image is possible .....it is simply a matter of setting the fields based on teh value selected. How many names are in your list?

Paul

Avatar

Level 2

Only 2 names. How does one set a field based on the value selected in the ListBox?

Avatar

Former Community Member

I created a sample for you .....the code is on the exit event of the DDlist. The values for the radiobuttonlists are set in the binding tab of the

radiobuttonlist object (select it in the hierarchy).

Hope this helps

Paul