Anyone please help.
I am working on a new company portal. It is a very big project. It 
will combine Flex interfaces for user interaction with data, and, for 
reporting I am using iFRame to run SQL reports in. Everything works 
like a charm except that I cannot open links from reports. The command 
is below. Please share some ideas, even crazy ones, because I am 
running out of any.

Thanks in advance.


--- In [email protected], "markgoldin_2000" 
<[EMAIL PROTECTED]> wrote:
>
> I am running SQL reports inside of an iFrame - techique that has 
been 
> described in mny places. SQL Report is an HTML stream generated by 
the 
> report server. The report is shown fine, no problem. The report has 
> some hyperlinks to go to another report. The command is the 
following:
> ("javascript:void(window.open('http://servername/ReportServer?%
> 2fCPR+Reports%2fCPR+" &
> "ShipInfo&rs:Command=Render&rc:Parameters=false&PeriodfromDate=" & 
> Fields!cperiod.Value &
> "&CompanyId=" & Fields!cvendno.Value &
> "','ShipInfo', 
'status=0,toolbar=0,width=860,height=650,center=yes'))")
> 
> Works fine when I run it from Browser, but I click on a link  
running 
> it from Flex Builder nothing is happening. No popup window.
> 
> Can someone help, please?
>



Reply via email to