Jump to content

Recommended Posts

Posted

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?

  • Administrators
Posted

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?

Posted

yes, click in a checkbox.

 

and load data, but dhold load nothing. the dataset is localupdate

 

Enviado desde mi SM-A500FU mediante Tapatalk

Posted

Is dificult.

 

How autopost works?;

 

I set the autopost of the column to true, but when click, the value don't change..

 

I am missing something, but don't know what-

Posted

ok. problem detected.

 

when the grid has summary, allways has the behaviour I commented before.

 

even when the summary procedure (calctotals) does nothing.

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...