M
Mike Hutchinson-Brown
I am developing a CRM application. Currently I need to access an up to date
site where the relevant page to the product being worked on, needs to be
saved as PDF to a specific folder, with a specific name.
Using the report to PDF which Stephen Lebans has made available at his site
is no problem at all. The problem is:
The user first uses a form with a web browser control, which locates the
correct site to choose a fund page. This is fine, it displays the fund page
perfectly. Now I was attempting to allow them to print this page to a PDF
using a report with the web browser control pointing to the current page of
the one on the form. (The report picks up the address from its openargs when
opened using a button on the form.) It just prints a blank page. I know the
report is showing the correct page. I do think though that the report is
opened and converted before the page can load. Is there a way to delay
writing the report to PDF until the page has fully loaded?
I will be looking at the code to see if I can figure this out for myself
however, any help or alternative methods will be greatly appreciated.
Thanks
Mike
site where the relevant page to the product being worked on, needs to be
saved as PDF to a specific folder, with a specific name.
Using the report to PDF which Stephen Lebans has made available at his site
is no problem at all. The problem is:
The user first uses a form with a web browser control, which locates the
correct site to choose a fund page. This is fine, it displays the fund page
perfectly. Now I was attempting to allow them to print this page to a PDF
using a report with the web browser control pointing to the current page of
the one on the form. (The report picks up the address from its openargs when
opened using a button on the form.) It just prints a blank page. I know the
report is showing the correct page. I do think though that the report is
opened and converted before the page can load. Is there a way to delay
writing the report to PDF until the page has fully loaded?
I will be looking at the code to see if I can figure this out for myself
however, any help or alternative methods will be greatly appreciated.
Thanks
Mike