Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

want tp print table

Status
Not open for further replies.

bhavin12300

Programmer
Joined
Oct 12, 2006
Messages
24
Location
IN
hi

i just want to print table with some cells filled up with some data.

like this image



can anyone tell me how to do that


i am new to this programming thats y
can anyone tell me the different way to do this

waiting for reply


if need anyhelp please do ask me

 

You need to give us a little more info, and your image does not show (at least not for me :-( )

Have fun.

---- Andy
 
Are you using VB, and is the table in Excel?
 
Use the VB Report designer (Project-Components-Designer-Data Report), or use the Crystal Reports OCX, which came with VB. However, if you use Crystal Reports, you might want to update to a full version and not use the CR OCX, which is an older version.
 

If you can create this table in Word 'by hand', you can do it in code as well. We have similar (or even more complex) stuff done in MSWord.



Have fun.

---- Andy
 
By the way, you could also do this by automating IE.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top