WorkWithPlus 13.16

Release date: Friday, July 10, 2020

Issue with 'Group by' in an SDT based List Issue 3388   

In a List object based on an SDT, if you set the property 'Group' of the grid as 'Fixed column' or 'Multiple columns', an error was displayed at the moment of applying the pattern.

Reload related 'DVelop Combo'

When having two variables or attributes with its Control Type as 'DVelop Combo', and one was loaded depending on the selected value of the other (has a dynamic condition), the related 'DVelop Combo' maintained the selected value after the first 'DVelop Combo' was modified. Now, when this scenario happens, the related 'DVelop Combo' blanks its selected value.

Issue with assigning an empty value to 'DVelop Combo' Issue 3382   

When assigning in some specific event (click of some other field for example) an empty value to a variable or attribute with control type 'DVelop Combo', the control didn't update its value. Now, you can do it adding the following code:

Combo_<VariableName>.SelectedValue_set = ''

If the 'DVelop Combo' has the property 'Load Data Dynamically' as True, you also need the following line code:

Combo_<VariableName>.SelectedText_set = ''

Note: it is NOT necessary to add the following line code:

Combo_<VariableName>.Update('','')

Required Date Attribute/Variable Issue

In a required attribute/variable after the error message was displayed, when you clicked to open the calendar, it was displayed behind the error message.

Required attribute/variable does not display the asterisk next to the label Issue 3380   

When selecting 'Real Width' for attribute width in the Design System Wizard, in some types of fields (date, datetime, etc.) the asterisks were not displayed next to the label of the required field.

Issue when WorkWithPlus tries to generate different objects with the same name  Issue 3387   

When you create a WebPanel, or an extra List with the same name of an existent object generated by other instance of WorkWithPlus, WorkWithPlus replaced the object every time you applied the pattern (of any of the instances). Now, when this scenario occurs, an error will be displayed in the Output, and the pattern won't impact the changes to the generated object. The error will be the following:

error: Object '<ObjectName>' is already generated by WorkWtihPlus Instance '<InstanceName>'

Issue with Horizontal Menu without options Issue 3373

When an Horizontal Menu had no options, the text 'undefined' was displayed

Issue with Property 'Start Position' from DVMessage User Control Issue 3374

The property 'Start Position' from DVMessage User Control was not working, as the messages were being displayed always on the top right corner

Issue with 'DVelop Combo' loaded dynamically with a dynamic condition in a Web Panel

When having a variable with control type 'DVelop Combo' loaded dynamically with a dynamic condition in a Web Panel, and you want to load a value of the variable when the page loads, the condition variable was not defined nor assigned.

Issue with Title Filter in an attribute set as 'Combo box' in the List object Issue 3375

When setting the control type of an attribute as 'Combo box' directly in the list object (the node attribute in the grid), the Title Filter associated with the column displayed didn't work properly (it displayed the values instead of the descriptions and the filtering didn't work).

Error thrown when running Design System Wizard Issue 3386

When the property 'Login Extra Image' within step 'Security' was blank, the error 'Object not set to an instance of an object' was thrown when trying to import the configurations

Issue with Title Filter Multiple and Categories in the titles of the grid Issue 3383

When having a grid with title categories, and one of the columns had the option to select multiple values, after filtering by any column the title filters disappeared.

Javascript Issue with Action Group of type 'DVelop Bootstrap' inside a grid Issue 3384

When having an action group in a grid of type 'DVelop Boostrap', a Javascript error occurred in some scenarios scrolling the page. The error displayed in the browser console was "Error: Cannot read property 'pageYOffset' of undefined"

Issue with Action Group of type 'DVelop Boostrap' in a grid using Mozilla Firefox Issue 3378

Using the browser Mozilla Firefox, When clicking in an action group of type 'DVelop Boostrap', in the last record of a grid, the action group was not being displayed and a vertical scroll inside the grid appeared.

Compatibility with GeneXus 16  U10, GeneXus 16 U11 Night Builds and GeneXus Beta

WorkWithPlus 13.16 is now compatible with GeneXus 16 U10, GeneXus 16 U11 Night Builds and GeneXus Beta

Issue with Standard Action 'Insert' with Property 'In Line' as True and Smooth  Issue 3376

Since GeneXus 16 U8, the Standard Action 'Insert' with 'In-Line' as True and 'Web User Experience' as 'Smooth' was not working.

Issue with Copy/Paste function for 'Column Tags'

The function Copy/Paste was not working for 'Column Tags' property.

Issue with edit in-line in a grid with multi-row selection and the option to select all  Issue 3377

When the property of StandardAction (Update) in Grid was set to In Line=true, the checkbox for selecting all wasn't displayed.

Issue with Insert 'In-line', dynamic filters and Export to Excel, PDF and CSV

When having the Standard Action Insert with 'In Line' property as true and dynamic filters, the export to Excel, PDF, and CSV didn't use the second and third row of the dynamics filter in the foreach in order to calculate the records to display.

Issue with Export and a dynamic filter of type Boolean Issue 3381

When having a dynamic filter of type Boolean included, and the condition of the filter does not include 'when', the export to Excel, PDF, and CSV doesn't include the filter in the foreach in order to calculate the records to display.

Issue with 'Group by' of type Boolean and a totalizer Issue 3379

When having a grid grouping by a boolean attribute and a totalizer included, an error was displayed when applying the pattern.

Issue with 'Group by', 'Totalizer' and dynamic filters

When having a grid with 'Group by', totalizers, and dynamic filters, the totalizers associated with the groups didn't use the dynamic filters for making the aggregation.

Issue with 'DVelop Combo' with multiple values displayed like Tags and assign values by code Issue 3385

When having an attribute/variable with control type 'DVelop Combo', and the values were assigned by code, the descriptions (displayed as tags) associated with those values were not being displayed.

Issue with Web Panel with no base template

In previous versions of WorkWithPlus (11 or lower), WorkWithPlus allowed creating Web Panels without selecting a base template (Template: None). In version 13, this is no longer supported and WorkWithPlus threw the following error when applying the pattern to an instance with no template: 'Template not found: (none)'. Now, when this scenario happens, WorkWithPlus bases that instance to the template named 'Empty'.