UtterAccess.com
X   Site Message
(Message will auto close in 2 seconds)

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Next Question....Page boarders on reports??    
 
   
Ratts
post Nov 22 2003, 09:10 PM
Post #1

UtterAccess Enthusiast
Posts: 60
From: New Zealand



Can I have a boarder on the whole page, regardless of the size of detail section?
At the moment my report has a blank space if the detail doesn't have enough lines to fill page.
Thanks..
Go to the top of the page
 
+
wizcow
post Nov 23 2003, 12:37 AM
Post #2

UtterAccess Addict
Posts: 193
From: B.C. Canada



Ratts

Add this bit of code to the 'on page' property of your report.
Change the 'DrawWidth' for thickness.



Dim X As Long, Y As Long

Me.ScaleMode = 1 ' Scale in Twips (5 - For Scale In Inches)
Me.DrawWidth = 4 ' 3 ' Thickness in pixels

X = Me.ScaleWidth
Y = Me.ScaleHeight
Me.Line (0, 0)-(X - 50, Y - 20), , B

Tom
Go to the top of the page
 
+
Ratts
post Nov 24 2003, 01:32 AM
Post #3

UtterAccess Enthusiast
Posts: 60
From: New Zealand



Thank you that works great, how can I make it not so wide as my layout is about a centermeter from the right boarder.
Go to the top of the page
 
+
Ratts
post Nov 24 2003, 01:49 AM
Post #4

UtterAccess Enthusiast
Posts: 60
From: New Zealand



Got it thank you
Go to the top of the page
 
+

Thank you for your support! Reply to this topicStart new topic

Jump To Forum:
 



RSS Go to Top  ·  Lo-Fi Version Time is now: 19th June 2013 - 08:13 PM