From: Nathan K. <nk...@us...> - 2004-02-25 10:24:51
|
CVSROOT: /cvsroot/pilot-db Module name: pilot-db Changes by: nkurz 04/02/25 02:17:48 Modified files: src : sort.c Log message: Changes made in anticipation of autosort views. In the future, need to be able save info from Sort form and associate it with views. Use standard DataSourceSortField directly instead of locally defined struct which is then translated. Remove slightly odd use of uniqueID. Simplify LoadTable to always redo (perhaps at slight cost in efficiency). Standardized package globals to PackageGlobal type names (as opposed to GLOBAL or localVariable). Changed from MemHandle to MemPtr for Entries since we free immediately. Simplified Scroll() and put a couple ASSERT statement in. Fixed tiny bug with number of items displayed after removal. Reformatted a couple of lines to break at 80 chars. |