Re: Running Reports 3.0 using RUN_PRODUCT from Forms [message #77553] |
Wed, 03 October 2001 17:08 |
Jing Wan
Messages: 3 Registered: October 2001
|
Junior Member |
|
|
I have got the same problem before, the thing you may try is:
1. Change your Oracle Forms Builder's start path (right click it shortcut's image) to the folder your files: report source and forms source, are kept;
2. If you are not passing parameter, you can't use : null or 0 or ' ' at the place before the last null. This is not the problem. The problem is you can't put anything there but a pre-declared list with no parameter in it.
Try: add declare ... paramlist;
Pur the ... at the place before the last null in the place of parameters.
Jing
----------------------------------------------------------------------
|
|
|