Jump to content

dbgrid refresh delay


jahlxx

Recommended Posts

Hi.

 

I've a unidbgrid, and in my sample, when click in the first column I do this;

 

qt.edit;

qt.fieldbyname('sel').asboolean .= not qt.fieldbyname('sel').asboolean;

qt.post;

 

 

everything is OK, but every time I do thois, the message "Loading data ..." appears, and is a delay.

 

is not many time, but this is a simple edit of a column and soluld be inmediate, but there is a delay.

 

I use unidac components to access database.

 

is this behaviour ok?

Link to comment
Share on other sites

  • Administrators

Hi.

 

I've a unidbgrid, and in my sample, when click in the first column I do this;

 

qt.edit;

qt.fieldbyname('sel').asboolean .= not qt.fieldbyname('sel').asboolean;

qt.post;

 

 

everything is OK, but every time I do this, the message "Loading data ..." appears, and is a delay.

 

is not many time, but this is a simple edit of a column and soluld be inmediate, but there is a delay.

 

I use unidac components to access database.

 

is this behaviour ok?

 

Does it actually load data?

Do you click on a checkbox?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...