How can I control the location and look of the input forms Cancel and Save buttons?
There’s currently no way to procedurally change the location or content of these buttons. But you don’t have to inherit the Fnd_IO_InputForm. The only thing it does right now is localize and place those buttons. So instead you can just not inherit the Fnd_IO_InputForm and use your own Save and Cancel buttons. If you do this, don’t use the Foundation button variable names. Create your own unique variable names for the buttons.
Related Questions
- The application form does not look right on my screen (overlapping drop down boxes, long rows over the input fields, etc.) What is going on?
- Why are the Save and Cancel buttons drawn in the upper-left corner of the input dialog instead of the lower-right corner?
- My form language is French. Why do the buttons say "OK" and "Cancel" and not "OK" and "Annuler" in my pop-up window?