Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Help, I have a Forms 5 question about navigation and queries.
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
![]() |
![]() |