November 9, 200520 yr 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.
November 9, 200520 yr I have enclosed a plain example file Case(Field1 = "Dog", GetRepetition(GraphicField, 1), Field1= "Cat", GetRepetition(GraphicField, 2)) HTH Lee RonaldTest.fp5.zip
Create an account or sign in to comment