How to make an item not visible in Oracle Forms?

Wizard picture Wizard · Dec 16, 2012 · Viewed 7.7k times · Source

I want to make one text item not visible. In properties I have not found this function, I resize text item to very small size but it is still visible.

I can't delete the item because I need it.

Answer

Ian Carpenter picture Ian Carpenter · Dec 16, 2012

One method is to use the item's Visible property.

Not sure what version of Oracle Forms you are using but using 10.1.2.0.2, here is a form based on the EMP table. Note that the first field, Empno is shown.

enter image description here

Within Form Builder, select the item, empno, and bring up the Property Pallet (right click and select "Property Pallet" or use F4). Scroll through the list and look for the Visible property (or start typing Visible in the Property Pallet Search bar)

Change the value to No.

enter image description here

When the Form run again, the Empno Field is no longer displayed.

enter image description here