Crash using Report 2.5 with Forms 4.5

From: Scanavino Roberto <roberto.scanavino_at_rsisistemi.it>
Date: 15 Jul 1998 14:18:43 GMT
Message-ID: <01bdaffb$f5bd06e0$38cab9c2_at_drake>



[Quoted] 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. Received on Wed Jul 15 1998 - 16:18:43 CEST

Original text of this message