buttons not registering on dbase (1 Viewer)

sha7jpm

Registered User.
Local time
Today, 13:47
Joined
Aug 16, 2002
Messages
205
bah and bah again!

my forms have buttons which highlight when the user runs their mouse over the button.. this all works nicely except tht it can take the userup to 8 clicks of the mouse to register...

any ideas why? It may be just the the dbase is running slowly.. but the button highlights quickly enough just that when the user clicks the button it does not always do the command specified..

I attach a stripped down version of the dbase...

it is quite temperamental so sometimes the buttons work fine sometimes not.. also it is not uniform..some buttons can work fine.. others take up to 8 clicks.. it just seems to vary at the time...

all a bit bizarre!

thanks

John.
 

Attachments

  • bah.zip
    87.9 KB · Views: 107

sha7jpm

Registered User.
Local time
Today, 13:47
Joined
Aug 16, 2002
Messages
205
here is a 97 vers...
 

Attachments

  • bah97.zip
    30.5 KB · Views: 101

Mile-O

Back once again...
Local time
Today, 13:47
Joined
Dec 10, 2002
Messages
11,316
97 version doesn't work. You might be using something in a later version that doesn't convert to 97 on you rmenu form.
 

sha7jpm

Registered User.
Local time
Today, 13:47
Joined
Aug 16, 2002
Messages
205
lets try this...

hopefully this will work....
 

Attachments

  • bah97.zip
    95.2 KB · Views: 99
R

Rich

Guest
You have DoCmd.GoToControl on the MouseMove events, get rid of it
 

Mile-O

Back once again...
Local time
Today, 13:47
Joined
Dec 10, 2002
Messages
11,316
Worked for me without any problems. Once click wonder.
 

sha7jpm

Registered User.
Local time
Today, 13:47
Joined
Aug 16, 2002
Messages
205
aha!

thanks Rich..

I have removed that line from the code and
we have tested it and it seems to be a lot better...

just could not bear to have to go back to simple buttons...
I like my bells and whistles!

ta

John
 

Users who are viewing this thread

Top Bottom