I am evaluating Strataframe for a C# winforma application I have just been hired to create. I am trying to decide whether or not I will buy it for this project.
The form has a combo box of lookup header items for quick navigation. It then has text boxes for the header information and the lookup details business object is displayed in a DataGridView.
When I click the "Save" button in the ToolStrip, SQL profiler shows me that StrataFrame is in an infinite loop, calling the stored procedure that updates the lookup header table over and over again. I have to use a 3 fingred salute to get out of the application. I did not write any custom save code - I figured that if I had the business objects set up preoperly that5 Strataframe would handle it for me - after all, isn't that what frameworks are for <s>?
Any ideas what I need to do to fix this?
TIA
Marcia