carloscastro Posted January 21, 2016 Share Posted January 21, 2016 Hello How can I get a graphic to be previewed, but at the end does not get print. I'm looking for something like show but not print. thanks Quote Link to comment Share on other sites More sharing options...
step Posted January 21, 2016 Share Posted January 21, 2016 Is this for a MarcomCentral store front? If so, I think you can use the "IsPreview()" function to trigger whether the image is returned or not: return IsPreview() ? CreateResource('YourGraphic.pdf','graphic') : NullResource(); Quote Link to comment Share on other sites More sharing options...
carloscastro Posted January 21, 2016 Author Share Posted January 21, 2016 if for the DSF Store Quote Link to comment Share on other sites More sharing options...
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.