My app connects to a server on a daily basis to retrieve data updates and fill any requests for missing data. I'm using config.fpw as an ini file and storing the last date it connected as a string. Everything was working fine until they asked to switch to the following date format: 'DD-MON-YY' so today become '09-JUN-05'. I changed my Window's Short date format and VFP to their request. Now I'm finding that every time the app starts it's retrieving data sets because CTOD('09-JUN-05') == { - - }?
I'm guessing that somebody overlooked converting this date format back to a date type in CTOD()? Or am I doing something wrong?
Thanks,
Ralph Kolva
I'm guessing that somebody overlooked converting this date format back to a date type in CTOD()? Or am I doing something wrong?
Thanks,
Ralph Kolva