Click to See Complete Forum and Search --> : Urgent!


mariechristineb
10-28-2003, 08:57 AM
The window.Print() prints the current page and not the content of my crystal report viewer
and the execCommand also saves the current page html.

I only need to let the user choose printer name for example or choose the diretory in these dialog boxes and take the result. Because I have my own print and export function.

Can I access the Print button or Save button in these dialog boxes and override them?

Khalid Ali
10-28-2003, 09:02 AM
not quite sure if I understand what you are asking here..(coffee????)

mariechristineb
10-28-2003, 09:31 AM
In asp.net, the crystal report viewer doesn't have neither an export or print report.
So i put buttons and wrote functions to export and print.
But in this way, i am assigning the export file path in the code

I want the user to choose where to export the file to. And then take the answer and continue with my written function.

Therefore i can't use the execcommand save as dialog box only. I need to override the save button.

But how???