I am having a time trying to do a find on a date portion of a datetime field. In servoy client I do the following in the date time field:
Ctrl+F
#11/09/09(this is the format of the date portion of the datetime field MM-dd-yy)
enter (nothing happens and I get a empty foundset)
Servoy docs say to use the # symbol and the date to do find on a datetime field. If I use //,now, or today I get the correct data for the current day. However, if I use the above syntax for non current days or ranges nothing happens. Thanks in advance for all your help.
#11/09/09|MM-dd-yy did not work. When using # symbol or a specific date I get an empty foundset. I can do finds on date fields just fine. What would cause this not to work on datetime fields. I disabled my default error handler and received the attached error.
[attachment=0]error.JPG[/attachment]