Go_Item OS Linux Mint (merged by CM) [message #456539] |
Tue, 18 May 2010 06:49 |
faisal760797
Messages: 3 Registered: May 2007 Location: Pakistan
|
Junior Member |
|
|
Dear memners!
I am running forms 6i in Linux Mint evironment. I used Go_Item('emp_cod') after commit on save button.
Code is as under:
IF NVL(:BAL_QTY,0) > 0 THEN
GO_ITEM('EMP_COD');
ELSE
GO_ITEM('OP_ID');
END IF;
Control moves in relevant item but there is no cursor indication and no data can be entered in this field. When I press TAB or ENTER key the code written on Key-Next-Item executes properly. It means that control moves to that item but nothing could be written in this.
This form is working properly in Windows environment.
|
|
|
|
|
Re: Go_Item OS Linux Mint (merged by CM) [message #456649 is a reply to message #456631] |
Wed, 19 May 2010 02:05 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
So, you can set focus into that item (cursor is blinking in there), but when you press any key on the keyboard (for example, "faisal"), nothing happens?
If so, the first part of the sentence suggests that item is enabled and it is not a "display" item, but "text" item. The second part: is there any trigger on the item? If so, which one(s) and what it (they) do? Any Java code?
|
|
|