Hi,
I have a problem that I cannot solve, not for the want of trying.
Basically I need to print out an individual mailing label and rather than use the top left hand label only off of each sheet, I like to be able to use a label at any position on the sheet.
The Labels are A4 and have 7 labels each side.
I have created a report with all the address details in a single text box, label size and in the top left hand corner of the report.
I then created a form that looks like a page of labels and I would click on the label I wanted to print, the onlcik event would set a couple of Public integers “PTOP” and “PLEFT” ready to pass through to the report text box parameters left and top.
I then open the report with the label and try to pass through the left and top positions of the text box containing the label information using the “on open” event.
The trouble I have is, if I set the TOP and LEFT position of the text box manually, the text box moves to the right location on the report and works perfectly, however I cannot get it to work by using code to move the text box to the right position.
I hope you can understand what I’m saying here. It would be much easier with picture.
Any help would be very gratefully received.
James
I have a problem that I cannot solve, not for the want of trying.
Basically I need to print out an individual mailing label and rather than use the top left hand label only off of each sheet, I like to be able to use a label at any position on the sheet.
The Labels are A4 and have 7 labels each side.
I have created a report with all the address details in a single text box, label size and in the top left hand corner of the report.
I then created a form that looks like a page of labels and I would click on the label I wanted to print, the onlcik event would set a couple of Public integers “PTOP” and “PLEFT” ready to pass through to the report text box parameters left and top.
I then open the report with the label and try to pass through the left and top positions of the text box containing the label information using the “on open” event.
The trouble I have is, if I set the TOP and LEFT position of the text box manually, the text box moves to the right location on the report and works perfectly, however I cannot get it to work by using code to move the text box to the right position.
I hope you can understand what I’m saying here. It would be much easier with picture.
Any help would be very gratefully received.
James