Re: How to send POST variables in my case?
From: Cirrosi (CirrosiN_O-S_P_A-M_at_fastwebnet.it)
Date: 10/19/04
- Next message: Kevin Spencer: "Re: Remove spaces and lines from source code"
- Previous message: Michael: "ExecutionEngineException after security patch"
- In reply to: Lars Netzel: "How to send POST variables in my case?"
- Next in thread: bruce barker: "Re: How to send POST variables in my case?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 19 Oct 2004 16:34:37 +0200
You can create a page to whom you can pass parameters on querystring.
In that page you can dinamically create a field for each parameter of
querystring an than you can Response.Transfer to your report page.
"Lars Netzel" <[stop_spam]@host.topdomain> ha scritto nel messaggio
news:exsSbZctEHA.4040@TK2MSFTNGP09.phx.gbl...
> Hello!
>
> I have a button, in the click event I have this code:
>
> ----------------------------------------------------------------------------
> ----------------------------
> Response.Write("<script
> language=javascript>window.open('CrystalReports.aspx?FromDate=" &
> txtFromDate.Text & "&ToDate=" & txtToDate.Text & "&File=" &
> drpReports.SelectedValue & "');</script>")
> ----------------------------------------------------------------------------
> ----------------------------
>
> Due to a problem with Crystal reports.. I cannot send the Variables in the
> string and I need to Post them instead
> (here's why if you need to know:
> http://support.businessobjects.com/library/kbase/articles/c2011964.asp)
>
> How do I POST variables to a page that needs top be opened as a new window
> from the VB code?
>
> Best regards/
> Lars
>
>
>
>
>
- Next message: Kevin Spencer: "Re: Remove spaces and lines from source code"
- Previous message: Michael: "ExecutionEngineException after security patch"
- In reply to: Lars Netzel: "How to send POST variables in my case?"
- Next in thread: bruce barker: "Re: How to send POST variables in my case?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|