473,799 Members | 2,666 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Create name tags with pictures?

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
Nov 13 '06 #1
1 5799
On Mon, 13 Nov 2006 21:30:02 GMT, Karl wrote:
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:\PictureFold er\JohnSmith.gi f" ?
In the report, leave the Image control Picture property blank

Code the Detail section Format event something like this:
Me!ImageName.Pi cture = 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
Nov 13 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1559
by: bjam | last post by:
Hi, I am trying to create a sort of include file into my xsl files such that calling the following template will push these xml tags into my document such that the other xsl files can use these tags to make decisions. In this case I want antother template that is going to create tables be able to call this template in order to get information for the various table paramaters and then use xsl:attribute to push items into the table tag. ...
8
1787
by: Ike | last post by:
I am hoping someone can help me with the proper syntax for this. I have an attribute, called, say "name," such that: <set name="something">thename</set> However, the value for name, is something that is unknown, something within tags itself. So, for example, the tag <star index="1"/> might be "something." How then can I express, or more precisely, what would be the proper syntax
7
2005
by: Jasper Bryant-Greene | last post by:
I have three tables: `photos`, `tags` and `tags_photos`. The `photos` table contains a unique ID and a bunch of other stuff, the `tags` table contains a unique ID and a tag name, and the `tags_photos` contains the photo ID and the tag ID for an association between a tag and a photo. In other words, any photo may have many tags and any tag may have many photos.
0
1078
by: heatherrai | last post by:
Hi Can anyone help me create empty tags using a schema in XMLSpy please? I have a definition for a complex element <book> which has children <author>, <date> etc. but I am just using attributes in these eg <author name="Smith"/> I have my schema set up and when I start typing in the XML I can only get the manditary elements to appear in the <book name=""></book> form
2
2033
by: EDOnLine | last post by:
Is it possible to create Custom Tags in HTML and have ASP.NET replace these custom tags with info from my database before the page is returned to the client? For example.... In an aspx file I would have plain HTML along with a custom tag like this.... <p>Some text here. Email <MAIL:221>Web Master</MAIL> for more information.</p> The <MAIL> Custom Tag would be replaced with a mailto: link based on
15
2473
by: randyr | last post by:
I am developing an asp.net app based on a previous asp application. in the asp applications global.asa file I had several <object id="id" runat="server" scope="scope" class="comclass"> tags for objects that the app used to speed up some global level data access and functionality. I have recoded the class libraries in .net and would like to acomplish the same functionality in asp.net.
2
6652
by: Nathan Sokalski | last post by:
I want to create TD tags with the nowrap property. I have a user control which sets the Wrap property of a TableCell to False when dynamically creating a table as follows: cellCurrButton.Wrap = False When the code is run, this creates a TD tag that looks like the following: <td nowrap="nowrap"></td>
4
2846
by: bashetty | last post by:
Well its a strange problem i have, some of you might already faced it and have a solution. I have to maintain a set of unique "search key words" in meta tags for each content page in my site. With master paging , i guess i can only have <headtag in my MasterPage. Can any one let me know how to resovle this issue?
1
1032
by: =?Utf-8?B?c3BhaW5jYw==?= | last post by:
I have always been able to create folders with pictures from my digital camera. Then by selecting all pictures and then selecting copy to cd, I could copy my pictures to a CDRW. Now I am receiving an error message that states Microsoft has encountered a problem with copying this picture. It gives you the option to retry or skip. I have tried both with no success. Has anyone else encountered this problem and how do you fix it?
0
9689
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9550
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10269
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9085
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7573
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6811
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5469
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4148
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2942
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.