Hi,
I ran through the problem when running a reports from a forms via RUN_REPORT_OBJECT.
This concerns the length of the parameters (REPORT_OTHER, REPORT_DESNAME, REPORT_FILENAME), I passed to the reports with SET_REPORT_OBJECT_PROPERTY.
The sum of the 3 lengths could not exceed 244.
There...
Hello,
what is working :
I call reports from forms.
In every reports, in before-report trigger, a dialog box pops up, using srw.message().
When from a forms, I call a reports "preview", it does show the dialog box srw.message()
what is not working :
When from a forms, I call a reports "file"...
Hi,
I have a problem with my matrix.
The following matrix is working fine :
|Based Column | Repeating Cols | Sum of repeating cols | Formula
------------------------------------------------------------------------------
| A | B1 | B2 | B3... | Sum(B)...
Hi,
I run reports from forms with something alike :
"
set_report_object_property(repid, REPORT_OTHER, param_string);
v_rep := RUN_REPORT_OBJECT(repid);
"
I call a reports from the forms, this reports call in Before-Report Trigger, a function in a library LIB-REP, attached to this reports.
When...
hi all,
I try to use reports (functions : srw.message and srw.program_abort...) in a procedure PROC_REP and forms (exit_form and show_alert...) in a procedure PROC_FMX
Both procedures PROC_REP and PROC_FMX are stored in a library LIB.
This library LIB is attached to reports and forms.
When I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.