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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...