Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Visual Basic only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
Visual Basic
How to print a DataReport in a desired size ?????
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
vishwaskothari
New Member
Join Date:
Aug 2007
Posts:
60
#1
How to print a DataReport in a desired size ?????
Sep 18 '07, 10:55 AM
i want to print a datareport in 8" by 6" size.
so how can i proceed?
TIA
regards
vishwas
hariharanmca
Top Contributor
Join Date:
Dec 2006
Posts:
1977
#2
Sep 18 '07, 11:02 AM
Originally posted by
vishwaskothari
i want to print a datareport in 8" by 6" size.
so how can i proceed?
Actually the reports are in A4, A5, landscape, etc.
You have to design your own text format report for 8" by 6" size.
Comment
Post
Cancel
vishwaskothari
New Member
Join Date:
Aug 2007
Posts:
60
#3
Sep 18 '07, 11:30 AM
Originally posted by
hariharanmca
Actually the reports are in A4, A5, landscape, etc.
You have to design your own text format report for 8" by 6" size.
how it can be done and how should i ensure that it is in 8" by 6" size
Comment
Post
Cancel
hariharanmca
Top Contributor
Join Date:
Dec 2006
Posts:
1977
#4
Sep 18 '07, 11:56 AM
Originally posted by
vishwaskothari
how it can be done and how should i ensure that it is in 8" by 6" size
[CODE=vb]
Open LPT1 For Output As #1
Print #1, "printLine1 Here"
Print #1, "printLine2 Here"
Print #1, "printLine3 Here"
Print #1, "printLine..... .... etc Here"
Print #1, vbCrLf ' for line feed
Close #1[/CODE]
that you have to test with 8 by 6 paper for alignment.
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment