0 pts.
 DOS mode printout from Crystal Report 9.0 thru VB6
Hello, Can we print Dos Mode from VB via crystal report. If there any solution please send me. I can also send u my source also. Jayesh Prajapati jsprajapati@yahoo.com

Software/Hardware used:
ASKED: October 28, 2004  11:36 PM
UPDATED: October 29, 2004  9:23 AM

Answer Wiki:
Your question does not make sense. VB does not run in DOS mode.
Last Wiki Answer Submitted:  October 29, 2004  8:08 am  by  JayConverse   0 pts.
All Answer Wiki Contributors:  JayConverse   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

If you can write your output to a text file, you can always print from DOS mode by shelling to a batch file using the name of the text file as an input parameter. This is not the neatest solution but you can improve it if you desire by writing the batch file dynamically, running it and then deleting it and probably deleting the text file as well.

 5 pts.