Newbies technico Posted October 22, 2014 Newbies Posted October 22, 2014 hello,  I have a button ('pod' = proof of delivery) who creates a mail with a pdf in. The PDF is not created by a lay-out but a scanned document. every record must have a document (POD) This functions works good  question When I push the button he goes to a map and takes the file... What I don't see (before pushing the button) is if the scanned document for that record is in the map. so I want a checking script for each record that tells me if the document is already available. I wanne work with colors Not available = button green available = button red  attachment = script of 'POD'
innodat Posted October 24, 2014 Posted October 24, 2014 What do you mean by "map"? This allows you to check if a field contains a value - or in the case of a container, an object: Not IsEmpty (table::field_with_PDF) You could use this function with conditional formatting, or if you have FileMaker 13, you could hide the entire button if no PDF is available.
Recommended Posts
This topic is 3682 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