Control
How to generate auth_code and token_code
In this article, you can see how to generate the auth_code and token_code, necessary to use the sc_api_upload and sc_api_download. These keys must be generated individually, follow the steps below to generate them without error. To use the upload ...
Using the sc_confirm macro
In this article, see a practical example of using the sc_confirm macro. This macro can only be used on PHP buttons created in the toolbar of form and control applications, with the aim of confirming the action's excursion. See how to create a PHP ...
Example of sc_apl_conf
In this example we will see how to make a form start blank with the macro sc_apl_conf. 1. We create an application of the Form type 2. Then in the onApplicationInit event we use the macro sc_apl_conf: 3. We save the changes and execute the ...
Dynamically change the theme of a project with the sc_set_theme macro
Scriptcase provides macros, functions created by the developers of Scriptcase, which will assist in customizing applications as well as simplifying code editing at events. In this article, we will see how to use the sc_set_theme macro in practice, to ...
sc_alert - Show Error Message with SweetAlert (error)
To use the new SweetAlert functionality and display an error message, the following parameters must be taken into account: When executing it would look like this:
sc_alert - Show Confirmation Message with SweetAlert (success)
To use the new SweetAlert functionality and display a confirmation message, the following parameters must be taken into account: When executing it would look like this:
sc_alert - Show Information Message with SweetAlert (info)
To use the new SweetAlert functionality and display an information message, the following parameters must be taken into account: When executing it would look like this:
Show Warning Message with SweetAlert (warning) - sc_alert
To use the new SweetAlert functionality and display a warning message, the following parameters must be taken into account: When executing it would look like this:
Show Question Message with SweetAlert - sc_alert
To use the new SweetAlert functionality and display a question message, the following parameters must be taken into accoun: When executing it would look like this:
Recent Articles
API Configuration for Use with Scriptcase AI
Scriptcase AI uses APIs to communicate with artificial intelligence models, helping developers create, maintain, and evolve projects developed in Scriptcase. To use Scriptcase AI, it is not necessary to purchase a standard subscription, such as ...
Generating the reCAPTCHA keys
1. Access the Google Cloud Console Access the Google Cloud Console at the address below: https://console.cloud.google.com/ If prompted, log in with your Google account. 2. Select (or create) a project. At the top of the console, click the project ...
Installing PHP 8.1 - MacOS
This documentation will cover how installing PHP 8.1 and ScriptCase manually on macOS. Performing this type of installation is your responsible for configuring your entire environment as well as database extensions. Listed below are versions of macOS ...
Installing PHP 8.1 - Linux
This documentation will teach all the steps necessary for the installation of the PHP 8.1, Apache 2.4 and the Scriptcase using the manual installation in the Linux environment. Doing this kind of installation you will be responsible for configuring ...
Installing Scriptcase with PHP 8.1 no Windows
This documentation will walk you through the steps necessary to install PHP 8.1, Apache 2.4, and Scriptcase manually. When performing this type of installation, you are responsible for configuring your entire environment as well as database ...