Wrox Programmer Forums
|
Classic ASP Professional For advanced coder questions in ASP 3. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 23rd, 2004, 01:40 PM
Authorized User
 
Join Date: Sep 2003
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to renee_santoscoi
Default crystal report cached on browser

hi,
I display on my website a crystal report, but aparently it is cached on browser because always displays the same information when I resend the parameters (info on database always change but it doesn't change on the report). This is my code:
strLink = "http://" + server + "/Reportesf4f/RPMF4F02.rpt?init=actx&user0=" + user + "&password0=" + password + "&prompt0=" + frmReportes.slcPais.value + "&prompt1=" + rIdioma + "&prompt2="
I searched about init=actx because it could refresh the crystal report, but I didn't find any parameter to indicate "refresh" with activeX
can you help me?

renees
__________________
renees
 
Old April 27th, 2004, 05:21 AM
Registered User
 
Join Date: Apr 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,
check this out:

---------------------------------------------------------------------
http://support.businessobjects.com/c...RLcommands.pdf

PromptOnRefresh will only accept 0 or 1 as a value. 0 for false and 1 for true.
e.g.
http://myServer/myVirtualDirectory/v...mptOnRefresh=1
---------------------------------------------------------------------

Sorry,
I'm in a hurry PhOeniX

 
Old April 28th, 2004, 08:28 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 217
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to mega
Default

Just a quick question: Do you use JScript within your ASP?

 - mega
 
Old May 20th, 2004, 12:49 PM
Authorized User
 
Join Date: Sep 2003
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to renee_santoscoi
Default

Quote:
quote:Originally posted by mega
 Just a quick question: Do you use JScript within your ASP?

- mega
:D

Thanks,
I solved the error: I added and extra parameter to generate always a different string to execute.

renees





Similar Threads
Thread Thread Starter Forum Replies Last Post
simple report and crystal report in vb.net saket123 .NET Framework 2.0 0 August 13th, 2008 06:55 AM
Filtering Data after its been cached Durkee VB.NET 2002/2003 Basics 0 November 13th, 2007 05:57 PM
VS 2002 Crystal Report opens Seagate crystal 8 tusis_1 Crystal Reports 0 May 12th, 2007 11:45 AM
Re-Insertion of Cached Items flyin General .NET 0 October 1st, 2004 02:11 PM
Error While printing report (Crystal report) vikaspaweb Pro VB 6 0 March 8th, 2004 09:53 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.