Custom Audit Checklist[2005]
I am attempting to create an application that allows users to create an auditing checklist that they can reload with a computer and use OR print-out and put on a clipboard and use. I have tried many methods, including datatables with checkboxes. The standard VB .NET controls, especially the datagridview are seen are too restricting and will not do what I need. I was hoping that a more experienced user of VB .NET could give me a different way of approaching this. At the moment I am experimenting with this concept.
There are 2 textboxes on the left side.
Area (This defines the area where the audit is performed, essentially grouping audits)
Process (The audit)
Priority radio Control (prioritizes the audit A, B, C)
There is an enter button and the user inserts a row containing the top items, including a button column at the end for deleting the row.
The template audit will then be saved, via xml and reloaded later for actual information gathering. That part I can handle. Think of this application as a editor for creating audit sheets.