Timer in Forms45 doesn't work after 'Run_Product()'
Date: 1997/04/01
Message-ID: <5hr249$im$1_at_news01.btx.dtag.de>#1/1
[Quoted] We have the following problem:
We create a timer within a Forms45-Application (Developer 2000 Rel.1.2) in the WHEN-NEW-FORM-INSTANCE-Trigger:
CREATE_TIMER('LOOP_TIME', 1000, REPEAT) This works.
In the WHEN-TIMER-EXPIRED-Trigger we look after entries in an table. If there is an entry means there is something to print and we do the follwing call:
RUN_PRODUCT(REPORTS, xxx, SYNCHRONOUS, RUNTIME, FILESYSTEM, yyy, NULL)
After the report has been printed, the form stops working (!!!), until we do anything like moving the mouse, pressing a button or something like this.
Has anyone got an problem like this ?
Has anyone a solution for this ?
Thanks for each advice !!!
mfg
H.Boysen
Received on Tue Apr 01 1997 - 00:00:00 CEST