Hi,
In order to defeat the no subreport within a subreport limitation in Crystal 8.5, I created two separate reports. I added a hyperlink to my main report so that when clicked it opens the subreport. In order to open the subreport I need to pass a parameter to it. The only problem is that it doesn't work when I post it to Crystal Enterprise. It keeps putting a comma in the value being passed through the URL. It doesn't do this in the report designer. Can anybody tell me how to fix this? I have tried ToText with the thousands separator, but then it puts a number and a percent in the URL, which deos not work. These are the various URL's I have used:
"http:.....=java&promptex-Pm-vwSite.PropertyID="""+cstr({vwSite.PropertyID},0)+""""
"http:.....=java&promptex-Pm-vwSite.PropertyID="""+ToText({vwSite.PropertyID},0)+""""
"http:.....=java&promptex-Pm-vwSite.PropertyID="""+ToText({vwSite.PropertyID},0," "+""""
Any help would be greatly appreciated!
M.
In order to defeat the no subreport within a subreport limitation in Crystal 8.5, I created two separate reports. I added a hyperlink to my main report so that when clicked it opens the subreport. In order to open the subreport I need to pass a parameter to it. The only problem is that it doesn't work when I post it to Crystal Enterprise. It keeps putting a comma in the value being passed through the URL. It doesn't do this in the report designer. Can anybody tell me how to fix this? I have tried ToText with the thousands separator, but then it puts a number and a percent in the URL, which deos not work. These are the various URL's I have used:
"http:.....=java&promptex-Pm-vwSite.PropertyID="""+cstr({vwSite.PropertyID},0)+""""
"http:.....=java&promptex-Pm-vwSite.PropertyID="""+ToText({vwSite.PropertyID},0)+""""
"http:.....=java&promptex-Pm-vwSite.PropertyID="""+ToText({vwSite.PropertyID},0," "+""""
Any help would be greatly appreciated!
M.