As in Access, items in Oracle Forms have a default order of focus. I can find no way to programmatically set the focus out of order, as can be done by My.SuchAndSuch.SetFocus in Access. Is there such a method in Forms and, if so, how do I invoke it from PL/SQL?
My specific problem is that when the user inputs something invalid I want control to remain at the field of input, but it stubbornly goes to the next in default order.
- Follow via:
- RSS
- Email Alert
Question
0
Votes
set focus in Oracle Forms
Updated - 11th Sep 2008
Answers (2)
0
Votes
GO_ITEM built in
Try this:
GO_ITEM('ItemName');
Functionality is similar to SetFocus.
GO_ITEM('ItemName');
Functionality is similar to SetFocus.
29th May 2009
0
Votes
header string to an oracle form
how to show an string at form which is changeable with a variable string at form run time
7th Dec

































