Month: March 2018

Check if ScriptCase Project on PC or mobile device

Is the Application running on a mobile device? Download and use the class mobiledetect (http://mobiledetect.net) as an external library in your Scriptcase Application. Usually you would have to add something like to add the library:

But it seems that

Posted in Scriptcase Sniplets Tagged with: , ,

Scriptcase sc_exec_sql with error handling

sc_exec_sql with error handling The macro  sc_exec_sql()  is used in Scriptcase to execute SQL commands. Unfortunately it does not return errors when executed. As another way the macro  sc_select()  can be used to execute SQL commands. And it is abe to return (and

Posted in Scriptcase Sniplets Tagged with: , , , , ,