AlbertoVesx Posted June 25, 2020 Posted June 25, 2020 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) 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
Sherzod Posted June 25, 2020 Posted June 25, 2020 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?
AlbertoVesx Posted June 25, 2020 Author Posted June 25, 2020 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.
x11 Posted November 3, 2020 Posted November 3, 2020 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
Recommended Posts