JXBURNS
08-20-2008, 12:56 PM
Not sure if this is a bug or by design?
Assuming I have 3 combobox list entries on a screen with the first one set to the Default Text. When I select the 1st option & click NEXT the session variable returns an empty string.
If I select the 2nd or higher option in the list it correctly returns the text for that selection in the session variable.
Then select the 1st option again and returns the correct value this time.
It is as if the session variable is only selected on a "SelectedIndexChanged" event which is not being fired when screen first shown.
Rgds John
Assuming I have 3 combobox list entries on a screen with the first one set to the Default Text. When I select the 1st option & click NEXT the session variable returns an empty string.
If I select the 2nd or higher option in the list it correctly returns the text for that selection in the session variable.
Then select the 1st option again and returns the correct value this time.
It is as if the session variable is only selected on a "SelectedIndexChanged" event which is not being fired when screen first shown.
Rgds John