Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checking for mouse click in buffer
Message
From
03/03/2006 04:18:50
 
 
To
03/03/2006 04:00:02
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01101174
Message ID:
01101177
Views:
11
Yes,

CHRSAW() checks for keyboard not mouse.
INKEY() check for both but removes the item from the queue in the process.
CLEAR TYPEAHEAD does not help me as I dont want to clear the queue. I want to check if mouse clicks exist in the queue.

Thanks

>Hi Jos,
>
>have you tried any of these alternatives?
>Chrsaw()
>Clear Typeahead
>Inkey(0,'M')
>
>>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
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