martinbanks
Registered User.
- Local time
- Yesterday, 19:23
- Joined
- Nov 8, 2010
- Messages
- 11
I have a report which shows dimensions, which are in text boxes, and in between them I need 'x's
ie 25½ x 16 x 2¾
I have put the 'x's in as labels and they appear fine on the report view but when you print it they vanish. The Visible property sheet is Yes and the Display When is Always. There is no code in the report that changes any of the properties in any of the event and no code at all in the On Print event.
Any ideas why this isn't appearing?
(I had the idea of formatting the first to sizes to show the number then a space and an 'x', but this wouldn't work as the dimensions need to be centred within their box so the 'x's wouldn't line up, ie 25¼ x wouldn't line up underneath 8 x)
ie 25½ x 16 x 2¾
I have put the 'x's in as labels and they appear fine on the report view but when you print it they vanish. The Visible property sheet is Yes and the Display When is Always. There is no code in the report that changes any of the properties in any of the event and no code at all in the On Print event.
Any ideas why this isn't appearing?
(I had the idea of formatting the first to sizes to show the number then a space and an 'x', but this wouldn't work as the dimensions need to be centred within their box so the 'x's wouldn't line up, ie 25¼ x wouldn't line up underneath 8 x)