Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Database Servers
DB2InformixIngresMS SQLOraclePervasive.SQLPostgreSQLProgressSybase
Desktop Databases
FileMakerFoxProMS AccessParadox
General
General DB TopicsDatabase Theory
Related Topics
Java Development.NET DevelopmentVB DevelopmentMore Topics ...

Database Forum / FileMaker Topics / May 2004

Tip: Looking for answers? Try searching our database.

Web Value List

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
~consul - 28 May 2004 20:12 GMT
I've got a value list that is pulled from the database. Is there a way to have the field
blank?  I tried having a blank record, but it doesn't list the blank record. The Value
List is based off all entries in that field, so it is 'live'. I ws hoping I could do
something like < value="" > somewhere.

<select name="Current Mentor">[FMP-option: Current Mentor, list=Mentor]</select>
Signature

"... respect, all good works are not done by only good folk ..."
   -till next time, Jameson Stalanthas Yu -x- <<poetry.dolphins-cove.com>>
       consul@INVALIDdolphins-cove.com ((remove the INVALID to email))

Tim 'Webko' Booth - 31 May 2004 05:45 GMT
> I've got a value list that is pulled from the database. Is there a way to have the field
> blank?  I tried having a blank record, but it doesn't list the blank record. The Value
> List is based off all entries in that field, so it is 'live'. I ws hoping I could do
> something like < value="" > somewhere.
>
> <select name="Current Mentor">[FMP-option: Current Mentor, list=Mentor]</select>

Put the blank one in the code manually:

<select name="Current Mentor">
<option value="">--</option>
[FMP-option: Current Mentor, list=Mentor]
</select>

Cheers

Webko
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.