Programming
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 ...
Enabling DropBox API
This tutorial shows you how to obtain Dropbox access credentials. 1) First, it is necessary to create a Dropbox account. Access the link to create your account. (User must be an administrator). If you already have an account, please proceed to the ...
Enabling Google Drive API on the Google Console
This tutorial shows how to create a project and enable the Google Drive API for a specific Google account, and get access credentials. 1) Log in with your Google account in the reserved area where you can configure Google APIs, from this URL: ...
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 toolalso has the respective macros to ...
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
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 ...
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 ...
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. ...
Manual Update - Windows
Before performing any procedure, we recommend performing a backup of your projects. To back up Scriptcase: Go to Settings > Administration, in the side menu go to Services > Backup. A file (.ZIP) will be generated with all your projects, save ...
PHP functions necessary for ScriptCase
In PHP , there are some essential functions for the operation of Scriptcase . On some servers , these functions are disabled , this makes the Scriptcase not work properly. If you're using a shared hosting server, you'll need to contact the host ...
Recent Articles
Setting environment manually PHP 8.1 - Windows IIS
Install IIS on Windows Server 1) On the Start page, click the Server Manager tile. 2) In Server Manager, select Dashboard, and click Add roles and features. 3) In the Add Roles and Features Wizard, on the Before You Begin page, click Next. 4) On the ...
How to do a Offline Registration
This type of registration has two steps: Offline Request - In this step we will generate and validate a file that will be used in the Offline Registration step. Offline Registration - In this step, in possession of the .lic file, we will register the ...
Creating a Field grouping
See how to create groups of fields in a simple way in the query application. 1. In a grid application, access the Fields menu and click New field. 2. Set the quantity and click Continue. In this case we only need one field. 3. On the field inclusion ...
Finding my serial on the site
The serial is one of the required data needed to perform the Scripcase Register. In this article, discover how to find your serials and what each status means. 1. Log in to our website. This login must be performed with the user who owns the license. ...
Getting Credentials on Stripe
1. Create a Stripe account https://stripe.com/br 2. Access the dashboard and activate the test mode 3. Click on developers 4. Click API Keys SPECIFICATIONS Test Mode Secret Key: Use this key to authenticate requests to your server when in test mode. ...