Focal Point
[CLOSED] Flex and HTMLFORM

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/1237099916

May 10, 2012, 10:19 AM
Fernando
[CLOSED] Flex and HTMLFORM
This code:

GRAPH FILE CAR
SUM CNT.COUNTRY 
BY CAR
ON TABLE PCHOLD FORMAT FLEX
END
[\CODE]

Produces this output:

[CODE]  
<html lang="en">
                <head>
                    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
                    <title>WebFOCUS Report</title>
                    <style type="text/css">
                    <!--
                    body {
                        margin-left: 0px;
                        margin-top: 0px;
                        margin-right: 0px;
                        margin-bottom: 0px;
                        background-color: #808080;
                    }
                    -->
                    </style>
                    
                </head>
                <body scroll="no" top="0" left="0" >
                    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
                            id="app" width="100%" height="100%"
                            codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
                        <param name="movie" value="/ibi_apps/WFServlet?PG_REQTYPE=REDIRECT&PG_MRsaved=false&PG_Func=GETBINARY&PG_File=ahnwfaya.swf" />
                        <param name="quality" value="high" />
                        <param name="bgcolor" value="#869ca7" />
                        <param name="allowScriptAccess" value="sameDomain" />
                        <embed src="/ibi_apps/WFServlet?PG_REQTYPE=REDIRECT&PG_MRsaved=false&PG_Func=GETBINARY&PG_File=ahnwfaya.swf" quality="high" bgcolor="#869ca7"
                            width="100%" height="100%" name="htmlout" align="middle" play="true" loop="false"
                            quality="high" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
                            pluginspage="http://www.adobe.com/go/getflashplayer">
                        </embed>
                    </object>
                </body>
            </html>


The graph produces a nce display.


However this code:

This code:

GRAPH FILE CAR
SUM CNT.COUNTRY 
BY CAR
ON TABLE HOLD AS AB1 FORMAT FLEX
END
[\CODE]

Produces this output:

[CODE]  
<html lang="en">
                <head>
                    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
                    <title>WebFOCUS Report</title>
                    <style type="text/css">
                    <!--
                    body {
                        margin-left: 0px;
                        margin-top: 0px;
                        margin-right: 0px;
                        margin-bottom: 0px;
                        background-color: #808080;
                    }
                    -->
                    </style>
                    
                </head>
                <body scroll="no" top="0" left="0" >
                    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
                            id="app" width="100%" height="100%"
                            codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
                        <param name="movie" value="/ibi_apps/WFServlet?PG_REQTYPE=REDIRECT&PG_MRsaved=false&PG_Func=GETBINARY&PG_File=ab1.swf" />
                        <param name="quality" value="high" />
                        <param name="bgcolor" value="#869ca7" />
                        <param name="allowScriptAccess" value="sameDomain" />
                        <embed src="/ibi_apps/WFServlet?PG_REQTYPE=REDIRECT&PG_MRsaved=false&PG_Func=GETBINARY&PG_File=ab1.swf" quality="high" bgcolor="#869ca7"
                            width="100%" height="100%" name="htmlout" align="middle" play="true" loop="false"
                            quality="high" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
                            pluginspage="http://www.adobe.com/go/getflashplayer">
                        </embed>
                    </object>
                </body>
            </html>

does not the graph.

I am trying to create a fex that produces a flex graph and then a seperate fex that uses HTMLFORM to display the graph. I intend to shcedule the first to pre-produce the flex graph.

Any ideas?

Fernando

This message has been edited. Last edited by: Kerry,


Prod WF 8.1.04, QA WF 8.2.03, Dev WF 8.2.03
May 22, 2012, 05:00 PM
Kerry
Hi Fernando,

From our product folks: the sample code in the post looks identical, so this may be a bug, but we will need more information to review the issue further. Please report this to Customer Support Services and open a case, either call 1-800-736-6130, or access online at InfoResponse.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.