Our Knowledge Base covers a wide variety of technical topics, from the basic to the complex.
Knowledge Base
How do I display a graphical checkmark on an Exact Form when a checkbox field is checked?
If your checkbox field's field identifier is nine then you can put this on your Exact Form:
~=if(f['9']== 1)"checkmark";~
Replace the nine above with the field identifier of your checkbox field.
To learn how to determine the field identifier of your field please read the following:
http://quickbase.intuit.com/developer/node/2027
Just copy and paste the line above that begins and ends with a tilde (~) character into your Exact Form. Then replace the nine with the field identifer of your field. Then replace the word
checkmark
with the WingDing character that is a checkmark. Leave the double quotes that surround the word checkmark alone. Then set the entire line's font, including both tildes, to WingDings. This will make it unreadable, or even more unreadable, but it will work.
- Printer-friendly version
- Send to friend
- 25362 reads
Rate This
Similar Articles
Browse by Category
Knowledge Base Categories
- Accounts (36)
- Application (47)
- E-Mail (8)
- Fields (42)
- Forms (20)
- Formulas (18)
- General (55)
- Other Product (7)
- Pages (1)
- Product (5)
- Reports (15)
- Roles (4)
- Search (1)
- Tables (6)



Comments
Post new comment