Objects printed position?

J

Johnny

I have a report there i want to draw a box from a objects position in the
groupheader to another objects position in the groupfooter. Ie. the box
around the rows on a invoice.

Problem is, how do i get the hold of the objects position on the PRINTED page?
if i use object.top i get the deisign position and that wont help me. I use
the Report_Page event for my code.
 
D

Duane Hookom

I think you need to do this with lines draw in the On Print events of the
Header, Detail, and Footer sections. You might be able to use code only in
the On Page event if the "box" won't grow.
 
J

Johnny

Yes that was my original cooding to get the box as i wanted it, but i
couldent get th eidea out of my mind that it should be some way to tell where
on the page the object is actualy printed, il guess its not. Well back to
count the number of details printed and so on.

Thanks for the respons

// Johnny
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top