Scriptcase Full Fix Link -

If your source application is running inside a Scriptcase Menu tab, a Full Link might break out of the tab environment entirely. If you want to keep the navigation constrained inside the menu tab, consider using an Application Link set to open in the "Same Window" rather than forcing a "Full" window breakout. Share public link

Because it doesn't open a popup or an iframe, it utilizes 100% of the available screen area, making it ideal for complex target forms.

Quick edits, lookups, or short forms without losing context.

This is where the "Full" aspect of the link becomes apparent. Scriptcase will analyze the target application for any required primary keys or global variables ( [global_var] ). scriptcase full link

For example, imagine a customer management system where you have a grid listing customers and a form application for editing customer details. You want clicking a customer's name to open their edit form with their data pre-loaded. You would create a Field Link on the customer name column, set the destination to the edit form, and configure a parameter that sends the customer ID from the grid to the "id" parameter expected by the edit form.

One of Scriptcase's greatest strengths is its automated linking engine. Instead of manually writing code to connect different applications, developers can use built-in wizard interfaces to create relational links. Among the various link types available, the is a fundamental feature used to build master-detail interfaces. Scriptcase Link Types: An Overview

Click "Create New Link" and choose your destination application (e.g., linking a sales grid to a customer edit form). Pass Parameters: Map fields from your source to the target. You can pass Field values Fixed values Global variables Set the Behavior: If your source application is running inside a

For scenarios requiring programmatic control over link generation—such as sending personalized links via email or constructing dynamic URLs based on complex logic—ScriptCase provides a robust set of macros.

If your link relies heavily on global variables, make sure to set their type to "In" (Input) in the target application's application settings so they do not accidentally overwrite session data elsewhere in your system. If you want to refine your application design, let me know:

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 ). Quick edits, lookups, or short forms without losing context

In rapid application development (RAD), connecting different modules efficiently is critical for a smooth user experience. Scriptcase, a powerful PHP development platform, simplifies this process through its versatile linking system. Among the various link types available, the stands out as an essential mechanism for creating deeply integrated, multi-layered applications.

: Return the user to their exact position in the Grid after they finish interacting with the Form. Visual and Logical Integration

Follow these steps to create a Full Link between a Grid application (Source) and a Form application (Target). Step 1: Open the Source Application Open your Scriptcase development environment.