Home » Developer & Programmer » Forms » GO_ITEM Fails !!!
GO_ITEM Fails !!! [message #82788] Fri, 04 July 2003 22:59 Go to next message
sujit
Messages: 94
Registered: April 2002
Member
Hi all,
I am experiencing a problem in a certain form where i have multiple windows (forms 6i). When i am executing a code in a button to go to a specific window the form hangs. Even coding as
show_window('X');
hide_window('Y');
go_item('X.tt');
does not work. What should i do.
Regards..
Sujit
Re: GO_ITEM Fails !!! [message #82792 is a reply to message #82788] Sat, 05 July 2003 04:59 Go to previous messageGo to next message
Indrani
Messages: 14
Registered: June 2003
Junior Member
Hi,
you cann't write like this go_item('X.tt') as because
'X' is here name of the window.
U write same code and write go_item('block_name.item_name') instead of ('window_name.item_name').
You will get success.
Re: GO_ITEM Fails !!! [message #82798 is a reply to message #82792] Mon, 07 July 2003 00:34 Go to previous messageGo to next message
sujit
Messages: 94
Registered: April 2002
Member
hi indrani,
Ofcoure i am writing block_name.item_name. But it fails at some occasions. I have been told it is a reccurent problem in 6i. Can anybody suggest?
Regards..
Sujit
Re: GO_ITEM Fails !!! [message #82808 is a reply to message #82798] Mon, 07 July 2003 06:28 Go to previous message
Sun
Messages: 92
Registered: August 2002
Member
Use

Go_item(Blkname.colname);
Raise Form_Trigger_Failure;

or

first user hide_view('viewname');
then use show_view('viewname');

it should work..

there is no problem in 6i
Previous Topic: Choosing Multiple values on an "LOV"
Next Topic: Communicating Between Forms 3.0 and Forms 6.0 using SSH Protocol??
Goto Forum:
  


Current Time: Wed Jul 03 09:22:57 CDT 2024