[email protected] wrote: > I have a problem with a Date TextBox. I use a form to create and edit data > from a database, which includes a date. When my application starts, the > bizobj reads from the database and shows the first record. The form > displays the data of that record, except for the date: the date textbox is > by default set to today's date. > > If I move the record pointer, the date changes to the correct date from > the database. The problem only happens when I execute my application. I > tried using dDateTextBox's update() in afterInitAll, but the problem > persisted. I also tried to delete the default value of the date textbox, > in the Class Designer, although it was restored to today's date. What can > I do to solve this?
Do you see the same symptom if you use a raw dTextBox instead of a dDateTextBox? Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
