June 9, 20169 yr I have added a field with special notes. When I print this record using a script I would like it to pop up this special note on the screen before it prints so the user will not miss it. Is there a way to do this?
June 9, 20169 yr Author Looks good. How can I make it only pop up when there is data in the field? Right now it will pop up even when blank.
June 9, 20169 yr Author this one isn't working for me. I tried a few of the examples you provided but I just get 1 , 0, blank or error. What I have is information in a special note field. I added to the print script the show custom dialog then in the message I have entered Work Order::SPECIALNOTE, this way the field data will pop up so it is hard to miss. I just don't want the dialog box to pop up when nothing is in the specialnote field. How do I make the isEmpty work in my instance.
June 9, 20169 yr My example above shows the script steps to use. You could add it before or after your Print step, might not matter, depends what else is going on in your script. Of course you'd need to change yourField to your actual field.
June 10, 20169 yr Author I tried it a few different ways but it keeps telling me the specified table can not be found. Is it because I am using the calculation in the show custom dialog script.. Edited June 10, 20169 yr by cterrell16
June 10, 20169 yr This is pretty basic stuff: create a script, double-click the "If" script step, add your calc, etc. I'd be happy to make you a demo file but I no longer have FileMaker 11 installed, which is what your user profile says.
June 13, 20169 yr Author Thanks, I was putting the calculation in the wrong spot. Within the custom dialog area.
Create an account or sign in to comment