I am throwing together a proof-of-concept application using StrataFrame. We have several fields in our SQL datatables that allow null's (in fact most of them).
Say I have a birthdate field in a personmaster table. If the value is null, the bo throws an exception when I navigate to the record. I have tried setting the alternate value on null to several things such as System.DBNull and System.DBNull.Value etc. However it will not compile.
How does everyone else handle null values in their BO's especially datetime type fields?
Thanks!
Ben, Emergitech
Business Layer -> Business Object Mapper -> Customizing a Field
The editing state is controled off of the EditingState of the BO which is changed from the Add(), Edit(), Save(), and Undo() of a BO or form.
We fixed a bug the other day that was affecting the IsDirty of the BO which will effect the Save and Undo buttons when refreshed. This has been fixed and will be posted in the next update. If this is keeping you from moving forward then we can give you a temporary fix, but if you are just on eval mode then this may not be an issue and you can just get a fix on the next update.
If you want a RDC/VNC/PCAnywhere demo of the product, please let me know. I would be more than happy to show you the power of Clarion so you can replicate it <grin>.
Ben