stickck
07-24-2006, 01:37 AM
Just kiddin! It's more like Bunches and Bunches of Buttons!
any suggestions?
I'm using an SQLite database to track computer equipment and installed software. I have most of it done except the Installed Software part. Right now I have 54 labels with the checkbox button next to each. I have a text file that has a list of programs we could have installed (not every PC is set up the same). I have it load the text file into a table then step through that table and rename each of the Labels to show a program name. The unused buttons and labels are hidden. (trying to keep it easy to update) When you click the button, it gets the label text associated to it and stores it in a variable.
Here is where I need suggestions. I would like to be able to keep them stored in a way that will let the user be able to edit the list on a later date. This program will be stored on a LAN system and ran from a MAPPED DRIVE. Would it be easier to create a second table in the SQLite Database just for the installed software? Currently we only have 42 programs but I left room for up to 54.
Would it be better to store a number in the database and just have that number stand for the index number in the table of program names?
Also, is there a way to have a string that has commas be converted to a table? I would rather not have to write it to a Text file first and then use the TextFile.ReadToTable if I can help it. Running this across a LAN system slows it down enough without needing to read and write to another text file.
Any suggestions would be great!
I'll post a sample in a little while.
Sorry for the Bad English (now theres a band from the past!) Long day!
chris
any suggestions?
I'm using an SQLite database to track computer equipment and installed software. I have most of it done except the Installed Software part. Right now I have 54 labels with the checkbox button next to each. I have a text file that has a list of programs we could have installed (not every PC is set up the same). I have it load the text file into a table then step through that table and rename each of the Labels to show a program name. The unused buttons and labels are hidden. (trying to keep it easy to update) When you click the button, it gets the label text associated to it and stores it in a variable.
Here is where I need suggestions. I would like to be able to keep them stored in a way that will let the user be able to edit the list on a later date. This program will be stored on a LAN system and ran from a MAPPED DRIVE. Would it be easier to create a second table in the SQLite Database just for the installed software? Currently we only have 42 programs but I left room for up to 54.
Would it be better to store a number in the database and just have that number stand for the index number in the table of program names?
Also, is there a way to have a string that has commas be converted to a table? I would rather not have to write it to a Text file first and then use the TextFile.ReadToTable if I can help it. Running this across a LAN system slows it down enough without needing to read and write to another text file.
Any suggestions would be great!
I'll post a sample in a little while.
Sorry for the Bad English (now theres a band from the past!) Long day!
chris