October 18, 200421 yr 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
October 18, 200421 yr In versions less than 7, a text null must be converted to the field type. For date fields, you need TextToDate("").
October 19, 200421 yr Author >>In versions less than 7, a text null must be converted to the field type. For date fields, you need TextToDate(""). Great, Thanks. Lisa
Create an account or sign in to comment