Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace doesn't show waiting cursor - is it true?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00353057
Message ID:
00353314
Views:
14
Hi Bruce,

Thanks a lot for your advice. I'll check it out again.

>_screen.mousepointer = 11 && hourglass - This is also a good point. I know I did similar it in VB, but was not sure how to do it in VFP, so I took George Tasker code using API functions :)

The message I already put (in wait window), but I like the idea of statusbar too.

>>Hi everybody,
>>
>> Today I noticed a strange thing in one of my application:
>>I made REPLACE ALL named with ' ' in BldMstr, where ~ 5000 records.
>>It took some time ~ 20-25 sec., but it didn't show the wait mouse cursor... Does the default Replace command change the mouse cursor?
>
>No, it doesn't in vfp5, but in vfp6, the hourglass should kick on after a few seconds.
>
>In vfp5, I just added a message on the status bar indicating it would take a minute, and
>
>_screen.mousepointer = 11 && hourglass
>
>before all the slow things like that. In vfp6, you shouldn't have to change to hourglass (but the message is still a good idea).
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform