LemlerInv Posted October 18, 2004 Posted October 18, 2004 Hello All, I'm scripting a date field to allow for an undo, however, a question is left in the date field after using a set field with result being "". Any suggestions as to how I can keep the ? from showing up in my now empty date field? Thanks, Lisa
-Queue- Posted October 18, 2004 Posted October 18, 2004 In versions less than 7, a text null must be converted to the field type. For date fields, you need TextToDate("").
LemlerInv Posted October 19, 2004 Author Posted October 19, 2004 >>In versions less than 7, a text null must be converted to the field type. For date fields, you need TextToDate(""). Great, Thanks. Lisa
Recommended Posts
This topic is 7343 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