thetambarineman
Technical User
Hello all,
Another problem:
When i go to produce a document thru VB6 i can produce it fine and dandy..
However-when i go to quit the application-it throws up 1 or two errors..
The first - Word is still printing or something to that effect.. Which prob means it takes its time to get to the printer buffer- thats just a guess.. If that doesnt show up the next box to show up is the file save box..
I can get rid of the former... The later is a different matter..
Code:
dim wrdapp as new word.application
'do something
wrdapp.documents.printout
'its in here the problem exists..
wrdapp.quit
Any helps greatly appreciated...
Paul...
Another problem:
When i go to produce a document thru VB6 i can produce it fine and dandy..
However-when i go to quit the application-it throws up 1 or two errors..
The first - Word is still printing or something to that effect.. Which prob means it takes its time to get to the printer buffer- thats just a guess.. If that doesnt show up the next box to show up is the file save box..
I can get rid of the former... The later is a different matter..
Code:
dim wrdapp as new word.application
'do something
wrdapp.documents.printout
'its in here the problem exists..
wrdapp.quit
Any helps greatly appreciated...
Paul...