WorkWithPlus 13.18

Release date: Wednesday, September 16, 2020

Improvement in 'Convert 'Work With for Web' to WorkWithPlus' Process

When converting the 'WorkWith for Web' instances to WorkWithPlus instances, WorkWithPlus sets in the transaction form the same attributes and in the same order that they were in the Web Form previous to the conversion.

Compatibility with GeneXus Beta build 144508 or higher

WorkWithPlus is now compatible with GeneXus Beta build 144508 or higher

Issue with WebPanel with a grid and an attribute with autolink outside the grid Issue 3426

WorkWithPlus tried to add the code of the autolink in the 'Load' Event, but GeneXus does not allow having 'Load' and 'Grid.Load' events together in a WebPanel

Variables displayed as 'DVelop Combo' supported in Lists Object on a transaction Instance

WorkWithPlus now supports adding a variable with control type 'DVelop Combo' in a List object on the Transaction Instance. The property 'Load data dynamically' is only supported as 'False' in this scenario. In order to enable 'Load data dynamically', the List Object must be created in a separate Web Panel Instance.

Change the title column of 'ExportReport' at runtime

WorkWithPlus now supports the option of changing a column title of 'ExportReport' at runtime. In order to do this, you need to define a variable named '<ColumnName>ColumnTitle' in the procedure, and then apply the pattern to that instance.

ColumnTitleRuntimeImg001

The following code will be generated when use 'Apply Pattern Instance'.

ColumnTitleRuntimeImg002

Then, it depends on how you would like to retrieve the title´s texts. For example, you can receive the values by parameters, by session or just assign the variables in the Event Starts.

Change 'Confirm Type' at runtime

WorkWithPlus now supports the option of changing the 'Confirm Type' property in 'Confirm Panel' at runtime

ConfirmTypeImg001

You can change the 'ConfirmType' property by assigning it the values in the Start Event of the generated web panel.

ConfirmTypeImg002

Possible values:

  • 'YesNo'
  • 'YesNoCancel'
  • 'Yes'

Issue with 'ExportReport' and Full-Text filter

When having only Full-Text filter and exporting to PDF, the label was displayed behind the value

Issue with 'Group Type' in a specific scenario  Issue 3425

When setting the property 'Group Type' of a grid as 'Multiple', then assigning a 'Default Group' and afterward changing the property 'Group Type' to 'Fixed column' (without resetting the value of the property 'Default group'), WorkWithPlus didn't remove the code associated to the variable &GroupBy that is no longer needed.

Issue with 'DVelop Combo' and subtype group  Issue 3416

When having a relation to the same transaction with a subtype group, and displaying the subtype group attribute as 'DVelop Combo' with the property 'Load Data Dynamically' as true, an error is thrown in the specification of the procedure <Transaction>LoadDVCombo

Issue with filter multiple as prompt   Issue 3406

When having in a list a 'FilterMultiple' displayed as prompt, the 'Web user experience' as Smooth and the property 'Optimization Number' as 7 or higher, the variable named 'Prompt<FilterName>ValuesExecutionStep was visible in the Form.

Issue with 'DVelop Combo' Focus

After selecting an option of a 'DVelop Combo', the focus didn't remain in the field.

Issue with 'DVelop Combo' and 'Add Record Option' Issue 3424

When having a 'DVelop Combo' with the property 'Load data dynamically' as False, displaying descriptions on it, and the 'Add Record Option' enabled, after creating a new record for selecting it (by clicking in the 'New' option), the combo displayed the value and not the description of the record created.

Issue with DVMessage in Refresh Event in a Web Component  Issue 3423

When displaying a message using the DVMessage in the Refresh event of a Web Component, the message was not being displayed properly.

Issue with Standard Action 'Insert' when displaying the actions as icons  Issue 3430

When selecting in the Design System Wizard to display the actions in the lists as icons, the insert Standard Action was not being displayed.