In Lianja 7.2 the Canvas Designer has had a major revamp in functionality.
You can now visually build forms that use LianjaScript, Python or JavaScript for delegates.
The forms can have a...
Type: Posts; User: barrymavin
In Lianja 7.2 the Canvas Designer has had a major revamp in functionality.
You can now visually build forms that use LianjaScript, Python or JavaScript for delegates.
The forms can have a...
This has been handled in 7.2. Its to do with having am "order by" on the section.
Lianja 7.2 will be the next general release expected this month.
I have uploaded Lianja 7.2Beta39 for Windows for those of you who have access to pre-release versions.
This is pre-release...
Hi Karla,
Just assign what you want to select to the ‘text’ property.
Lianja.get(“page1.section1.field”).text = “text”
I’ve corrected this in 7.2 next beta.
Simon,
I’ve already explained to you how to turn on odata tracing to see what sql queries are being generated.
Please use the ticketing system for issues not the forums as I have asked...
Simon,
I can’t debug your application on the forums.
Please just follow what I’m asking you to do rather than jump all over.
if you cannot get a simple app to work as I advised, package it...
Simon,
check the search field on the customerid formitem. Are you using the GUI to do this or what exactly.
Simon,
it works perfectly fine for me.
I would suggest you create a simple app with a form section and specify a search field and try it.
If you want me to review your application and fix...
Lianja 7.2 will be the next general release expected this month.
I have uploaded Lianja 7.2Beta38 for Windows for those of you who have access to pre-release versions.
This is pre-release...
This all works as expected in 7.2Beta38.
Simon,
In a previous post in this thread I asked you to remove the order and set the "name" field as the "Search field" on your section.
This causes the records to be ordered by "name" and when...
Unless of course you have an order by on the section. In which case it will not follow a newly added record. It will follow the ordinal position in the order.
Hi Karla,
varchar and memo are the same.
Hi Simon
i will investigate this.
Hi Simon,
Have you specified a searchkey field on that section? you can just check the name field as a search key field, you don't need to "order by" also.
You can turn on odata tracing in the...
Hi Simon
What is the order for the section.
Hi Karla,
Make sure you are running the latest release. There are bug fixes in every release and it’s difficult for us to support older versions.
SET DEBUG ON in the console can help us to...
These are known as the tile categories.
Simon,
you do not need to use upper() and lower() on indexes in Lianja.
yes, if you view records ordered by a certain column the records will be navigated in that order.
if you then add a...
Lianja 7.2 will be the next general release expected this month.
I have uploaded Lianja 7.2Beta37 for Windows for those of you who have access to pre-release versions.
This is pre-release...
If you are ordering the records and you add a record you will need to make sure the record moves to the "last" position and in an afterinsert *delegate* (not trigger) move to the last record.
...
Lianja 7.2 will be the next general release expected this month.
I have uploaded Lianja 7.2Beta36 for Windows for those of you who have access to pre-release versions.
This is pre-release...
Hi Karla
Seeing that a treegrid is a canvas component you can clear() the grid and use addItems() with a sql select statement that has a where condition.
Build a where condition that uses the...
Simon,
You customize the login.rsp and the appcenter.rsp by creating a a custom C:\lianja\cloudserver\tenants\public\wwwroot\tenant_config.js file
You should not edit the lianja files as these...