|
-
Jul 24th, 2007, 09:07 AM
#1
Thread Starter
Hyperactive Member
sections do not fit vertically on the page
I get this error when attempting to print a label to a Dot matrix printer. The label is to be 3 inches high, and 5 inches wide. When I set it to print to a normal 8.5x11 printer, it works fine. Why would I be getting this error?
Code:
If LostAngel.Tag = "Programming" then
LostAngel.Caption = "Awake"
Else
LostAngel.Caption = "Dreaming of Code"
End If
-
Jul 25th, 2007, 07:06 AM
#2
Thread Starter
Hyperactive Member
Re: sections do not fit vertically on the page
Code:
If LostAngel.Tag = "Programming" then
LostAngel.Caption = "Awake"
Else
LostAngel.Caption = "Dreaming of Code"
End If
-
Jul 28th, 2007, 09:30 AM
#3
Thread Starter
Hyperactive Member
Re: sections do not fit vertically on the page
I've tried everything this week, and still nothing...has anyone had this problem before?
Code:
If LostAngel.Tag = "Programming" then
LostAngel.Caption = "Awake"
Else
LostAngel.Caption = "Dreaming of Code"
End If
-
Aug 3rd, 2007, 03:27 AM
#4
Frenzied Member
Re: sections do not fit vertically on the page
what error are you talking about?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|