Page 1 of 1

Filter and Sort problems with AppginiHelper library

Posted: 2025-05-29 13:44
by wrenkens
After rebuilding my app from V24.18 to V25.11, I had the following problem:

The filter and sort settings were no longer retained when switching to DV and then back to TV. This is due to the function

Code: Select all

AppGiniHelper.getCommon.addSearch( ... )
This function creates a new search field in the NavBar and allows you to jump directly to a specific data record In DV in a table. For me it was more important to keep the filter and the sorting. Therefore I have commented out this function until a solution is presented.