Home » Developer & Programmer » Forms » Multithreaded app in Forms 4.5
Multithreaded app in Forms 4.5 [message #84543] Mon, 29 March 2004 05:52 Go to next message
Rahul
Messages: 94
Registered: December 1998
Member
Hi,

A query with Forms 4.5 . Have a requirement which I havent seen before in a form env.

Need to have two blocks on a form. One of the blocks autorefreshes at a pre-defined interval. But the refresh should not prevent the user from working on the other block. Something like a "ticker" is required. Multithreading sounds like the only option to me. But how do you do this in Forms 4.5 ? Or are there other ways ?

Thanks in advance.

Rahul
Re: Multithreaded app in Forms 4.5 [message #84548 is a reply to message #84543] Mon, 29 March 2004 10:04 Go to previous message
jan
Messages: 71
Registered: August 2002
Member
you can use timer for this purpose.
you'll have to create a timer in when-new-form-instance trigger where you specify the pre-defined interval.
then create a when-timer-expired trigger on the form level in which you write the code to query the block.

this way the form will automatically query the block at given interval.

hope this helps

Jan
Previous Topic: Displaying message From Forms 6i
Next Topic: Master-child enable/disable button in child
Goto Forum:
  


Current Time: Mon May 06 05:47:50 CDT 2024