Jump to content

UniDBGrid Loading Data loop


joriolm

Recommended Posts

Hi,

I updated my 0.95 project to 0.96. Did I miss some configuration stuff?

I am having problems loading data from a query into a UniDBGrid, it remains loading data for ever and the app get locked up. The only way out is pressing F5 to the browser.

My query returns 30 tuples, and is strange, because other queries work well.

Attached image when loading process is running and I move the window.

Any ideas? please.

 

 

Sorry, I post this too soon, it seems to be my mistake, I'm not sure.

Additionally I'm having problems with a Modal window.

I call it from a normal window, but it showed up hide behind.

post-242-0-08454100-1406260799_thumb.png

Link to comment
Share on other sites

Thanks erdal,

I reproduced loop but no log file created.

In past log files I can see:

 

eSICOP_IE_3: 00001BA0: 22:32:47 [HandleFileRequest]:File not found: D:\TD\eSICOP_IE_3\images\skins\simple\awesome-overlay-sprite.png

 

But I don't know if it is related.

Link to comment
Share on other sites

Well, I made some fixes in the way I called my UForm containing the UDBGrid.

 

UF_busq.FormStyle   := fsStayOnTop;
UF_busq.ShowModal;

 

Seems that only with ShowModal command sometimes the UForm remains back from the another one calling it.

 

UDBGrid Data loading is functioning right, I assume the problem was the way I tryied to load the UForm.

 

Thanks to all and specially to Farshad by his concern.

 

Regards.

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