Link to home
Start Free TrialLog in
Avatar of Andy Brown
Andy BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Restoring a form to its default settings

I have a form with lots of labels/objects etc.  When the form loads, it sets up these objects with the relevant properties (and looks fine when the user runs it).  However, when I go back into design mode, somehow the form has retained/saved the values from a previous load.  I'm guessing that at some point during a design/test phase I saved the form along with the current settings.

Additional examples might include:

- Certain buttons are enabled, that should be disabled
- Some labels have text in, rather than being blank
- The form has a filter

Whilst this doesn't cause any problem on the user side, it would be nice to reset the values back to their original settings (although I'm not sure if this can be done).

Any ideas?
ASKER CERTIFIED SOLUTION
Avatar of Anders Ebro (Microsoft MVP)
Anders Ebro (Microsoft MVP)
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Andy Brown

ASKER

Thanks again guys.  I'll reset it when I'm pretty much finished with the V1 coding.