I have 3 types of letters developed in CR.
What I like to do is, when the user is finished printing the letter successfully by using the print icon in the crystal report viewer control, then I would like
to update my db table (t_letter) with the day the letter was printed. I thought when the print dialog box shows up and user hits ok, then update the database. But I don't know how to capture the click event of the print dialog box.
how can I do this? Thanks much.
What I like to do is, when the user is finished printing the letter successfully by using the print icon in the crystal report viewer control, then I would like
to update my db table (t_letter) with the day the letter was printed. I thought when the print dialog box shows up and user hits ok, then update the database. But I don't know how to capture the click event of the print dialog box.
how can I do this? Thanks much.