Hi Georg,
Submit a ticket and include a Lianja Package (.lpk).
Regards,
Yvonne
Type: Posts; User: yvonne.milne
Hi Georg,
Submit a ticket and include a Lianja Package (.lpk).
Regards,
Yvonne
Hi Georg,
You can delete database events in the Events tab in the Data workspace with the database open.
3242
I would recommend then checking the directory in Windows Explorer and remove the...
Hi Georg,
Check that the registry key: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Lianja\Lianja Server\Netserver\DB_DATADIR
is set to: C:\Lianja\cloudserver\tenants\public\data\
If that is...
Hi Georg,
Check the following from the Web developer tools console:
Lianja.evaluate("datadir()")
and
Lianja.app.databaseexists
Hi Olaf,
That doc talks of centered buttons using the '#' prefix. For rounded buttons, try this:
Footer Button CSS: btn
This will use the built-in Bootstrap 'btn' class. For a full list of...
Hi Olaf,
The 'cog' custom section footer menu has now been deprecated. The default is to display the menu items as horizontally autosized buttons.
Which 'description that the buttons are...
Hi Olaf,
Can you give an example of this using the southwind sample database?
I am not seeing this behavior.
Regards,
Yvonne
Hi Olaf,
It prompts when you try to navigate off the record without confirming the save or cancel.
Regards,
Yvonne
Hi Olaf,
I would expect the delegate to be called in both cases. Can you submit a ticket for this?
Regards,
Yvonne
Hi Olaf,
Try setting 'Stretch width' on the gadgets and 'Fixed height' to fit in your section.
Regards,
Yvonne
Hi Olaf,
Gadgets have an 'Inline' attribute to render the gadget inline rather than it its own column. Or put it/them in a separate Form section below and set the 'Full page edit' attribute on...
Hi Olaf,
The CheckListView gadget 'Choicelist' is a static list e.g. One,Two,Three.
The ListView gadget 'List items' can be static or dynamic, so that should be working with your SELECT...
Hi Olaf,
The select statement has a typo form/from. The first should be fine. Where and on what are you setting the choicelist?
Regards,
Yvonne
Hi Olaf,
The Section Header icon attribute is ignored in recent versions of Lianja.
Regards,
Yvonne
Hi Olaf,
With a Footer Custom Menu defined, the Footer Caption is not available. Alternatively, the menu could be at the top of the Section, or in a separate section below the Grid Section.
...
Hi Olaf,
On desktop you would need to set 'Split grid' to be able to control the display of the Edit panel. On the web client, this is a slide in dialog panel with buttons.
The individual...
Hi Olaf,
With the 'Split grid' attribute set to True, you can toggle between the grid, edit form and split views.
Regards,
Yvonne
Hi Olaf,
JavaScript is case-sensitive. If you use the auto-generated names, e.g. clicking [...] for a delegate in the Attributes, it will create the function name with the correct case.
...
Hi Olaf,
Select 'Apps' in the ModeBar.
Regards,
Yvonne
Hi Olaf,
When you click Add (+), 'Before Data Create' (beforecreate) and 'After Data Create' (aftercreate) are called.
If you are not seeing the behaviour you expect from your delegate code,...
Hi Jefferson,
What about a querypicker?
Lianja.showDialogPanel("Browse...
Hi Olaf,
Put the Default value in quotes: "COUNTRY".
If that is still not working, check the Console/Command Window for error messages - you may have an error in one of your delegates that is...
Hi Olaf,
Can I see a screenshot of the App Builder showing what you have entered?
Regards,
Yvonne
Hi Olaf,
You can specify a Default, either in the UI column attribute, or as the Default constraint in the dictionary.
https://www.lianja.com/doc/index.php/Data_Attributes#Default
Regards,
...
Hi Olaf,
You are missing the '}' to close the error function and the ')' to close the update(). Parse errors are reported in the Console/Command Window.
After Data Create is called when the...