Call Report from Forms - sometimes process "hang up" [message #245712] |
Mon, 18 June 2007 10:48 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Zenith
Messages: 10 Registered: June 2007
|
Junior Member |
|
|
Hello! Sorry for my poor english. I work with Forms4.5 and Reports 2.5
running on WinXp Profess. I call report from forms (destype preview ).
Report works fine, but sometimes when report closes (through button Close or menu[x]) the Reports Server hang up (process in task manager has status "not response") Accordingly Forms hang up too and application dosn't work. Help me please
There is a source code:
List_Param := Create_Parameter_List('params');
Add_Parameter(List_Param,'DESTYPE',TEXT_PARAMETER,'Preview');
Add_Parameter(List_Param,'MODE',TEXT_PARAMETER,'BITMAP');
Add_Parameter(List_Param,'PRINTJOB',TEXT_PARAMETER,'NO');
Add_Parameter(List_Param,'PARAMFORM',TEXT_PARAMETER,'No');
....
/*my parameters here*/
Run_Product(REPORTS, 'rep_name', SYNCHRONOUS, RUNTIME,FILESYSTEM, List_Param);
Thank you for help
|
|
|
|
|
|
|
|