Kbase P91033: Window is not accessible after calling Report Builder Runtime Engine
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/5/2004 |
|
Status: Unverified
SYMPTOM(s):
Report Builder Runtime Engine is called from another procedure
Calling procedure window is not usable once the Report Builder Runtime Engine is active
Calling procedure window is white, empty and displays only borders after being covered by another window
Contents of calling procedure window cannot be accessed/used
Contents of calling procedure window re-appear when the report Preview is closed
CAUSE:
Report Builder Runtime Engine is using synchronous processing therefore the calling procedure waits until reporting is completed i.e. until the prore32.exe session ends
FIX:
Enable asynchronous processing for the Report Builder Runtime Engine.
PrintRB/PrntRB2 interfaces:
Set the RB-NO-WAIT parameter to YES.
_prore.p/Table Interface:
Set NO-WAIT-value parameter for _prore.p to TRUE i.e. RUN aderb\_prore.p (TRUE, "<other parameters>").
OS-COMMAND statement:
Specify the NO-WAIT parameter i.e. OS-COMMAND NO-WAIT PRORE32.EXE <other parameters>.