15 pts.
 Activating Oracle Save Button when data is inserted in the text box
i created a form, on the form there are multiple text box and buttons, on the save button i disabled it in the property pallet. i need a code where any text that is being entered in the text box then the save button will be active.

Software/Hardware used:
ORACLE FORMS 6i
ASKED: April 19, 2011  10:15 AM
UPDATED: May 3, 2011  7:11 AM

Answer Wiki:
You could create a post-change or when-validate-item trigger for the text box, and use the set_item_property built-in procedure to change the button's 'enabled' property.
Last Wiki Answer Submitted:  April 19, 2011  2:23 pm  by  carlosdl   63,580 pts.
All Answer Wiki Contributors:  carlosdl   63,580 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Hi, Carlosdl

thanks for your reply, i used trigger when-validate-item and it works.

Ziyoon.

 15 pts.