Mushi Posted June 30, 2006 Posted June 30, 2006 Sorry if this post is in the wrong place.. Anyways is there anyway to have a Hyphen ("-") as a value in a value list? In the dialoge box, to the right, it says that adding a hyphen on a line by itself will add a line to a menu. Is there anyway to make the hyphen a value itself? I know in java is a special character and if you want to print out "" you have to code "". Is there any such trick that filemaker can understand?
Genx Posted June 30, 2006 Posted June 30, 2006 LaRetta is right, but in general calculations etc, the java character is applicable, i.e. if you wanted to enter , you would use "" or if you wanted to enter ", you would use """ etc.
LaRetta Posted June 30, 2006 Posted June 30, 2006 Unfortunately that doesn't work in value lists though - only calcs as Genx points out. If you wish to remove the space before the Hypen after a User makes a selection, just set your field definition on the value list field with Auto-Enter calculation of Trim(theField). I've used this occassionally if Users are allowed to add values to a VL - they sometimes will leave beginning or ending spaces so I strip them then ...
Mushi Posted June 30, 2006 Author Posted June 30, 2006 Thanks for the suggestions. I was hoping to have my field be validataed by the value list with the hyphen value. It would have been so cool, oh well :)
Recommended Posts
This topic is 6720 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