simoncpage Posted August 10, 2004 Posted August 10, 2004 Hi I have a field in my contacts file which is a container for placing a mug shot of the individual. Not all of the contact in the the database have photos but what I would like to do is this? If the title is Mr then a black silhouette of a man is shown in the field but a new photo can be added (and vice versa if Ms, Miss or Mrs is selected). So basically it shows a silhouette if blank and depending on the title which one but the field can still have a photo added? Any ideas on how this is possible? Thanks
simoncpage Posted August 10, 2004 Author Posted August 10, 2004 Sorted....I have a calculation container (which is placed behind the main photo container) with a If, else statement regarding the title If the photo is empty (transparent) it shows the other container. Would of been nice to of been able to do it in one container but can't see how? Thanks
DanBrill Posted August 10, 2004 Posted August 10, 2004 One way might be to do it with a script. Suppose your gender field is a radio button set. Put invisible rectangels over the choices and set these to trigger scripts. If the rectangle over the "male" option is clicked it sets gender to male and inserts your generic male picture from a global container into the mugshot container. Same for female. Then this can be replaced with a real photo if it exists.
Recommended Posts
This topic is 7479 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now