December 30, 200619 yr I want to create a checkbox called "Void" that, when checked, will print the word "VOID" across my entire record. Thanks for any help! Steve
December 30, 200619 yr Try something like this (attached). Notice that the word VOID is just another copy of your checkbox field (except it's set as Edit Box and the number format has been changed to boolean). It stops field-waste in your Field Definitions (one less calc field). There is a custom value list with only a value of 1 and the checkbox field should be number. It doesn't HAVE to be (for the boolean to work) but it must be for the number format to be applied). Merge field would work as well... in fact better because you wouldn't have to bother turning off entry into field. I modified the demo to show both. Ahhhh - the power of boolean and merge fields. void.zip Edited December 30, 200619 yr by Guest
December 30, 200619 yr Author That worked beautifully. Thank you. Now trying to get "Void" to print with opacity...
December 30, 200619 yr Author Cool. Then instead of having the larger "Void" print in response to the check, I would have this imported image print. If you wouldn't mind holding my hand a bit more...how would I manage this feat?
December 30, 200619 yr I don't like explaining something I've never done. But you can keep the graphic in a container in your Preference file and load a global container (using Set Field) at startup. Just use Insert Picture in the container while in Browse. Then place your fields over/under this global container (turn off field entry to the container). Others can probably go into more detail, if they wish; I don't manipulate graphics very much.
December 30, 200619 yr It's no different from any other conditional graphic. Just save the image as PNG with opacity - Filemaker will respect that. void.fp7.zip
Create an account or sign in to comment