Hi,
It would be very useful create a link to other kind of applications, like tab or dashboard, in some cases you need execute different applications having the same query with the same filters
Thanks
Hi,
It would be very useful create a link to other kind of applications, like tab or dashboard, in some cases you need execute different applications having the same query with the same filters
Thanks
Could you be a bit more specific? Imho that’s already possible.
Ok, Mr Albert, please let me first explain what I would make.
I’ve a control application that captures some information from user, after click on “Ok” button, it opens a Tab application that contains three applications, a grid, a blank, and a graphic application.
What I need is to pass the parameters to each of these aplications in order to show the same information, the grid shows the detail of data, the blank implements a choropleth or scaled point maps, and the last one, the graphic application, allows to do drill-down over the data.
In that order of ideas you need to build your own search application from a control application, then build a where clause an pass to each application in tab container, in other words what I suggest is pass the parameters captured from a search application and pass it to the Tab container then to the contained applications.
Saludos.
The way to do that is storing information into global variables and use these in your applications. Globals will pass ok if you use containers and tabs. It’s also possible to pass variables between tabs with different apps in them, but then you have to use javascript. Search for it in the faq of scriptcase as I know that there’s a sample described.
Yes, I’m doing that,
thanks for the advice.