AboutRavindra Expertise visual basic application programming from design to access information, sql, engineering and commercial applications. access databases, excel.
Optional:
1)a large number of people want me to do work which takes some time and effort. Pl.note that i would like to be paid for such work.
2) if you want me to spend quality time and do special work, i expect to be paid a reasonable price for my time.
3) if you are pleased with my reply you could consider a donation of 1$.
4) you can visit my website http://ravindra.coolpage.biz (under constrn)
Experience
Past/Present clients project work for a Norway company, and a Canadian company completed. Freelance Project work and Teaching
teaching vb
Expert: Ravindra Date: 6/16/2008 Subject: about print option
Question Dear sir,
thank you for ur previous valuable reply.
sir i want to ask a another question.
sir i have a tabstrip in my project in which i have a two tabs. in tab1 i fetch the record from database which i show in text boxes. now i want to print the content of tab1. how can i do this.
Please help me
regards
Amit Singla
Answer you could use:
printer.print text1
printer.print text2
'and so on
printer.enddoc
'or you could save it as a text file and then print it
'or you could export it to word and print from there.
'or you could use printform which prints everything visible on screen.