Sasidhar Kandukuri Posted November 19, 2020 Posted November 19, 2020 I created a Drop-Down list document property in text area with unique values from a column (say ColumnA) in data table. I also created a ListBox filter Multi Select in the same text area, and based on the value selected from drop-down, values from another column (say ColumnB) in the same data table are added as values to the Listbox Document property. I did all this with Ironpython Script. However the values that are displayed in the text area UI for listbox are still showing from "Set property value through ColumnSelection", but not the values i added through script. When i right click the list box and edit control, i see the values i needed under "Value" column in the property control window. Please tell me how i can see the same Values in UI. i need to do this with script. Thanks for help
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now