Scriptcase Full Link __top__ -

If you edit data in a Form via a Full Link and return to the Grid, the Grid might display cached data. You can force a refresh by using Scriptcase macro sc_exit(sel) or managing the navigation via code.

Decide if you want the "Edit" icon to appear on every row of the Grid.

In Scriptcase, a is the complete, absolute URL that points to a specific form (grid, form, chart, or calendar) within your application, including all necessary parameters and filters. Unlike a relative link (e.g., products_grid.php ), the Full Link usually contains the server path, application root, and dynamic variables. scriptcase full link

You can customize the look of the "Link" icon. Instead of the default pencil icon, you can use FontAwesome icons or custom images to match your branding. Common Troubleshooting

$actual_link = (isset($_SERVER['HTTPS']) ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; If you edit data in a Form via

You are on customers_grid.php . You want a button that opens orders_grid.php filtered by the selected customer.

Creating seamless navigation between different applications is a core requirement for any robust web system. In Scriptcase, the PHP web development platform, mastering the connection between grids, forms, and control applications is essential for building a fluid user experience. In Scriptcase, a is the complete, absolute URL

Here is a comprehensive guide on how to configure, optimize, and troubleshoot Scriptcase full links in your projects. Understanding the Scriptcase Full Link

It creates a straightforward, linear user experience (Page A →right arrow

If your project uses the native Scriptcase Security Module, ensure that the user groups accessing the source application also have explicit permissions to access the target application. If permissions are missing, the Full Link will trigger an "Unauthorized Access" error upon clicking. Troubleshooting Common Full Link Issues