| | 2 | |
|---|
| | 3 | Dabo 0.6.3 (2006-04-03) (Revision 2079): |
|---|
| | 4 | Added exception handling to requerying, with calls to rollbackTransaction() if an exception is encountered. |
|---|
| | 5 | |
|---|
| | 6 | Modified the process used to determine field types. Formerly we relied on an empty cursor supplying all of the information, but with the recent switch to depending on self._fieldTypes, if new() is run before a query that returns data is run, all the default values are set to empty strings. Now if there is no _fieldTypes for a cursor, the structure-only query returns a maximum of one record, and that is now used to set the _fieldTypes dict. |
|---|
| | 7 | |
|---|
| | 8 | Fixed a problem where setting AutoPopulatePK on the bizobj didn't propagate the setting to the cursor. |
|---|
| | 9 | |
|---|
| | 10 | Added Alt+Up and Alt+Down hotkeys for navigating AppWizard apps. These keys |
|---|
| | 11 | bring you to the first and last records in the dataset. |
|---|
| | 12 | |
|---|