I have a form that has a button that I would like to disable once the time passes 4pm on a certain date. In the ol' days there was a hack where you could simply change the system time to several years back and it would bypass an application's serial code's validation. I believe someone could do this as well for the button since the only way I know how to implement this is to set it to check against the system time. i.e. They could change the system time to an advanced date/time so that the button is enabled.
1. I do not have time to waste to implement this, so I was wondering if anyone knew this to be true.
2. Does anyone know an alternative solution to disabling the button against a certain date/time?
1. I do not have time to waste to implement this, so I was wondering if anyone knew this to be true.
2. Does anyone know an alternative solution to disabling the button against a certain date/time?