Examples of using Scriptcase macros
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:...
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: ...
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: ...
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: ...
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: ...
To show confirmation message with the new functionality within the sc_alert macro. 1. Create an application of type Blank 2. Within the onExecute event, the sc_alert macro will be used using the follo...
In this examples we will see how to dynamically change the theme of a project in a control application with the macro sc_set_theme. Create a Control type application Create a field of the type Theme ...
To dynamically hide a field in this example, the macro sc_field_display is used, which is responsible for hiding or dynamically displaying a field or several. This macro has scope in the following eve...
To calculate the difference between two dates we have the macro sc_date_dif_2, in this example we will see how it works and how to use it. 1. The format with which you are keeping within the database ...
When we need to maintain a control or follow-up to a specific procedure at the time of entering, modify some procedure within the database within a form we have the macro sc_begin_trans. The macro sc_...