Group: Forum Members
Posts: 35,
Visits: 2.6K
|
Hi All,
I am taking little baby steps in learning StrataFrame and .NET and have been recreating some samples to learn, specifically a Customer maintenance form that displays customer notes and allows you to Add/Edit/Delete these notes.
Adding a note is via a child form dialog and all appears to be ok, I have the child form working to add the note, but when I save the note I get and error in the cmdAdd_Click method when trying to lstNotes.Requery(). I have attached the UIException that occurs and it states that it could not fill the Business Object type 'ExerciseManager.CustomerNoteBO'. CustomerNoteBO is the business Object I created but on my CustomerMaintenance form its instance is called customerNoteBO1.
I have been through the help and samples and everything, properties etc., seem to be correct but I am obviously missing something. I have also attached a snap of the Business Object Translations but if I have not given enough or the right information I am eager to be redirected and provide any other info required.
Cheers, Keith
|