[LEFT][SIZE=13px]Hello, everyone. Back in the days of Scriptcase 8 I finally got a dashboard to run with a control app inside a “master” widget, and other widgets containing grids to show different tables data. In the control app you can select a year, and the grids updates to show data for this year. This was done by using javascript to reload each grid inside their respective widgets, with the year as a parameter. (Every grid has a WHERE sentence using a global variable).[/SIZE][/LEFT]
[LEFT][SIZE=13px]But I can’t get this to work in Scriptcase 9.[/SIZE][/LEFT]
[LEFT][SIZE=13px]Please, don’t tell me to look at the “Parameters in container” sample from SC site. It’s an old sample and works only in SC8, not in the new Dashboard app from SC9.[/SIZE][/LEFT]
[LEFT][SIZE=13px]Using the demo in the “Samples” project, I found very simple to link one grid to another: you just create the two grids, a field link between them, and create a widget for the first grid. Scriptcase creates the second widget for you if you choose “Automatically create target widget” in the properties of the first. When running, clicking on the field link updates the second grid. So far, so good.[/SIZE][/LEFT]
[LEFT][SIZE=13px]But what if you need to update more than one widget? I like to show and update three related grids when clicking the link.[/SIZE][/LEFT]
[LEFT][SIZE=13px]What I need: one “master” widget with a control app in it, and three other widgets with grids (could be charts, too) that updates when I made a change in the control in the “master” widget.[/SIZE][/LEFT]
[LEFT][SIZE=13px]Alternatively, one “master” widget with a grid in it, and three other widgets with grids that updates when I select a record o click in a field link in the grid “master” widget.[/SIZE][/LEFT]
[LEFT][SIZE=13px]Any ideas or suggestion will be highly appreciated![/SIZE][/LEFT]