kele Posted March 30, 2004 Posted March 30, 2004 Ok - you guys are so helpful here's one more - I have a search & edit form and several of the fields I want to have value lists to limit user options for searching. Everything works great except - the initial value in all the value lists appears and a search w/those values selected will not return a match. Is there a way to force a Blank value into a value list? TIA - -Kele Version: Developer v6 Platform: Mac OS X Jaguar
Garry Claridge Posted March 30, 2004 Posted March 30, 2004 If you are using a ValueList like this (from the "CDML Reference" database): <select name="Groups"> [FMP-option: Groups, list=GroupList] </select> you can add a blank value like this: <select name="Groups"> <option value="">Select a Value</option> [FMP-option: Groups, list=GroupList] </select> Good Luck. Garry
Recommended Posts
This topic is 7613 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