|
|||
|
I answer to my own question
after reading this http://support.sas.com/kb/10/102.html In fact the problem i encounter is a practiceproblem: as i rarely use activex as european people are using also Firefox. i am not more usefull with IE My problem was only a content blocking in the browser Internet Explorer Sorry Andre (but the question about the adress of sas is remaining) Andre Wielki a écrit : > Graph specialist, > > I just discover that my today that not only an activex html page is > not opening under Firefox (normal) > but that IE not also > with the message > Sorry, there was a problem with the Graph control or plug-in in your > browser. > The graph "VBAR chart of Age" cannot be displayed. > > Into the code html i find > <OBJECT > CLASSID="CLSID:CE9E88DD-FC6F-11d4-87EC-00B0D025628B" > WIDTH="640px" > HEIGHT="480px" > ALIGN="top"> > <PARAM NAME="ENCODING" VALUE="windows-1252"> > <PARAM NAME="XMLPARM1" VALUE=' > <?xml version="1.0" encoding="windows-1252" ?> > <SASReport version="1.0" > xmlns:style="http://www.sas.com/sasreportmodel/styles"> > <Data> > > andhen i go manually to http://www.sas.com/sasreportmodel/styles > > Sas is say OUR APOLOGIES... > > > Has you encounter this problem already (working under 9.1.3 sp4) > Which is the correct adress? > Does Sas has produce an update? > > TIA > Andre > > code to try > > > ods listing close; > ods html path="c:\temp\" (url=none) > body="activex.html" > style=education; > goptions reset=all device=activex; > proc gchart data=sashelp.class; > vbar age / discrete; > title "Age des étudiants dans la classe Activex"; > run; > quit; > ods html close; > ods listing; > -- André WIELKI INED (Institut National d'Etudes Démographiques) Service Informatique 133 Boulevard Davout 75980 Paris Cedex 20 mél : wielki@ined.fr tél : 33 (0) 1 56 06 21 54 |
|
|
||||
|
||||
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Activex graph problem | Andre Wielki | Newsgroup comp.soft-sys.sas | 0 | 03-26-2008 03:17 PM |
| Re: Firefox and ActiveX graph display problem | Graham Murray | Newsgroup comp.soft-sys.sas | 0 | 12-05-2007 04:09 PM |
| Re: Firefox and ActiveX graph display problem | Jerry Davis | Newsgroup comp.soft-sys.sas | 0 | 12-04-2007 07:07 PM |
| Firefox and ActiveX graph display problem | O'Connell, Martin | Newsgroup comp.soft-sys.sas | 0 | 12-04-2007 04:56 PM |
| Re: SAS/Graph space problem? | Andre Wielki | Newsgroup comp.soft-sys.sas | 0 | 07-08-2005 08:27 AM |