Here is something I've started to practice with the database code. It also has a list view that works pretty well.
It's all in a zip file. Be sure to put the include files in the right folder.
I've had problems with uploading projects before - so let me know if it works.
Edit: upload fixed.
			
			
			
				I downloaded the zip. Cleared out Aurora, by closing open projects and all open files. I loaded up your project file and when it asked to update the files, I said yes. When I go to run, it can't find stuff. Here is what I get.
Compiling...
HoodMap2.src
Unable to Open - cds_WinAPI.inc
Unable to Open - StaticLink.inc
File: QuickDialog.inc (60) unknown type
File: QuickDialog.inc (131) undefined variable - pStatic
File: QuickDialog.inc (131) illegal parameter to DELETE
File: QuickDialog.inc (155) undefined variable - pStatic
File: QuickDialog.inc (156) undefined variable - pStatic
File: QuickDialog.inc (156) unsupported use of *
File: QuickDialog.inc (156) Typecast must be specified
File: QuickDialog.inc (156) invalid use of dot operator, unknown type
File: QuickDialog.inc (157) Warning: undeclared function 'SetPropA'
File: QuickDialog.inc (157) undefined variable - pStatic
File: QuickDialog.inc (157) illegal operand
File: QuickDialog.inc (157) undefined variable - pStatic
File: QuickDialog.inc (157) unsupported use of *
File: QuickDialog.inc (157) Typecast must be specified
File: QuickDialog.inc (157) invalid use of dot operator, unknown type
File: QuickDialog.inc (158) undefined variable - pStatic
File: QuickDialog.inc (158) unsupported use of *
File: QuickDialog.inc (158) Typecast must be specified
File: QuickDialog.inc (158) unknown class
File: QuickDialog.inc (159) undefined variable - pStatic
File: QuickDialog.inc (159) unsupported use of *
File: QuickDialog.inc (159) Typecast must be specified
File: QuickDialog.inc (159) unknown class
File: QuickDialog.inc (183) Warning: undeclared function 'LoadImageA'
File: QuickDialog.inc (183) Warning: undeclared function 'GetModuleHandleA'
File: C:\Documents and Settings\HP_Administrator\My Documents\My Programming\Aurora\examples\forums\Database\HoodMap2.src (471) Warning: undeclared function 'GetSysColor'
Error(s) in compiling "C:\Documents and Settings\HP_Administrator\My Documents\My Programming\Aurora\examples\forums\Database\HoodMap2.src"
			
			
			
				I see that cds_winapi is not included in the zip, so that could be it as the static link one.
			
			
			
				I have to go to a meeting right now, but I'll fix the download later this AM.
Sorry...
			
			
			
				No problem, will test it out tonight, I need to run errands this afternoon with my Dad and do some work at an office.
			
			
			
				Well, I've learned my lesson. I can't seem to keep all the various include files straight when I try to upload an example.ÂÃ,  :P
I think what I will do is go back and put all the stuff into one include file. The upload is now hopefully fixed. Again, sorry to all those who downloaded already.
			
			
			
				It is working nicely now. Thanks, will be a good one to study when I need to put together a database and listviews!!
			
			
			
				You could also look at the stock quote program I posted in examples - it uses listview and database. You could use it for
a second one to compare with.
			
			
			
				THanks Larry too, I get into databases and things often, right now in a 3d mode, but I got a project for a friend sort of in the makes and will be looking at both fine examples in detail. Great to have these nice examples!!