RE: Tracking All Field Changes via Lotus Script Stan Rogers 27.Apr.17 10:48 AM a Web browser Notes Client All ReleasesAll Platforms
With date/time fields, there's also the possibility that the field's date text format isn't the same as what Cstr() will return (the system default short date and time). Frankly, comparing the back-end values rather than trying to compare the text in the front end to the text-ified back end value would be a better idea unless you are working in a single application and can guarantee that the front-end date format (field) settings will never change.