Please refer to the attached screen shot. I have a BO with four columns each with a default value (refer code). When I click New in the Form I get a new record populated with the required default values however, when I click Save, I get an error saying there is no value provided for AGTActive.
While the above is my current concern I did notice earlier that "it seemed" as though the user has to change focus from field A to field B before the contents of field A are acknowledged. I saw this when I didn't have a default value for AGTName and, when I created a new record, I keyed in value and clicked Save. This caused an error same as above but saying AGTName cannot be Null however the screen clearly showed what I just typed in.
Cheers, Peter
AGTActive column in the database does not permit Null values but the value being saved is True (notice the default code set up and the tick on the grid) so it isn't Null.