index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: Issue with a parameter to link to another report :: (18)Post a New Message | Post a Reply
Feb 27 2008, 8:12 AM
 Issue with a parameter to link to another reportPost a Reply
 jmc

View this author's profile Send this author a private message

since: Feb 24, 2006
from: Gronsveld,Netherlands

Hello,
I am facing a problem when I want to link to another report.
It works fine, except when the parameter contains a + sign.
this is the link that fails:
http://..../reports.asp?rid=6030112534&rurl1=6110816048&n_partnumber=BL+94150.
Could you please help me to find a solution for this.
Thank you in advance
jm Collette

++++More information++++
On other ASP pages when I click on the same item it is automatically converted to BL%2B94150.
So the link should be read as &n_partnumber=BL%2B94150.
If I edit the link in the same way the 'receiving' reports displays the right data.
I guess that this change should not be too complex to implement.
I would be very gratefully if you could implement this very soon or send me a workaround.
jm Collette

Feb 28 2008, 12:14 PM
 Re: Issue with a parameter to link to another r...Post a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

This seems to be a problem with ASP removing '+' signs from a query string value. If you try sending a request in ASP which has a '+' sign in the request value, it is removed and replaced with a 'blank space' if it is not encoded.

Normally this link should have been encoded in the first place but it seems there is a bug somewhere. Will we try to get a fix before the end of next week.


-------------------------
Ghost
Mar 19 2008, 9:53 AM
 Re: Issue with a parameter to link to another r...Post a Reply
 jmc

View this author's profile Send this author a private message

since: Feb 24, 2006
from: Gronsveld,Netherlands

Hello

Any update regarding this case?

Thanks in advance


Mar 31 2008, 8:53 AM
 Re: Issue with a parameter to link to another r...Post a Reply
 jmc

View this author's profile Send this author a private message

since: Feb 24, 2006
from: Gronsveld,Netherlands

Any News?

Mar 31 2008, 12:43 PM
 Re: Issue with a parameter to link to another r...Post a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

Fixing that issue is currently causing a lot of errors because the ASP Request Object seems to have problems where evaluating paramters within a COM object. We will just probably do a hack and email you the DLL before the end of this week.


-------------------------
Ghost
Apr 14 2008, 2:28 AM
 Re: Issue with a parameter to link to another r...Post a Reply
 jmc

View this author's profile Send this author a private message

since: Feb 24, 2006
from: Gronsveld,Netherlands

Hello,

Is there no solution to this issue?

Regards.

Apr 22 2008, 5:39 AM
 Re: Issue with a parameter to link to another r...Post a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

A new build (v2.6.38) for the report wizard has been compiled to fix this issue. You can download it from the following link:

http://www.cityjams.com/uploads/uploads/AWSReportWizard2.dll

Note that this build v2.6.38 has not been fully tested and as such cannot be uploaded to our main repository.

Let us know if you have any problems with this build.




-------------------------
Ghost
May 8 2008, 7:02 AM
 Re: Issue with a parameter to link to another r...Post a Reply
 jmc

View this author's profile Send this author a private message

since: Feb 24, 2006
from: Gronsveld,Netherlands

Version 2.6.40 does not provide an improvement, sorry.
rgds
jm Collette

May 12 2008, 8:22 PM
 Re: Issue with a parameter to link to another r...Post a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

We are actually working on it, you should get an update this week.

thanks for your patience.




-------------------------
Ghost
May 14 2008, 2:41 PM
 Re: Issue with a parameter to link to another r...Post a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

Check out the current release, I belive this issue has been resolved in version 2.6.42


-------------------------
Ghost
May 15 2008, 1:00 AM
 Re: Issue with a parameter to link to another r...Post a Reply
 jmc

View this author's profile Send this author a private message

since: Feb 24, 2006
from: Gronsveld,Netherlands

Indeed the link is now retrieving the right data BUT do you think that the display should be affected?
Something is now wrong in the grid display.
Sorry, it is not solved yet.
But the way more characters are producing the same issue, like &,# ….
Regards

jm Collette


May 23 2008, 7:26 AM
 Re: Issue with a parameter to link to another r...Post a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

This issue has been reopened and you should get a new build next Tuesday.


-------------------------
Ghost
Jun 10 2008, 6:28 AM
 Re: Issue with a parameter to link to another r...Post a Reply
 jmc

View this author's profile Send this author a private message

since: Feb 24, 2006
from: Gronsveld,Netherlands

Any update regarding this case?

regards
jm Collette

Jun 16 2008, 1:21 AM
 Re: Issue with a parameter to link to another r...Post a Reply
 jmc

View this author's profile Send this author a private message

since: Feb 24, 2006
from: Gronsveld,Netherlands

Still waiting .....  

Jun 30 2008, 1:43 PM
 Re: Issue with a parameter to link to another r...Post a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

Coming soon!

thx for your patience.


-------------------------
Ghost
Aug 5 2008, 9:30 AM
 Re: Issue with a parameter to link to another r...Post a Reply
 jmc

View this author's profile Send this author a private message

since: Feb 24, 2006
from: Gronsveld,Netherlands

Is it still meaningful to stay waiting for a correction?

Oct 9 2008, 11:50 PM
 Re: Issue with a parameter to link to another r...Post a Reply
 pellemans

View this author's profile Send this author a private message

since: Sep 11, 2007
from: Roosendaal, The Netherlands

I may be of with this but couldn't you use Server.URLEncode like this:

http://..../reports.asp?rid=6030112534&rurl1=6110816048&n_partnumber=Server.URLEncode("BL+94150")

-Peter

Oct 10 2008, 9:07 AM
 Re: Issue with a parameter to link to another r...Post a Reply
 jmc

View this author's profile Send this author a private message

since: Feb 24, 2006
from: Gronsveld,Netherlands

Hi Peter
thank you for your advice but this is not a workaround.
1: this is the parameter received by the 'called' report:
Server.URLEncode("10 9997799690")
As you can read the + sign has been stripped off.
2: I have no way to explain the 'caller' report to use URLEncode when passing the parameter to the 'called' one
But as you find out this is a usual issue with some characters .The URLEncode function exists therefore .
By the way I still have no solution yet with aspweb (solution :-( )
Regards
jm.





Pages: (1)   [1]

search this forum: