Jump to content

BufferedStore


d.bernaert

Recommended Posts

Hello,

I'm trying to use bufferedstore.

When opening the form, I query all records from the database and display them in the unimdbgrid which has bufferedstore enabled.

The user has the option to enter a search value and press search.

On that moment, the query is closed and the query is reopened with the new query statement containing the filter.

The grid does not update.

How can I get this working?

Thx,

Dominique

Link to comment
Share on other sites

Hi Sherzod,

very simple, dataset with a datasource linked to unimdbgrid.

Property on unimdbgrid Bufferedstore set to true.

Open a query for instance select name from accounts, the list is filled with data and displayed.

Enter a search value and press the search button: here the query is closed and the SQL is replaced by for instance select name from accounts where id=5

Open the query, there should be 1 record visible in the grid but the complete grid is still filled.

Is does not seem to refresh the data.

Dominique

Link to comment
Share on other sites

×
×
  • Create New...