Programming
Enabling the Google Identity Service Library
To use the login functionality with Google Authentication in Scriptcase, it is necessary to have the Google Identity Service previously configured and the "ClientID" and "Secret" keys available for use. In this article, we will learn how to configure ...
How to edit records from a capture link.
In this article, see how to create a binding to edit a record from a grid used in a capture binding. We cannot use the edit link in this case, as the edit button will not be available when we access the grid to capture a value. Taking into account ...
Create a folder using PHP code
To create a folder on the server partition, use the PHP command: mkdir (); In the example below, I will create a folder where your name will be the current system date. <php $folder = date("Ymd");mkdir ($folder, 0755); ?> The value "0755", will be ...
Displaying username in the Menu Header
In this article we will see how to display the name of the user logged in the system, in the header of an application menu. This example was created using the Scritpcase native security module 1. First, select the user or login. Access an app_login ...
Navigate between tab dynamically
In this tutorial we will show how to navigate between tabs dynamically from a tab application. In this example we will use two applications, added in the tab application. In the first tab we will have a form and after inserting a record we will be ...
How to make a report in PDF using code
Small tutorial tomake a report in PDF. Other examples canbe taken from https://tcpdf.org/examples/ The scriptcase also has the follow feature natively: ...
Cambiar el estilo de un campo dentro de un Formulario Registro Unico
Para cambiar un campo de forma dinámica dentro de un formulario, se debe utilizar o crear un método JavaScript que va a ser el que va a estar dando el estilo al campo. Los pasos a seguir son: 1. Inspeccionar el elemento del campo para obtener el id ...
Sample Bank Billet
In this tutorial we will learn how to create a bank slip application in Scriptcase, the bar code used will be 2 out of 5 in the Febraban Collection pattern. (The file is available for download at the end). FEBRABAN:http://www.febraban.org.br HTML ...
Update a widget based on another widget.
1-) Create a Grid (product table), whose configuration is Grid Modules → Orientation to Slide Configuration → Columns per pages: 5 Link between Applications → Link to a blank application that will perform the update, where the link will ...
How to use local storage in your browser
In this article we'll learn how to implement a system using the localstorage of your browser. First, we'll use ES6 to create a class in javascript This class has the atributes year, month, day, category, description and a value for expense. class ...
Examples for diagrams
This tutorial shows how you can import and use the new examples for diagrams released with Scriptpcase V9.2.16. The applications were created using the components: Jsmind, JKanban e Orgchart. - Sample 1: Mind Map diagram Click here to execute the ...
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 ...