dukudee Posted February 17, 2002 Posted February 17, 2002 I have a check box with 5 cities in a value list, for instance Atlanta London Sydney Dhurban Gossas Now if I select the first three cities, How would my script that handles them know what cities are selected. Sorry if this is a dumb question, but I can't figure out how to handle check boxes in FileMaker. Thanks for any help Duks
andygaunt Posted February 17, 2002 Posted February 17, 2002 Hi, it depends what you want oyur script to do. But if you want to know what city was selected you can use a patterncount step to determine if a city name exists in the field eg. If (PatternCount(City,"Atlanta") Do this Else If (PatternCount(City,"London") Do this instead Endif Endif This can be repeated for any number of scenarios. Hope this is what you were after. If not let me know
dukudee Posted February 18, 2002 Author Posted February 18, 2002 It works perfect Andy. Thanks a lot.
Recommended Posts
This topic is 8385 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