Jump to content

Recommended Posts

Posted

Hi

I am having some issues with unimDBgrid. This are the properties for the grid:

Buffered Store{

  Enabled: True;

  LoadingBufferZone: 200;

  PageSize: 100:

}

WebOptions{

  FetchAll: False;

Paged: False;

PageSize: 10;

}

I make a query like this in UniDAc query:

Sql.Text := 'select * from nacimiento limit 1000';

The grid keep a mask over dbgrid with loading message (cargando in spanish)

image.png.72af3d399f919888de94cd7b2aede482.png

 

I verified the answer for the get transaction and it has100  records, so it worked well, but they never are shown in dbgrid because loading mask never finish

image.png.ef3a3892591c8ff8044740a15bcc8f4b.png

Posted
1 hour ago, albertovesx said:

I am having some issues with unimDBgrid. This are the properties for the grid:

Hi,

Which build are you using?

Can you make a simple testcase to check?

Posted

Hi

Build 1.90.0.1534, the problem is in uniMdbgrid touch, but the sample using client dataset works fine, do I need to configure something else?

 

about test case its kind of difficult because the data.

 

  • 4 months later...
Posted
On 6/25/2020 at 8:35 PM, albertovesx said:

I make a query like this in UniDAc query:

Sql.Text := 'select * from nacimiento limit 1000';

The grid keep a mask over dbgrid with loading message

 

 

On 6/25/2020 at 9:36 PM, Sherzod said:

Can you make a simple testcase to check?

 

1. http://forums.unigui.com/index.php?/topic/14411-unidbgrid-autoloadдозагрузка/&do=findComment&comment=78536

2. http://forums.unigui.com/index.php?/topic/15418-new-page-navigator-unimdblistgrid-like-web/&do=findComment&comment=84768

 

×
×
  • Create New...