I did try to add code int he BO_BeforeAddNew proc that primes the GUID of the file:
Private Sub IncdTypeBO_BeforeAddNew(ByVal e As MicroFour.StrataFrame.Business.BeforeAddNewEventArgs) Handles Me.BeforeAddNew
Me.SQLGUID = New System.Guid()
Which just brought up this most recent error as shown in the log. Also I never heard back on the Radio button issue I posted yesterday. The combo box appears to work now. But for the life of me I cannot make the RadioButtonGrp/Options work with the BO.
Ben