joen0s Posted April 27, 2009 Posted April 27, 2009 hi all, i hope i'm in the right place for this question. is it possible in FMP 5 to set a default value to a radio box or checkbox. its a simple yes / no function and i recently added it but i need everything to be standard set to yes. is that possible. and if it is so could someone tell me how? thanks in advance
IdealData Posted April 27, 2009 Posted April 27, 2009 Radio buttons and check boxes are simply graphical representations of the TEXT that has been selected. So, if you have 'Yes' and 'No' as your options then the field will contain 'Yes' or 'No'. You can use the auto-enter feature in the field definition to set the field to 'Yes' (or 'No'), then the ardio button/check box will be already marked.
joen0s Posted April 27, 2009 Author Posted April 27, 2009 ok thanks. but can i update the fields automaticly wich do not have the field filled in yet?
Søren Dyhr Posted April 27, 2009 Posted April 27, 2009 Yes, by the autoenter feature under the field. Say you have an array of 5-6 checkboxes, and you wish to have box 2 and 4 checked in a newly created record. Then would the two values delimited by a pilcrow stuffed into the autoenter function be suffice. --sd
mr_vodka Posted April 27, 2009 Posted April 27, 2009 Find those records that your want the values replaced. Once you have that found set, use a Replace Field Contents with calculated result using your formula.
Recommended Posts
This topic is 5689 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