I'm trying to print thru a crystal report object, which calls data from an access db, and then clear the database after its done. the problem i have is that before the crystal report object can load and print, the lines of code that execute the clear are implemented and so when the report prints it's blank.
what can i do to fix this issue?
heres the process:
1) insert into db
2) load crystal report
3) print from crystal report (via destination printer)
4) clear database ( via rs.delete)
2006-09-05
16:49:03
·
1 answers
·
asked by
solomon d
2
in
Computers & Internet
➔ Programming & Design
I need to do this without using the crystal report window. This is a process where the use will be scanning in multiple requests and then have them being printed in a for loop.
2006-09-06
00:19:04 ·
update #1
I need to do this without using the crystal report window. This is a process where the user will be scanning in multiple requests and then have them being printed in a for loop.
2006-09-06
00:19:19 ·
update #2