Re: Crash using Report 2.5 with Forms 4.5
Date: Wed, 15 Jul 1998 17:53:18 GMT
Message-ID: <6oiqae$89j$1_at_nnrp1.dejanews.com>
In article <01bdaffb$f5bd06e0$38cab9c2_at_drake>,
"Scanavino Roberto" <roberto.scanavino_at_rsisistemi.it> wrote:
> I have the following problem:
>
> In WIN 95 I developed a form using form 4.5 and in a button trigger
> 'WHEN-BUTTON-PRESSED' I put this code :
>
> plId := Get_Parameter_List('daly_prod');
> if not Id_Null(plId) then
> Destroy_Parameter_List(plId);
> end if;
> plId := create_parameter_list('daly_prod');
> add_parameter(plId, 'P_DATA', TEXT_PARAMETER, to_char(:bl_dati.data,
> 'dd-mm-yyyy'));
> add_parameter(plId, 'PARAMFORM', TEXT_PARAMETER, 'NO' );
>
> run_product(REPORTS, 'C:\EDLOGA\DALYPROD.REP', SYNCHRONOUS, RUNTIME,
> FILESYSTEM, plId);
>
> The report run without any problems, I can print, see the preview etc., but
> if I try to click
> on the form before having closed the report view, when I come back on the
> report and close it the windows message
>
> "f45run32 page errors in TK23W32.DLL module"
>
> appears and the application crash.
>
> Is there anyone that can help me ?
>
> The same problems appears on WINDOWS NT 4.0 workstation.
>
>
[Quoted] Hi Roberto,
This is probably the reason (quoted from Forms online help):
"SYNCHRONOUS specifies that control returns to Form Builder only after the [Quoted] called product has been exited. The end user cannot work in the form while [Quoted] the called product is running."
Igal
-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Wed Jul 15 1998 - 19:53:18 CEST
