I have about 30 constants for various company defaults. I want the user to be able to change these constants, if necessary, by means of a form and a save button. I have declared the constants in my one module.
1) How do I set up a form that will display and allow me to change the constants and then save them?
2) Because I need to access the constants in the code behind my forms, should I declare the constants as Public or Private?
1) How do I set up a form that will display and allow me to change the constants and then save them?
2) Because I need to access the constants in the code behind my forms, should I declare the constants as Public or Private?