There is an little example https://www.lianja.com/doc/index.php/LIST#Example
I applied this example exactly to my table "ereignis" and I have 2 problems:
Code:
--- 1 ---
<script>
function editRecordID(ident)
{
// it switches to page1.section1 and says "not found"
Lianja.showDocument("page:page1?action=search&text="+ident);
};
</script>
--- 2 ---
I don't get output the field "beschreibung", only "Memo" (Expressions seem not allowed in LIST HTML field list)
I cannot use LIST HTML for my (web) app, especially because I still have to set parameters for the search in canvas section1.
Problem 1 is the same in my app.
Is there a suitable Lianja example to study and try out?
Gruß
Georg
Bookmarks