I need to send parameters from menu to a grid. How can I do it?
Re: Parameters
You cannot sent parameter from menu applications. But you can create and use Global variables by creating as [variable_name]. Follow the below to achive your requirement
- You might be using the Control application for Login Startup Application, there you declare a Global variable the parameters you wanted to pass it across.
- Then in the menu application you no need to call the global variable and the menu links to the application where you want to use the parameter…!
3, Directly call the variable inthe application …!
This works for me fine…!
Dhana
Re: Parameters
… or create a custom menu (not in scriptcase) with custom urls (http://…scriptcase/app/…/orders_form?orderid=89…).
I’m working on an application that has its own custom menu and calls scriptcase forms (and non scriptcase webpages). Works fine.
Re: Parameters
Hi Freezer,
How secured it is…? I you use external menu application and calls SC5 applications, how do you have security token between these application, Or from the Browser history, some one can access your SC5 Application by passing security authentication.
Regards
Dhana
Re: Parameters
You should login first, before the external menu is available (redirect after succesful login). Every application (form or grid) has standard SC security on, so even if you have an url of the system, this url will give an authorization error.