Table views allow uses to configure how tables look and work in menu lists and forms.
This condition allows the user to specify which records to duplicate based on a set rule.
A custom form save message can now be set either in the table conditions or on the form conditions.
This is a custom message that shows up when the user has a unique field and tries to set a duplicated value, thus resulting in an error that shows the message.
This option allows the user to create new areas based on the domain of the selected item. It gives the possibility to create system table areas.
This system allows the user to specify custom manwins in C# or SQL that run during the reindexation once, when there is a version change.
Genio now allows users to define special renderings on fields from the DB, instead of just on tables/lists.
Maps can now be chosen as a special rendering type, both in tables and DB fields.
from version 313.11 of Genio and onwards you will need to change your development environment:
These changes do not affect ASP.Net MVC or VUE targets. Those will remain in 4.8 Framework for now.
One known issues with .NET 6 is that it does not support Windows1252 encoding. Some old BaseCase xml files might still use this encoding. Please change it to utf-8 if you encounter problems:
<?xml version="1.0" encoding="UTF-8"?>
It is possible now to schedule process to be executed by an async process (using quidserver)