View Single Post
  #61 (permalink)  
Old 02-14-08, 09:26
pkstormy pkstormy is offline
Moderator
 
Join Date: Dec 2004
Location: Madison, WI
Posts: 3,925
Bug Tracking Program

Here's a little app I wrote a couple of years ago. Even though I hesitate to upload full applications, this one is a full application (minus comments in the code). Use and modify it as you wish. I hope some find it useful. It's not the best coding but it does work. (I could've done a much better job on the coding for this one.)

It could be refined a tad more but I think you'll find it has pretty much everything you'll need. It was originally designed for SQL Server tables but I converted them to MSAccess tables. The other developers really liked using it.

The program works best on a 1024x768 screen but it will fit on an 800x600 (mostly due to the ability to copy and paste error screen snapshots into the forms which also saves the picture in the table.)

The developers also wanted a choice between 2 different style Main Menu's so it has a rather nice feature where you can select which type of Main Menu you like. Besides that, it has lots of good stuff including the ability to make steps on the solution, assigning tasks, severity levels, re-creation steps, quick-keys, reporting, and an in-depth search routine as well as filtering on unsolved issues or for "my assigned" issues (etc...etc...)

Let me know if anyone finds it helpful. Use this to get ideas on creating your own bug tracking program (or use this as is - there's no royality (and no updates planned) - it's totally free though).
Attached Files
File Type: zip BugFixTrackingExample.zip (770.4 KB, 389 views)
__________________
Expert Database Programming
MSAccess since 1.0, SQL Server since 6.5, Visual Basic (5.0, 6.0)

Last edited by pkstormy; 09-07-09 at 00:51.
Reply With Quote