WorkWithPlus 13.17

Release date: Friday, July 31, 2020

Issue with DVMessage control (in GeneXus 16 U10) Issue 3411

Due to the modifications made by GeneXus in U10 (the used jquery version was changed), an issue occurred with the DVMessage control. The message thrown by GeneXus when a record could not be deleted was not being shown in the DVMessage control but in the Error Viewer control.

Issue with Action Group in Grid (in GeneXus 16 U10)  Issue 3410

Due to the modifications made by GeneXus in U10 (the used jquery version was changed), an issue occurred with the Action Group added inside a grid. When selecting an option of the action group, the click was not being triggered.

Issue with Pagination Bar in Grid Tab (in GeneXus 16 U10)  Issue 3407

Due to the modifications made by GeneXus in U10 (the used jquery version was changed), an issue occurred when using the Pagination Bar in a Grid Tab. When making click in 'Next' button of the pagination bar, the page reloaded and displayed the first tab of the View object.

New Property:: 'Prompt Encrypt URL Parameters' in WorkWithPlus Settings -> Template node

A new property named 'Prompt Encrypt URL Parameters' was added within WorkWithPlus Settings -> Template. This property specifies whether to encrypt the URL parameters of the prompt objects or not.

Do not Comment Parm rule in a specific scenario

When having the property 'Default Parm' with the value 'None', WorkWithPlus no longer comments the parm rule that is written as user code in the rules.

PDF Reports generated RTL (right to left)

When having 'Arabic' language included in a KB, the export to PDF of the lists will be displayed RTL when the language at runtime is Arabic (and will be displayed left to right when another language is active).

For reports created with the WorkWithPlus Report generator, WorkWithPlus will duplicate each printblock, creating it RTL. So, the developer will have to add an 'if' command in order to print the RTL or the LTR printblock.

Issue with Filter with a default value Issue 3409

When having a regular filter with a default value (set in the property 'Default' of the node FilterAttribute), the filter was not working properly at runtime. When loading the list, if you set the filter with no value, then navigate to another page of the application and return to the list, the filter had its default value (and it should have blank).

Issue with list grouped by an attribute of the PK, receiving parameters and when the Transaction had a compound PK   Issue 3408

When having a list grouped by an attribute of the PK, and another attribute of the PK was received by parameter (the transaction had compound PK), an error occurred when specificating the objects.

Issue with readonly BlobFile attributes Issue 3399

In a grid with a BlobFile attribute, the content of the attribute was empty, when the file type was not an image (video, excel, etc). The click was available though. Now it displays the video image in these cases.