Hello,
Does anyone knows how to add a Border to a VTextField's manually created PJC ?
...
oracle.forms.ui.VTextField vtf = new oracle.forms.ui.VTextField();
vtf.setProperty(ID.BORDER_BEVEL, ?);
...
Don't know what to put in the setProperty() second argument.
Thanks,
Francois