Issues Resolved (v16 Upgrade #0.8)

Release date: Friday, 30 January 2026

Title Filters in Detail Web Component in GeneXus 18 Upgrade 14

Issue 14300

When having a List object that contains a DetailWebComponent action which includes a grid with Title Filters and Columns Selector, the Title Filters are not shown (only happens using GeneXus 18 Upgrade 14 or later).

Automatic date inference in Japanese

Issue 14299

When having a date attribute in a Japanese environment, if the user types 1223 the infered is "1223/01/01" and should be "2026/12/23"

Modify transaction without WorkWithPlus, save, and go to the Patterns tab

Issue 14295

If the developer opens an existing transaction that does not have a WorkWithPlus instance created, makes a change (for example, changes the description of an attribute), saves, and goes to the Patterns tab, a dialog box with an error message is displayed.

Remove error message over variable

Issue 14294

Previously, when a variable contained an error message, there was no way to remove it programmatically.

Neither of the following worked:

  1. msg(!"<#CLEAR#>")
  2. Msg(DVMessageGetBasicNotificationMsg('', '', DVMessageType.error, &Variable1.InternalName, DVMessageBoolean.True, ''))

This has been fixed. You can now use either option to clear the error message.

Full text filter with 'Visible Condition' saving the Grid State 'In Session'

Issue 14293

When having a List object that contains a Full text filter with a 'Visible Condition' value (e.g, &ShowFullFilter) and the Grid State is configured to be saved 'In Session' (WorkWithPlus Settings -> Web -> Grid -> Save Grid State = 'In Session'), an error is shown after applying the Pattern

Reordering list columns after opening and closing a pop-up

Issue 14292

When having a List object that contains an action to open a pop-up, after the pop-up is opened, closed, and a refresh is done (e.g., filtering the grid), the grid columns cannot be reordered anymore.