Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

leave dropdowndatawindow empty

Status
Not open for further replies.

anneoctaaf

Programmer
Dec 15, 2003
104
NL
I have a dw with a dddw. It is ok if the user leaves this column empty, but if he/she accidently clicks a value, the user can't get it empty anymore. Do i need to add a null value in the table with all the values? Or can i solve it just in PB...

Thanx, Salsa
 
open the dddw in the datawindow painter and ensure the following settings:
required - unchecked
allow editing - checked
empty string is null - checked

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top