Hi David,
The table triggers are not passed the parameters.
The onbeforeupdate table trigger is not called if the web client 'User B' update fails.
Regards,
Yvonne
Type: Posts; User: yvonne.milne
Hi David,
The table triggers are not passed the parameters.
The onbeforeupdate table trigger is not called if the web client 'User B' update fails.
Regards,
Yvonne
Hi David,
For the web client, the DBC_BEFOREUPDATE is called before the 'User B' update fails. So, you would actually be better using the DBC_AFTERUPDATE, as the update has then taken place.
...
Hi David,
User B's update would fail as the olddata no longer matches the record.
Regards,
Yvonne
Hi David,
Yes - for both DBC_BEFOREUPDATE and DBC_AFTERUPDATE the program is
For the desktop, DBC_BEFOREUPDATE will allow you to use SCATTER and compare the record's previous values and the...
Hi David,
Note that the database events are separate to the table triggers.
The ISSERVER() function allows you to determine whether the code is running on the desktop or via the Lianja Server,...
Hi David,
You can associate a program with the DBC_AFTERUPDATE database event triggered after an update operation. It gets passed the database name, table name and (when update initiated from...
Hi David,
If an exports.conf file exists in the App, that will be used. If not, it will check for an exports.conf file in the library.
For web Apps, these are checked when the html is...
Hola,
https://www.lianja.com/resources/pricing#lianjaapaas
La licencia de desarrollador es 'Lianja App Builder Standard Subscription' o 'Lianja App Builder Professional Subscription' (incluye...
Hi Simon,
It is the App Settings -> App Center Tile -> Category attribute.
This can have 2 parts separated by a '|', e.g.
Tabname|Subheading
If you just specify 1 part, it will be put...
Hi Simon,
What is the sequence from the error reported in https://www.lianja.com/community/showthread.php?5970-App-Center-permissions-on-server&p=24509&viewfull=1#post24509 to those screenshots?
...
Hi Simon,
Did you click on the underlined link in the Console tab output?
Regards,
Yvonne
Hi Simon,
Do you have any Refresh/Before Refresh/After Refresh delegates in your App?
Also, if you click on the underlined link in the Console tab output, it should take you to the relevant...
Hi Simon,
Does the uploaded image get saved?
Do you see the same error if you add an image in the example_carousel App?
Regards,
Yvonne
Hi Simon,
VFP OLEDB provider (included in the lianja\lib directory)
File drive:\lianja\lib\VFPOLEDBSetup.msi
Regards,
Yvonne
Hi Simon,
For IIS, check before adding the redirect (or remove to check);
1. https://yourdomain.com is accessible and displaying the default IIS start page
2. https://yourdomain.com/login.rsp is...
Hi Simon,
Actually, there is a problem with the 'Login' button. Enter the username and password, then just press return.
Regards,
Yvonne
Hi Simon,
Have you deployed the system database with your updates to users and roles?
Are you pressing return after the password or clicking on 'Login'?
Regards,
Yvonne
Hi Simon,
For http://domain.com:8001/login.rsp, check whether you have a drive:\lianja\cloudserver\tenants\public\wwwroot\login.rso file. If you do, delete it and try the...
Hi Simon,
- do you mean no web.config file was created?
Can you show the output in the Network tab when you try to connect/login?
Regards,
Yvonne
Hi Simon,
Try making a change to the 'Default Document' feature (e.g. change the order) in the IIS Manager. It should then save the change to the web.config file, creating it if it does not yet...
Hi Eeric,
Try running it with the --reset switch on the App Builder shortcut target command to make doubly sure that it is not picking up any saved previously open Project/App.
If that is the...
Hi Eric,
Do you have a project open? If you do, it only shows the Apps that have been added to that project.
Regards,
Yvonne
Hi Eric,
If you have an existing App Builder or Cloud Server installed on the server, specify the local directory throughout when installing the App Center on the client machine.
Then, once...
Hi Simon,
Set debug on and submit a ticket with the debugging file(s) attached.
Regards,
Yvonne
Hi Simon,
Does that table have update triggers? If so, check that there is nothing in the code that is invalid for client/server.
For the blank App Center, check the App Center Tile properties...