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 ...
Popular Articles
Necessary libraries to install the Scriptcase in Windows 7
To install Windows 7 SP1, you need to verify that the system has the following items installed: * Visual C ++ Redistributable Packages for Visual Studio (2008) x86 and x64. * Visual C ++ Redistributable Packages for Visual Studio (2010) x86 and x64. ...
Fatal error: Array and string offset access syntax with curly braces is no longer supported
You can come across this error when running a login application created by a security module generated before Scriptcase 9.8. This error occurs only in an environment with PHP 8 or superior because of a change in the array elements access, that now ...
Setting password recovery in Scriptcase
To configure the password recovery, it's necessary to do some steps so that works correctly. To the recovery happens, will be necessary that you have and configure a SMTP server. After login, you'll access the menu Options > Settings > System ...
System error, missing file api-ms-win-crt-runtime-l1-1-0.dll
This error is solved in two optional ways. A- Installing the software via windows upgrate Microsoft has created Visual C ++ Redistributable for Visual Studio 2015 on WindowsUpdate KB2999226. So you can install it through Windows Update. 1- Type ...
Using friendly URL
The friendly URL was included from Scriptcase 7, in order to make the URL, of the applications generated by Scriptcase, cleaner and easier to associate them with applications. For example, using friendly URLs the link to a Scriptcase application ...
Recent Articles
Getting API key from Gemini AI and Chat GPT
Getting Gemini AI API Key 1 - Access Google AI Studio with your Google account: https://aistudio.google.com/welcome 2 - After logging in, you'll see the screen below. Click "Get API Key" as shown in number 1. Then, click the "Create API Key" button ...
How to use the Setup Python App
How to use the Setup Python App 1. In cPanel, open Setup Python App. Click Create Application. Choose the Python version. Application Root: folder where your application will be located. Application URL: domain or subdomain that will run the app. ...
How to Import a Large Database via SSH
You need to have: Access to the cPanel of your hosting account. SSH access enabled (if you don't have it, request it from your hosting provider). The .sql backup file already uploaded to the server (via FTP or through the cPanel File Manager). A ...
Establishing remote connection to the MySQL database
Note: In this tutorial, we will be using DBeaver. 1.Open DBeaver Launch DBeaver. 2. Create a New Connection Click the "New Database Connection" button or press Ctrl + Shift + N. In the list that appears, select MySQL (you can type "MySQL" in the ...
Corrigindo sincronizar aplicação no módulo de segurança
In this article, we’ll see how to fix the issue in the sync_app application (default name) without having to recreate the security module. This fix applies to a security module created in a version prior to 9.12.021 and using the following types: ...