I have a simple database using the AdvDBFormBox (version 1.0.2.0), with 2 fields, a date and a rich edit memo. The fields are not autogenerated. The date is handled with an AdvDBDateTimePicker (version 1.3.0.0) and the memo is handled with an DBAdvRichEditor (version 1.6.4.0).
I use the DBAdvNavigator (version 1.3.1.2) to move through the database.
Everything is working, but I am having to fix the date. The value defaults to 12/31/1899 when I insert a new record. What I am wanting is to have the date default to "now" when I insert a record.
My problem is that I do not know where to set the date value. The things I have done seem to cause more problems than just having to remember to change the date manually before inserting the new record.
What is the best place to check the value using these components?
Thanks for any insight.