Hi,
In my application I have a chart and a datagrid.  I wish to print this
in the following order.

header(which includes info about the data presented)
graph
datagrid


I know I could have the graph and datagrid printed on seprate pages,
but I want it to look better so.....I'm using the FormPrintView and
the FormPrintHeader.  I then added a FormPrintChart.  Now I have
everything printing correctly and it looks perfect, except it removes
the chart from my application.

I believe this is because in the FormPrintChart I use
addChild(parentAplication.report.state.chrStates) to have my graph show.

Does anyone know how to simply copy the chart into the
FormPrintChart.mxml or how to put it back when it done?  

I even try to reload the data to get the graph back and still nothing.
I have to sign out of the application and then log back in.

Thanks for any help provided,
Josh





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to