tgomez Posted July 10, 2001 Posted July 10, 2001 I have a calculation field that when other fields have text in them, my calculation field get the letters "AR" inputted. When those other fields contain nothing then my "AR" field contains nothing. It works out fine for my web page because "AR" shows up only when it's supposed to. BUT, I would like to somehow make it stand out more, possibly have a graphic in there in addition to the AR. Is it possible to insert a graphic in my calculation result?
Anatoli Posted July 10, 2001 Posted July 10, 2001 You can make the field big and red. Or you can test with If Endif and include static image on HTML page [ July 10, 2001: Message edited by: Anatoli ]
webdudes Posted July 11, 2001 Posted July 11, 2001 Why not just have the link to a graphic instead of the value "AR" - such as <img src=<http://yourserver.com/yourARimage.gif" alt="AR">
Partha Posted July 16, 2001 Posted July 16, 2001 What I've always found more "comfortable" is to store an image (though usually I store two - one as the 'on' image and one as the 'off' image) in a global container field.
proton Posted July 16, 2001 Posted July 16, 2001 quote: Originally posted by Partha Dasgupta: What I've always found more "comfortable" is to store an image (though usually I store two - one as the 'on' image and one as the 'off' image) in a global container field. Good point Partha, but it is not advisable to store images in Filemaker when accessing through the web. It slows down the database. Better to store the link to the graphic and use the static HTML to bring it up.
Recommended Posts
This topic is 8522 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