Click form buttons - and nothing?!

willsaunders

Registered User.
Local time
Today, 04:23
Joined
Aug 8, 2001
Messages
18
I have a problem with the main form in my program. It starts up and everything is working smoothly and as sweet as a nut. Then all of a sudden the buttons just decide to start to refuse to work.

I just don't see why this could be. Has anyone else encountered or does anyone know why this might be happening?

Cheers for any help,

Will.
 
the first thing to check is the "On Click" event of the button's properties... see if there's actually anything there

If the button was renamed or something else changed, that may cause this type of problem...
 
Sometimes it happens to me too. I think it's cos sometimes if you build an event in code without clicking on the ellipsis for that event in it's properties the code isn't recognised. Sometimes i've checked the properties and the event doesn't appear for some reason
 

Users who are viewing this thread

Back
Top Bottom