Sunday, February 12, 2012

brackets in parameter using URL navigation

I am passing my report parameter descriptions from an .aspx page to one
report parameter (concatenated) using url access. It works great except when
the description contains brackets "()" the url get confused on the first "("
and I get an invalid path.
Any ideas?It was Friday when I wrote the original thread, It is actually an "&" that is
causing the problem
"KENWOOD" wrote:
> I am passing my report parameter descriptions from an .aspx page to one
> report parameter (concatenated) using url access. It works great except when
> the description contains brackets "()" the url get confused on the first "("
> and I get an invalid path.
> Any ideas?|||Try uniciding the URL, as an "&" is a special character in a URL, same with %
etc.
"KENWOOD" wrote:
> It was Friday when I wrote the original thread, It is actually an "&" that is
> causing the problem
> "KENWOOD" wrote:
> > I am passing my report parameter descriptions from an .aspx page to one
> > report parameter (concatenated) using url access. It works great except when
> > the description contains brackets "()" the url get confused on the first "("
> > and I get an invalid path.
> >
> > Any ideas?

No comments:

Post a Comment