print txt file

Contributor
21Mar2010,17:25   #1
viv345's Avatar
i am getting problem in coding for printing the text file in a particular format. How should i write code?
Example for is attached
Attached Files
File Type: zip Example.zip (29.5 KB, 6 views)
Go4Expert Founder
21Mar2010,20:10   #2
shabbir's Avatar
Instead of attaching your code post it inline and show us what you have done and what is not addressed and if possible why
viv345 like this
Contributor
23Mar2010,08:42   #3
viv345's Avatar
Command given:

Private Sub cmdPrint_Click()

cmdPrint.Visible = False
cmdPrint.Visible = True

PrintForm

cmdPrint.Visible = True

End Sub

Getting problem in printing like Invo ( I want to print in this format)

While printing it gives print like Invoy

Invo.jpeg & Invoy.jpeg attached
Attached Images
File Type: jpg Invo.jpg (30.0 KB, 2 views)
File Type: jpg invoy.jpg (60.4 KB, 2 views)
Contributor
23Mar2010,08:44   #4
viv345's Avatar
And it is also printing in left margin with backgrounds
How should I give code? To print like Invo.jpeg
Contributor
23Mar2010,19:01   #5
viv345's Avatar
How can i use tab in codes for printing
Contributor
27Mar2010,15:36   #6
viv345's Avatar
Thanks for your help.
My Problem RESOLVED