Lianja 6.0 will be the next general release expected in February.
I have uploaded Lianja 6.0RC14 for Windows, Linux and MacOS for those of you who have access to pre-release versions.
This is...
Type: Posts; User: barrymavin
Lianja 6.0 will be the next general release expected in February.
I have uploaded Lianja 6.0RC14 for Windows, Linux and MacOS for those of you who have access to pre-release versions.
This is...
Lianja 6.0 will be the next general release expected in February.
I have uploaded Lianja 6.0RC12 for Windows, Linux and MacOS for those of you who have access to pre-release versions.
This is...
Lianja 6 has simplified One Click Deployment to a Cloud Server (local or remote).
Let's look at how this can be done.
Step 1
On windows.
In the server manager you need to specify an API...
That has been fixed already in Lianja 6.
Lianja 6.0 will be the next general release expected in February.
I have uploaded Lianja 6.0RC10 for Windows, Linux and MacOS for those of you who have access to pre-release versions.
This is...
For code warriors I have improved the editing experience in Lianja 6.
For app supported scripting languages you now have spit screen editing capability with editing in one panel while doc is...
Lianja includes an extensive array of built-in classes that are cross platform and cross device.
If you are a VFP developer you will recognize some of these as Lianja has a powerful UI framework...
Lianja 6 has not yet been released as you know.
"On mobile" meaning what? you are accessing an App in the browser on a phone. Can you "Install" it to the home screen?
PWA Apps need to be...
Lianja has its own table format.
Lianja tables have no practical size limit. i.e 2^64.
They are optimized for multi user access and are fault tolerant with automatic index healing and other...
Yes it applies o TreeGrid also.
You set the rowsourcetype=5 first
Then when you set rowsource="array name" it is populated.
What. version if Lianja are you using?
PWA on mobile or desktop browser?
Desktop and web are two different requirements.
hiw ro you propose you are going to read the qrcode... with a phone or other method?
Hi Jefferson,
for web app or desktop app.
Lianja 6.0 will be the next general release expected in February.
I have uploaded Lianja 6.0RC9 for Windows for those of you who have access to pre-release versions.
This is pre-release...
If you have any enhancement requests please submit an ER ticket.
JSON encoding a two dimensional array creates an array of arrays.
Why? Because javascript only supports one dimensional arrays... and JSON is “javascript object notation”.
So json_encode() a...
Just reference the array as a two dimensional array. That should work.
Hi Paul
no but look at the query builder. You can create a queries. Save them and select them later. Works in web too.
Hi Paul,
You can download the RC8 pre-release and try it.
COPY DATABASE southwind to southwind_test
open database southwind_test
// change some columns, etc
COMPARE DATABASE southwind_test...
Lianja 6.0 will be the next general release expected in February.
I have uploaded Lianja 6.0RC8 for Windows for those of you who have access to pre-release versions.
This is pre-release...
Hi Paul
To answer your question.
See doc.
https://www.lianja.com/doc/index.php/COMPARE_DATABASE
There are many improvements to this in Lianja 6.
Lianja 6.0 will be the next general release expected in February.
I have uploaded Lianja 6.0RC6 for Windows, Linux and MacOS for those of you who have access to pre-release versions.
This is...
If the datatype of the bound variable is numeric then the index is get/set.
If it is character then the first row that contains the specified text is selected.
You also have the text and value...
See doc.
https://www.lianja.com/doc/index.php/Tree
currentitem returns a treeitem which has a text and a value property.
Alternatively use the item() method.
To update the cells see...
32 is max field length.