Focal Point
[SOLVED] Graphs

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

November 12, 2008, 07:46 AM
<B_B>
[SOLVED] Graphs
Hi ,

I have 7 drop downs in my main fex.I need to create a graph under them.So that when the main fex file runs, all the 7 dropdowns and the graphs should come up.

i have created a frame and linked the frame to graph.fex file. On running the report, the frame comes up but there are no graphs seen in that frame.

Code used -

<iframe id=iframe1 style="Z-INDEX: -1; LEFT: 20px; WIDTH: 960px; POSITION: absolute; TOP: 220px; HEIGHT: 320px" tabIndex=1 name=iframe1 requests_list="0" autoExecute="True">













Please suggest.

This message has been edited. Last edited by: Kerry,
November 12, 2008, 09:40 AM
Fernando
B,

First step, To your fex, add

  
-SET &ECHO=ALL;


to see if the procedure is called.

Fernando


Prod WF 8.1.04, QA WF 8.2.03, Dev WF 8.2.03
November 13, 2008, 04:53 AM
<B_B>
Hi,

Look like the procedure is not being getting called. Otherwise it would have displayed in the graph.

The same code works fine if i am using HTML Layout Painter.Where as , if i use the fex file (which has web focus code, HTML, JS embedded in it)it shows only a blank frame with no grapd in it.

Is it a limitation to web focus.?
I am using version7.2.14

Please suggest.
November 13, 2008, 05:54 AM
<JG>
Check the
 <request 
tag to make sure that it is calling the procedure correctly and that the target
is correctly set