Paradox Community

Items in pnews.paradox-client_server

Subject:Re: Performance Issue Mouse
Date:22 Jan 2019 07:42:46 -0400
From:"Thies Grimm" <thies.grimm@t-online.de>
Newsgroups:pnews.paradox-client_server

Hi Anders,

your solution wordk, bat some users, tehe nervous ones, click around and
you never know what happens then ... 

at Least we found a solution!

Uses "user32.dll"
  ShowCursor(siCursor CWORD) CWORD 
	; // Displays or hides the cursor.
endUses

method ... 
ShowCursor(False) 
itemSQL.executeSQL(db) 
ShowCursor(True) 

...
endMethod

works fine.

Thies


Anders Jonsson <andersREMOVETHIS@jonssondata.se> wrote:
>Coming late to the party!
>
>I have had the same problem for years. For minor operations the 
>performance loss of the flickering cursor could be ignored but for
>larger querries it can be a real pain.
>
>What I usualy do is:
>
>1) Make a pop-upp custom window informing the user "working..."
>
>2) Move the curser outside of Paradox
>
>3) When the operation is finished, close the pop-ut
>
>4) Move the cursor back.
>
>Some users didn't like the moving of the cursor and they simply prefered

>to move the cursor out of Paradox manually.
>
>Anders


Copyright © 2004 thedbcommunity.com