Forms 10g issue with poplist at runtime
Hi, I'm having an issue with the poplist item displaying at runtime on 10.1.2.3.0 forms..
I upgraded a form developed in 6i and upgraded it to 10g. In the 6i version, we had 2 items that initially were not displayed until you clicked on a text field. When you clicked the text field, it displayed the poplist item via some SET_ITEM_PROPERTY commands. The item's Visible property is initially set to No when you open the form and the Enabled property is Set to Yes. When the user clicks the text field, there is a manual SET_ITEM_PROPERTY and it uses the DISPLAYED property to display the poplist. Well, in 6i forms, it worked fine at runtime. In 10g
I upgraded a form developed in 6i and upgraded it to 10g. In the 6i version, we had 2 items that initially were not displayed until you clicked on a text field. When you clicked the text field, it displayed the poplist item via some SET_ITEM_PROPERTY commands. The item's Visible property is initially set to No when you open the form and the Enabled property is Set to Yes. When the user clicks the text field, there is a manual SET_ITEM_PROPERTY and it uses the DISPLAYED property to display the poplist. Well, in 6i forms, it worked fine at runtime. In 10g
0