At 02:11 PM 5/1/2009, Walker, Buddy wrote:
Maybe I'm missing something here.
I have a after insert trigger which prints a report to a pdf
and then emails the pdf to the student.
Works flawless from R:>
When I insert a row from the web or from RRBYW14 it will not
print the report.
Buddy,
Technically, printing the triggered report at the R> prompt
is using the full version of R:BASE and R:BASE Engine methods
with built-in report engine to generate output formats such
as PDF in your specific case.
Look at the R:WEB Reports for such solution.
Here's how:
http://www.rwebreports.com
http://www.rwebreports.com/rbg76/
http://www.rwebreports.com/rbg8/
Printing the triggered report on the web, you are using the
Oterro ODBC driver and not the full version of R:BASE with
built-in report engine.
So, either implement R:WEB Reports and take advantage of
the add-on tools, or find a swift solution to create a file
with all print stuff and then execute a separate session of
R:BASE, such as "RBG76.EXE printmyreport.rmd" to print your
PDF report.
Hope that gives you some ideas!
Very Best R:egards,
Razzak.