Scriptcase ((top)) Full Link Direct
Automatically generates "Exit" or "Back" buttons on the target application that return the user to the exact state of the source application.
Under the hood, Scriptcase manages Full Links using a combination of PHP session variables, global variables, and dynamic SQL generation.
Understanding how to create these links is essential for building responsive, user-friendly applications that allow users to navigate naturally between related data and functions.
: Opens a secondary grid to select a value and return it to the current form. Scriptcase 2. Implementation Steps To generate a link manually within the Scriptcase Development Environment Open Source Application scriptcase full link
Mastering the Scriptcase Full Link: A Deep Dive into Cross-Application Data Passing
$link = "http://somesite.com/lookup.php?param1=" . urlencode(field1) . "¶m2=" . urlencode(field2);
Sometimes the standard interface isn't enough. For these situations, ScriptCase provides powerful macros for complete control. Automatically generates "Exit" or "Back" buttons on the
When clicked, if the customer ID is 500, the Full Link becomes ...?customer_id=500
: Scriptcase supports several ways to display these links, including Modal windows , or replacing the current application in the Main Window Development : To create a link, you navigate to the
If your target application relies on global variables (e.g., [usr_login] ), assign the corresponding source field or session variable here. Step 4: Configure Display Properties : Opens a secondary grid to select a
While the graphical wizard covers static UI elements, you can achieve a programmatic Full Link using the sc_redir() macro in application events (such as onRecord or onValidate ).
Scriptcase is a powerful low-code web development platform designed to accelerate the creation of database-driven applications. It generates PHP code, HTML, CSS, and JavaScript, allowing developers to build complete systems—such as grids, forms, dashboards, and charts—rapidly.
In the world of rapid application development (RAD), stands out for its ability to turn database schemas into functional web applications in record time. However, as applications grow in complexity, developers often need to move beyond standard grids and forms.