A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Inserting Page Code in a Report's Page



 
 
Thread Tools Display Modes
  #1  
Old October 30th, 2006, 05:43 AM posted to microsoft.public.access.reports
Zaff
external usenet poster
 
Posts: 1
Default Inserting Page Code in a Report's Page

Hi,

I am designing a report it will show the monthly statement for a customer
the spec's a

1- On Each Page of the statement report the client wants to implement the
barcode vertically to the left of each page.

2- The barcode is string of concatenated data contains: user type, userID,
statement No, Page Number

3- the Barcode is going to be an image on the statement


The Problem is Access does not allow the content of image control in a page
to be modified before formatting the page.

I have created a VBA program obtain all the data in the barcode string but
the problem appears with obtaining the Page No and attached to the barcode,
even I have managed to obtain programmatically ... but I still can not change
the image control to get the barcode for each page before Access formats it.

If any body has a Solution please Help


Thanks


  #2  
Old October 30th, 2006, 06:41 AM posted to microsoft.public.access.reports
Sylvain L.
external usenet poster
 
Posts: 8
Default Inserting Page Code in a Report's Page

Don't know about the image control but the last time that I wanted to make a
sophisticated printout on an Access report, I used the OnFormat and the
OnPrint event of the Detail section and not the OnPrint event of the form.

Another possibility would be to use a bound object frame control instead of
the picture control; however, I don't know how well this would integrate
with your current procedure. There is also the DBPix control from Anmara
that maybe would be useful for you.

--
Sylvain Lafontaine, ing.


"Zaff" wrote in message
...
Hi,

I am designing a report it will show the monthly statement for a customer
the spec's a

1- On Each Page of the statement report the client wants to implement the
barcode vertically to the left of each page.

2- The barcode is string of concatenated data contains: user type, userID,
statement No, Page Number

3- the Barcode is going to be an image on the statement


The Problem is Access does not allow the content of image control in a
page
to be modified before formatting the page.

I have created a VBA program obtain all the data in the barcode string but
the problem appears with obtaining the Page No and attached to the
barcode,
even I have managed to obtain programmatically ... but I still can not
change
the image control to get the barcode for each page before Access formats
it.

If any body has a Solution please Help


Thanks




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:18 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.