Ronald Cree Posted November 9, 2005 Posted November 9, 2005 How do I display a graphic as the result of a calculation? For instance, if the data in Field One is "Dog", I want to display a graphic of a dog in Field Two. If the data is "Cat", I want to display a graphic of a cat. If Field One is empty, then I don't want to display anything. Thanks.
Lee Smith Posted November 9, 2005 Posted November 9, 2005 I have enclosed a plain example file Case(Field1 = "Dog", GetRepetition(GraphicField, 1), Field1= "Cat", GetRepetition(GraphicField, 2)) HTH Lee RonaldTest.fp5.zip
Ronald Cree Posted November 11, 2005 Author Posted November 11, 2005 That's awesome. You guys are great. Thanks.
Recommended Posts
This topic is 6953 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