Jump to content

Blank or Null Value in a value list


This topic is 7324 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This topic is 7324 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.