Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is “Script” that is used in user view, operation etc.?

operation Script Used user view
0
10 Posted

What is “Script” that is used in user view, operation etc.?

0
10

tmWorks R-View’s script is a sql-little-modification language, the only difference between them is that, the TR script can use “Form variables”. e.g. If a user view has a form containing a field named “productCode”, then you can write TR script like this: SELECT * FROM PRODUCTS WHERE PRODUCTCODE = ${productCode} the ${productCode} will be replaced by the form field productCode in runtime. All other SQL syntax(Insert, Update, Delete etc.) are supported too.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123