WorkWithPlus 12.20

Release date: Friday 21st June 2019

New method "Update" of the Dropdown

A new method "Update" was included within the Dropdown that let the user update the title and icon of the control.

New property "User Controls Compatibility": "Responsive (Based on container type)"

A new property option was included in WorkWithPlus Settings -> Template -> User Controls Compatibility: "Responsive (Based on container type)".

This property causes the User Controls added by WorkWithPlus to be added directly in the Abstract Layout . In this way, the generated form will be lighter.

From this version, when running the Design System Wizard, the generated instances will use the new value.

This property only works in GeneXus 16

Issue with pagination Issue 2309

When having 2 or more pages on a selection, if you go to the second page, and in that page, you delete records (enough records to change the number of pages of the grid), when you return to the selection, the pagination bar still displays "Page 2 of 1".

Issue with "Allow column selector"="True" and "Send to procedures"="By Parameters" Issue 2307

If you have column filters and the property "Allow Column Selector"  in True and the property "Send Grid State to procedures" in "By Parameters" it's generated an error when saving the transaction.

DVelop Combo doesn't work with GUID attributes Issue 2308

When having a DVelop Combo using an attribute based on a GUID, the combo box doesn't work as desired.

Selection Multirow action with "Maintaining Paging" and multiple PK not optimized Issue 2306

When having a "Multi-Row" action in a Selection object with "MultiRowActionsMantainingPaging" = "True" based on a Transaction with multiple Primary Key, the for each used to load the records (Sub 'LoadSelectedRows') is not optimized by GeneXus (does not do a 'For First') 

Issue with DV Message in Start Event Issue 2303

When having a message in the Start Event, the message is not properly displayed at runtime with the desired look&feel.

Issue when Auditing BlobFile attribute Issue 2304

When enabling auditing in a transaction with a BlobFile attribute, it is parsed to string and generates an error when saving the transaction.

Issue with Floating Label of an element located after an attribute with a defined Unique index Issue 2310

When having a form with attributes having "Floating Label" and an attribute that has a Unique index defined, if we "do tab", the floating label does not move up so it does not allow us to see what we are inserting in the field.