Hi rdd,
I'm not positive, although could the problem be here?
You are selecting ar_invl, copying the structure, then closing it with the use command.
Later on when it is referenced again,...
Type: Posts; User: CGibson
Hi rdd,
I'm not positive, although could the problem be here?
You are selecting ar_invl, copying the structure, then closing it with the use command.
Later on when it is referenced again,...
Hello.
Welcome to the forum.
I would suggest posting some of your code so that we can see your usage and recommend a solution.
Please also include where you have added your code (ie. which type...
Hi Esperant,
Lianja menus are fairly simplistic.
You can only have 1 level submenu and as soon as a submenu is added, if you have keyboard shortcuts (ex. &Help), they will not work.
Menu item...
Hi alia,
There is a better explanation for this although a workarea tracks which table is currently open and selected.
Here is some code I've used so that it avoids this error.
if...
Hello,
If you want to delete all records in a table, wouldn't the use of zap be more effective (or just as effective)?
set exclusive on
use artrans
zap
Cory
Hi alia,
Keep in mind that you can't use autoinc on virtual tables.
Also, seqno() is available for Lianja native tables only and is table-based, increasing each time it is called.
Cory
Additional information from a ticket:
Regular expression input masks are not supported in Web/Mobile Apps.
The code ignores desktop style regular expression input masks so it will not have any...
Hi stogiz,
Depending on your usage, you could also use KEYLOOKUP().
If you search the forum for 'keylookup', you should get quite a few listings.
The data mapping sample app has an example of...
Excellent quick reference guide.
Thanks Josip.
Cory
Thanks for posting that video Herb.
Cory
Hello,
Do you by chance have the app builder and the app center open at the same time?
In development mode, tables are opened exclusively and may be creating a conflict.
If the app builder is...
Hi abdulmojeb,
Are you logging in as admin or another user?
If it is not the admin user, have you deployed the system database as well as all of your project files (including library files if...
Hola
Mi intento español
¿Hay un espacio en :
DATABASE=C:\LI ANJA\
^
Hi Hank,
Thank you for the correction.
My apologies Rodolfo.
Cory
Hi Rodolfo,
Sorry for the english reply.
I do not believe you can use a ? in an sql statement for substitution.
Lianja usually views the ? as a command for the console.
You may need to change...
Hi Bruce,
Yvonne replied to your other thread you created several weeks ago.
...
Hello bkonia,
Welcome to the forum.
Please note that you cannot directly add values to a specific grid cell.
You will need to update the database then you will need to refresh the section...
Hi James,
Welcome to the forum.
It seems like you are on the right track.
The deployment locations are found in the settings (bottom left corner of the Lianja App Builder) and then check the...
Hi Barry,
Why would double clicking a row in the web client edit the row if the grid is set to read-only?
I am not editing information, I am only accessing certain displayed values. Double...
Hi Hank,
I believe that is how I had modified the virtual table although just to make sure, I deleted all sections so that page was blank.
I added a grid section then dragged vt_customers onto...
Hi Hank,
Correct. There is nothing showing in the browser console.
I just modified example_webvirtualtables and that one didn't display anything either.
The example_webvirtualtables does work...
Thanks for providing sample code.
This ensures I'm using the correct syntax.
I'm not having much luck with this.
Several attempts in the development view only take the information from the very...
Hi Barry,
Thanks.
I didn't know if that was a new feature or something else that I wasn't aware of.
I wasn't associating the message with the icon 'Preview' for the browser.
Do we have any...
Hello,
If you open the Lianja Query Page Demo then select the web app view button.
If you click the search panel 'Search' button, a message appears:
1. What does this message mean?
2....
Hello,
Thanks for the added explanation.
Based on the first response, I didn't think you could access the information.
With my limited javascript knowledge, could someone provide some brief...