I've tried...
setFoo(new NumberKey())
setFoo((NumberKey) null)
setFoo("null")
setFoo((String) null)
setFoo(new NumberKey("null"))
setFoo(new NumberKey((String) null))Thanks for any help, Terry __________________________________________________ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
