At 11:43 AM 6/18/2008, Roberts, Jennifer wrote:
Everywhere I have searched has told me that the following code will get me the selected value in my DB User Defined Combo Box: GETPROPERTY <Component ID> SELECTION 'varname'. It is not getting the value. It is populating the variable with what looks like a space holder (|). It doesn't matter which item I pick in the combo box, the variable is always the same and it isn't the selected value. Any ideas what is going on here?
Jennifer, FYI, when using the GETPROPERTY command with the "SELECTION" parameter to capture the value within the DB User Defined ComboBox, you must actually "select" a value from the list. Otherwise, you can use: GETPROPERTY <Component ID> TEXTVALUE 'varname' That's all there is to it! Very Best R:egards, Razzak.

