View Full Version : Click form buttons - and nothing?!


willsaunders
08-20-2001, 08:05 AM
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.

jatfill
08-20-2001, 09:06 AM
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...

Howlsta
08-20-2001, 09:45 AM
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