General |
|
The Query mode is coded on client side. The server is contacted only if the user performs a count operation, or if the query gets executed. Therefore, it is not allowed to change the standard menu and button userexits used during query mode (namely and and ).All action triggers however are fired as usual, so the business logic in these triggers should work as expected. |
|
Query Conditions for Masks Opened Via Hyperlink |
|
Problem: In Java Client, when opening a mask via a hyperlink, the Refresh function in the opened mask will always only return the one record with which it was opened. It does not consider a customized query condition (e.g. from LogiView). When setting this mask into query mode, new query conditions can be entered. |
|
To link the Refresh function with customized query conditions, follow this instruction: |
|
![]() |
In LogiView, remove the C_ID query condition. E.g. field_set_qry(widget_id(), "T_DOC_DAT.C_ID", ""). |
![]() |
Define customized query conditions. |
![]() |
Call @dal_wdg_rfr_cli(widget_id()). |
![]() |
Now, the | button will consider the customized query condition.