Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Help, I have a Forms 5 question about navigation and queries.

Help, I have a Forms 5 question about navigation and queries.

From: Scott G. <me_at_me.com>
Date: Fri, 20 Aug 1999 15:11:52 GMT
Message-ID: <37be6e17.13007014@news.ikea.com>


Hi,

I have a form with several data blocks. The user can updat any or all but one of the blocks. When the user commits, I want to requery each of the data blocks so the user can see the changes without doing it themselves. GO_ITEM is restricted and cannot be used during transaction processing. I get around that with using a timer. But I can only execute one timer. I have three blocks I need to navigate to and query. I have a post-forms-commit trigger that sets a global variable to a navigable field in each of the blocks and then start a timer. The when-timer expired trigger then calls a proc to go_item to the global variable I define.

The problem I have is that I can only do this once.

Has anyone dealt with this type of thing?

Thanks,
Scott Received on Fri Aug 20 1999 - 10:11:52 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US