Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

VTextField and Border

François DegrelleMay 14 2010 — edited May 14 2010
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
This post has been answered by Andreas Weiden on May 14 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 11 2010
Added on May 14 2010
3 comments
1,062 views