Scriptcase Full !!link!! Link Jun 2026
Generate complex business applications without limitations.
If you are linking to a form, Scriptcase will ask which action buttons should be available to the user upon arrival. You can enable or disable: Insert / New record Update / Save Navigation buttons (First, Previous, Next, Last)
$str_hint = "<span class='str'> Click to open '" . prob_title . "' Problem.</span>"; sc_link(prob_title, form_problem, id=id, $str_hint, "_self");
In the world of low-code development, efficiency is driven by how seamlessly different components of a system communicate. Scriptcase , a leading PHP web development tool, addresses this through its "Link" feature, specifically the . This functionality serves as the connective tissue of a database-driven project, allowing developers to create complex, relational user experiences without manual hand-coding. Streamlining the User Journey scriptcase full link
This generates a functional URL that ScriptCase understands, complete with necessary session and security tokens. You would commonly use this within events like onRecord to dynamically set a field's value to a clickable button or link.
: Often used to link a Grid to a Form . This allows users to click a record in a data table (the grid) and immediately open a detailed editing screen (the form) for that specific entry.
: Automatically passes parameters (like Primary Keys) from a Grid row to a Form for editing. Redirect Logic Generate complex business applications without limitations
If your target form opens as a blank "New Record" page instead of loading the existing data, the parameter mapping is broken.
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.
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later. prob_title
Run the installer. It configures the Apache web server and database required for development automatically.
Opens the detail form in an overlay window over the grid. Same Window: Replaces the grid with the form.
This is where the "Full Link" synchronization happens. Scriptcase will display the global variables required by the target application.
Refreshes the master view instantly when detail data changes. Step-by-Step Guide to Creating a Full Link