> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/release-history/210219.md).

# Kalipso 5.0.0 - Build 210219

{% hint style="success" %}
Release date: 2021-02-19
{% endhint %}

### New Features

* Added ability to keep Linked Projects even if they aren't allowed. They aren't loaded and the user can modify them in the Project properties instead of loosing the link.
* Added the ability Send a Control or a group of Control to the Background with a context menu, without having to go to the Set Focus screen.
* Added the ability Bring a Control or a group of Control to the Foreground with a context menu, without having to go to the Set Focus screen.
* Added new options to 'RFID Connect' Action.
* Project's Documentation path is now stored relative to the Project's Folder.

### Kalipso Designer

* Fixed issue opening the expression's editor through buttons contained in tables.
* Fixed issue renaming a Database Column.
* Fixed issue parsing a Report's Query to identify the Columns.
* Fixed issue generating a Configuration Form with the need of planes.
* Fixed issue exporting Multi-Language values to Excel. Predefined Options might not be exported.
* Fixed issue reporting unauthorized linked Component references. If a Control had an unauthorized linked Component reference, Kalipso might report it as being in an Action.
* Fixed issue updating Control. If the Control was making unauthorized linked Component reference, that reference would not be 'cleaned' up.
* Fixed issue opening converted Projects using Linked Components. Controls with Content set to SQL Advanced with a Database Connection Profile from a Linked Component might be wrongly flagged as unauthorized.
* Fixed issue creating a control. A Shape, although displayed correctly and working as expected, might get a wrong Focus Order.
* Fixed issue resizing a Control inside a Tab. If the Tab had been resized, the Control being resized might not grow to the full extent of the Tab.
* Fixed issue moving a control up in Focus Order list when a plane was selected. If the control being moved was already the first one, an error would be produced.
* Fixed issue pasting Multi-Language Values. In the target Project a new Multi-Language Value would be created for each common language.
* Fixed issue pasting Local Action Set. Multi-Language values used in the inherent Actions wouldn't be pasted.
* Fixed issue pasting Global Action Set. Multi-Language values used in the inherent Actions wouldn't be pasted.
* Fixed issue displaying a Local or Global Action Set description. After a call to Exec. Local Action Set, Exec. Global Action Set wouldn't display the selected Global Action set's description.
* Fixed issue in Local Action Set and Global Action Set. Sometimes, when adding a Target the buttons would be displayed outside of the window.
* Fixed issue changing the Background Color of a Form. If the Background color was defined by the style, when changing it, Kalipso wasn't unlinking the Form from the style.

### KClient

* Fixed bug in Win32 clients painting PIE chart when there were values with 0 percentage.
* Fixed bug in Win10 client that could cause App to crash when using Table Control without headers inside Loopers.
* Optimization made to Android in ReturnToForm to decrease flickering when closing all the forms.
* Fixed bug in Windows clients that could draw gridlines in Table Control Headers when GridLines options was disabled.
* Increased HexToDecimal() and DecimalToHex() capacity from 9 to 14 digits in Win32 clients.
* Performance improvements made to TableFind().
* Fixed bug in Win10 client that would cause Focus events on Comboboxes not to be triggered.
* Performance improvements made to Draw Control on iOS.
* Fixed issue with printing Barcodes in PDF documents in Android and iOS clients. It was not using the correct image resolutions.
* Fixed issue in Android KClient using full screen height on non-maximized forms with "Hide Navigation Bar Active". The form would not use all of the available height.
* Fixed issue with Page Sizes when printing reports on Native Drivers with Win32 client or printing with PrintOnPC through MISCommunicator. No page size was being applied, so the printer driver was always assuming the default.
* Added support for ChainWay RFID devices on Android.
* Fixed bug in JSONImportToTable and XMLImportToTable that could cause import to fail if columns values to import did not exist in the source data.

### MIS Communicator

* Fixed bug validating List Files Permission that could cause permission to be incorrectly denied.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/release-history/210219.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
