Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checking for mouse click in buffer
Message
From
09/03/2006 08:09:15
 
 
To
03/03/2006 04:35:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01101174
Message ID:
01102719
Views:
15
>>Hi All
>>
>>I have a button which allows a user to view the next record. I want to allow the user to be able to very quickly click this button and only when there are no more mouse clicks waiting in the queue do I want to actually retrieve the record from the database. I will move the record pointer for each click but only retrieve the actual data for the last mouse click / record that the user is now on. How can I check whether there are still more mouse clicks waiting in the queue?
>>
>>Thanks
>
>- delegate a timer to execute the read code
>- set window events time as Interval
>- on every click call timer.reset
>
>or
>
>- in MouseDown start a MDOWN() loop

Hi Fabio. Thanks, MDOWN is what I had forgotten. I can do it with that. Thanks to all.
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Reply
Map
View

Click here to load this message in the networking platform