Sai Venkat

Greenhorn
+ Follow
since Jul 28, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Sai Venkat

I am planning to take Sans - GSSP - Java certification. Does anyone have any info where we can get material or inputs related to this? Any input is highly appriciated.
Even I am looking at Security certifications related to the programming - java and web application. Where you able to find any information on how useful are those and also any pointers where we can find the material to go over? Any inputs will be really appriciated.

Thanks.
Ok you can call a javascript function. In the fuction provide the URL with report_id and parameters that are to be passed for the report template.
Example:

URL = reportURL+"?rpt=GRP_USER&db="+database+"&GROUP_ID="+grpId+&RANDOM="+counter;
window.open(URL,"GroupUsersReport","scrollbars=yes,resizable=yes,width=700,height=650");


Here I am passing the reportURL which points to Main.csp
In my example:
http://s-ce01d/crystal/ace/screens/main.csp that is -
http://servername/path/main.csp
Pass the parameters after '?' seperate the parameters with '&'.

Hope this helps.

Regards,
Sai

[ August 15, 2005: Message edited by: Sai Venkat ]

[ August 15, 2005: Message edited by: Sai Venkat ]
[ August 15, 2005: Message edited by: Sai Venkat ]
18 years ago
Hi,

You can do that using the javascript. Appending the strings in the javascript it can be passed as a value for the parameter.

Cheers,
Sai
18 years ago
JSP