Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Flex and HTMLFORM

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Flex and HTMLFORM
 Login/Join
 
Guru
posted
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
 
Posts: 278 | Registered: October 10, 2006Report This Post
Expert
posted Hide Post
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.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Flex and HTMLFORM

Copyright © 1996-2020 Information Builders