Thanks Ed, I'll try it out sometime this weekend.
BTW is the SBS guide complete? The last paragraph was quite confusing, looking like it is broken in mid sentence: "In the bottom slot we want to add several controls to filter the data, along with a button for refreshing the display to match the select filter settings. We'd like to a checkbox to toggle whether we filter out records that were already billed. So add a checkbox to that slot, and set its Caption to "Include all records"." Ed Leafe wrote: > On Mar 11, 2009, at 7:40 PM, Frank Cazabon wrote: > > >> I am following the step by step tutorial from >> http://docs.google.com/Doc?id=dg79jzmg_3x78zkp >> >> When I run main.py (which calls the HoursForm.cdxml form. It displays >> properly, but this error is echoed in the command window. The only >> other thing that I notice that looks wrong is that the values I >> enter in >> the various control do not get cleared out when I hit the Save button, >> but this is after the error. Any idea what is causing this error? >> > > > OK, I've fixed the problem and updated the Step-By-Step Guide to add > some additional instructions. The problem was that the new record that > was automatically being created with a default clientfk of zero, and > there was no key with a value of zero in the client dropdown. I've > added the zero key and also a validation method to ensure that the > user selected a valid client. > > Hope that this helps, > > -- Ed Leafe > > > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
