Home » Developer & Programmer » Forms » navigation problem during go item (oracle 10g forms)
navigation problem during go item [message #410969] Wed, 01 July 2009 06:06 Go to next message
sprashidha
Messages: 3
Registered: July 2009
Junior Member
i am trying to migrate a form from forms 5i to 6i and then to Oracle forms 10g.

i have already compiled the forms in 6i.

i am trying to compile a form which give problem while navigating from one data block(A)[in content canvas] to another data block(B)[in tab canvas] using go_item.

the forms has three canvas.stacked canvas is placed above the content canvas and a tab canvas with multiple tabs is placed above the sacked canvas.

while navigating from a item in a data block(A)using a trigger KEY_NEXT_ITEM in item level which has following command in it

go_item(data block(B).item_name);

when this trigger is fired the cursor does not move to the item in data block(B).and the cursor remain in the item in data block(A).while navigating through mouse also the cursor doesnot move to data block (B) and comes back to data block (A).

please help me its urgent
Re: navigation problem during go item [message #410977 is a reply to message #410969] Wed, 01 July 2009 06:41 Go to previous messageGo to next message
Littlefoot
Messages: 21818
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Is there any GO_BLOCK or GO_ITEM on the data_block(B) which results in moving back to data_block(A)?
Re: navigation problem during go item [message #411085 is a reply to message #410969] Wed, 01 July 2009 19:11 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Run the form in debug mode and see what is actually happening.

David
Re: navigation problem during go item [message #411114 is a reply to message #410977] Thu, 02 July 2009 00:58 Go to previous messageGo to next message
sprashidha
Messages: 3
Registered: July 2009
Junior Member
thanks for the reply littlefoot. no there aren't any go_block or go_item on data block(B).
Re: navigation problem during go item [message #411170 is a reply to message #411085] Thu, 02 July 2009 04:09 Go to previous messageGo to next message
sprashidha
Messages: 3
Registered: July 2009
Junior Member
thanks for the reply martin sir.

i ran the form in debug mode and the same problem persists.

the cursor gets stuck in item in data block (A).

is this problem related to canvas as i am using multiple canvases in the same form.
Re: navigation problem during go item [message #412121 is a reply to message #411170] Tue, 07 July 2009 19:00 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Is 'data block(B).item_name' visible on the new canvas?

When you used debug in 'step' mode did the code get to the 'go_item'? Do you have a 'raise forum_trigger_failure' in that trigger?

David
Previous Topic: cursor Example
Next Topic: subclass info issue
Goto Forum:
  


Current Time: Fri Sep 20 04:21:00 CDT 2024