Hi All
I use the same setup in every project. In the user settings there is a groupbox containing:
3 Comboboxes,
3 Checkboxes.
3 Labels (Reportprinter, Receiptprinter, Labelprinter)
Upon from startup, each combobox fills with the available printers on that PC.
All 3 are the same.
Then it checks an INIFILE for the saved printer and change the text in each combobox to display the saved printer for each of the mentioned printers.
Any change in a combobox (listview only) saves the inifile wihtout users pressing any buttons.
Usually I update a TYPE e.g. settings.receiptprinter and so forth but it would be nice to just plop this control on a form and get information like mymainprinter:= printerbox.receiptpinter.
The checkboxes are to notify the program to ignore a print command where such a printer is absent.
Me being a complete dummy with my own packages knows I am going to completely screw this up.
What would you suggest I do, and i am getting really tired of adding this to everything?

Or perhaps some clever person willing to build this?
Some pointers would be nice. I have been reading through the Tutorials, but are not much wiser.
Regards, Peter