Home » Developer & Programmer » Forms » How to Set focus on TAB (Oracle Forms 10g)
How to Set focus on TAB [message #545521] Thu, 01 March 2012 00:15 Go to next message
mvmkandan
Messages: 68
Registered: May 2010
Location: Trivendrum
Member
Hi
I am new to Forms.

I have two tab like 'TAB1' and 'TAB2'.

Inside TAB1, i have 3 text items and in TAB2, i have 3 text items.

When cursor leave from TAB2's Text Item:3, then focus to be Set on TAB1.

I have used the following coding

go_item(':tabpages.tab1');


But it not working.

How to set the Focus on Tab or else please give idea that how to set Focus on TextItem1 in TAB1 from TAB2


Thanks
Veera
Re: How to Set focus on TAB [message #545525 is a reply to message #545521] Thu, 01 March 2012 00:43 Go to previous message
Littlefoot
Messages: 21813
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
GO_ITEM's usage is invalid. Should be
go_item('block_name.item_name');
(no colon sign!).
Previous Topic: calling a form (merged 2)
Next Topic: conecting with scanner through 6i forms
Goto Forum:
  


Current Time: Sat Jul 06 00:17:21 CDT 2024