Hi guys..
I have a field on the database, "Print_Status". If user print my crystal report to printer, "Print_Status" = 1, if just only preview, "Print_Status" = 0.
How to code crystal report on my application, I use Crystal Report Control to display report.
CrystalReport1.action = 1
If CrystalReport1.??? (to printer) then
"UPDATE MyTable SET Print_Status = 1"
Endif
Please help me Guys, how...
I have a field on the database, "Print_Status". If user print my crystal report to printer, "Print_Status" = 1, if just only preview, "Print_Status" = 0.
How to code crystal report on my application, I use Crystal Report Control to display report.
CrystalReport1.action = 1
If CrystalReport1.??? (to printer) then
"UPDATE MyTable SET Print_Status = 1"
Endif
Please help me Guys, how...