Connecting Tech Pros Worldwide Help | Site Map

Create name tags with pictures?

  #1  
Old November 13th, 2006, 09:15 PM
Karl
Guest
 
Posts: n/a
Can you create name tags with pictures using A2000?

I have a table with an Employee name field and a field with a link to their
gif picture.

I was able to get a form to work using the Image Control and setting its
Picture property to the gif link field in the on current event.

In the Report (for the name tags) I added the Image control but I can't find
a place to set the Picture property.


--
Karl Irvin
www.q2q.us


  #2  
Old November 13th, 2006, 10:25 PM
fredg
Guest
 
Posts: n/a

re: Create name tags with pictures?


On Mon, 13 Nov 2006 21:30:02 GMT, Karl wrote:
Quote:
Can you create name tags with pictures using A2000?
>
I have a table with an Employee name field and a field with a link to their
gif picture.
>
I was able to get a form to work using the Image Control and setting its
Picture property to the gif link field in the on current event.
>
In the Report (for the name tags) I added the Image control but I can't find
a place to set the Picture property.
The table fields contains both the parth and the name of the picture
file, i.e. "C:\PictureFolder\JohnSmith.gif" ?
In the report, leave the Image control Picture property blank

Code the Detail section Format event something like this:
Me!ImageName.Picture = Me![NameOfField]

Change ImageName] to whatever the actual name of the Image control is.
Change [NameOfField] to whatever the actual name of the field is.
Make sure it is included in the report's record source.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
how J2EE framework works????? dmjpro answers 3 February 18th, 2009 03:03 PM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 0 November 13th, 2005 09:56 PM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 0 November 13th, 2005 03:15 AM
c++ web scripting Shailesh Humbad answers 19 July 22nd, 2005 08:06 PM