Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to interrupt long loop with mouse click?
Message
 
 
To
13/03/2009 11:16:36
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01387703
Message ID:
01387734
Views:
52
>>>>Hi,
>>>>
>>>>I have a form that runs a long (sometimes) loop so I want to give user ability to cancel by clicking on a button. I included DOEVENTS in the loop. And I added code to the button click() method to set a form property to a value (e.i. thisform.lCancel = .T.). But the button click never fires no matter how many times I click on this button.
>>>>
>>>>What am I missing?
>>>
>>>You may include INKEY() in the loop to 'break' the code.
>>
>>I will try it. You mean INKEY() without a parameter so that no to slow down the loop even more, right?
>>
>>Thank you.
>
>Actually, I meant that you can allow user input, e.g. I usually run following message during similar loop:
>wait "Processing... Press Ctrl-S To Abort.' window nowait

I realized that a key entry (like Ctrl-S) can be set to interrupt. But I was trying to see if it can be done with only a mouse click. Most commercial software do with a Cancel button and a mouse click. To me it looks more "Windows-lïke" as users do not have to type anything. But maybe it is not possible with VFP.

Thank you.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform