Jump to content

Ibdac question - refresh unidbgrid


d.bernaert

Recommended Posts

Hello,

Normally when we call the refresh method of an ibdac query, the data gets requeried from the database.

When clicking the refresh button of the unidbgrid, this seems to have another behavior, it does not requery data from the database.

This is probably an ibdac question, but is it possible when clicking the refresh button below the unidbgrid the refresh method of the ibdac query is called?

I've tried setting the option fullrefresh on the query component without luck.

Thx,

Dominique

Link to comment
Share on other sites

On 4/22/2022 at 12:55 PM, d.bernaert said:

Hello,

Normally when we call the refresh method of an ibdac query, the data gets requeried from the database.

When clicking the refresh button of the unidbgrid, this seems to have another behavior, it does not requery data from the database.

This is probably an ibdac question, but is it possible when clicking the refresh button below the unidbgrid the refresh method of the ibdac query is called?

I've tried setting the option fullrefresh on the query component without luck.

Thx,

Dominique

Hello,

Maybe clicking Refresh Button is not necessary.

After Modify, i am refreshing my record like this :

   MyDataSet.RefreshOptions:=[roAfterUpdate];    
   MyDataSet.RefreshRecord;
   dbg.RefreshCurrentRow();

IBDAC  8.1.1

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