You cannot change default values of controls or globals during execution. If you need to preserve the values between runs, write the data to a file (the config files are designed for this) and when the program executes again, read the files and set the values of the controls accordingly.
Lynn