sandig199 Posted July 13, 2018 Posted July 13, 2018 I have tried several attempts, and cannot figure this out. I have text fields that I want to populate based on the image selected from the graphic gallery in DSF. _____ if (Field("image") == "thisimagename.pdf") //image is a graphic field in DSF return Resource("this text resource"); //return content in text frame ___ I cannot get this to work in DSF What image name is DSF looking for? Is DSF changing the image name? For example, in this text rule: GetFileName(Field("image")); DSF returns: 7c673657-c905-483e-857d-d79788325812.pdf in the store generated PDF. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.