Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The computer freezes when clicking to fast
#9
If you are cycling an entire dataset its likely slow. Replace your click event with something simple like updating a label or button and no extra code and you will see that it is not IW slowing things down.

You are setting params and opening a dataset inside of a loop which will be very slow as well.... If that loop is 1000 items then its repreparing and reopening a qCheckOfVol that many times. This code would run just as slow in a desktop app as it does in IW. There is no difference in such code desktop or IW.
Reply


Messages In This Thread
RE: The computer freezes when clicking to fast - by kudzu - 05-16-2020, 11:31 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)