Hi Georg
https://www.lianja.com/doc/index.php/Lianja_Methods#uploadFile
Write your own upload_file.rsp (copied from upload_image.rsp in the wwwroot directory).
Type: Posts; User: barrymavin
Hi Georg
https://www.lianja.com/doc/index.php/Lianja_Methods#uploadFile
Write your own upload_file.rsp (copied from upload_image.rsp in the wwwroot directory).
When generating python code in the Lianja AI Assistant OpenAI will generate python DB API code. Lianja 11 now supports this so the AI generated code "just runs" out of the box.
In the Python...
I am making good progress with the AI Assistant in the new data management workspace.
3249
Notice also how Lianja 11 can now run T-SQL stored procedures natively.
You can now build AI agents...
Hi Olaf,
Lianja 11 is a major update as it contains new functionality as I have listed in this post.
The new functionality requires a lot of development effort hence the timeframe for release....
Happy new year to all Lianja developers!
Lianja 11 will be the next major release with some great new features and functionality.
- New Data workspace with Native T-SQL compatibility built-into...
Hi Olaf and happy new year to you also.
With regards to the calendar section I thought that all your requests had been implemented already. If that is not the case please submit a ticket with...
Georg,
As you already know, Lianja uses Utf-8 character encoding so that data can be shared between desktop and web apps.
Pasting non utf-8 text from word will obviously not be displayed...
It was missing from the system menubar. I’ve added it in the next release.
Hi jpa_sk
Its in the sections menu at the bottom of the page.
also see this blog article about dashboards....
Hi Georg,
You have not specified a valid web url as it needs the domain name.
So for a pdf file in your App directory.
Lianja.showDocument("http://xyz.de/apps/nameoftheapp/abc.pdf")
...
Hi,
If you buy the bundle which includes Lianja cloud server you do not need to buy Lianja sql server as this is included with Lianja cloud server.
Lianja cloud server professional edition...
You can display anything in a grid cell using a custom renderer.
https://www.lianja.com/doc/index.php/Custom_Renderers_and_Custom_Editors
You would reference the varchar column like this in...
Look at example_smartgrid.
See doc.
https://www.lianja.com/doc/index.php/Dynamic_Language_Translation
This is built-in functionality.
You cannot tell which key was pressed to lose focus. Anyway it can be changed using the mouse also.
Use grid.activateCell(0, 0)
I have uploaded 10.0.1 pre-release into the beta directories for those with premium support and others who have access to this.
Bug fixes and performance improvements
Full page edit is only rellevant to form and canvas sections.
The next released version will be Lianja 10 which will be available soon.
In this version there has been a great many improvements to simplify the deployment of desktop installers and standalone...
I have uploaded 9.9.24 pre-release into the beta directories for those with premium support and others who have access to this.
New: Build/Run Linux standalone Apps is now supported in the same...
You cannot bind the same table to more than one section on a page. It makes no sense.
All you are doing is trying to achieve what split grid editing does already.
If you relate the top section...
I have uploaded 9.9.23 pre-release into the beta directories for those with premium support and others who have access to this.
New: Build/Run Linux standalone Apps is now supported in the same...
I have uploaded 9.9.22 pre-release into the beta directories for those with premium support and others who have access to this.
New: Build/Run Linux standalone Apps is now supported in the same...
I am not aware of any issues with dates in non-english locales.
The standard search bar does not handle searching in memo/varchar fields.
That is how split screen editing is implemented in web/mobile apps.
Desktop Apps have enough space to render split screen grids side by side. Phones do not. The Lianja Web Framework handles Web,...