Html view on working sheet

Hello.
I have a problem with my iweb.
When I open the program, the working sheet(canvas) has the html view in between all of the features.
I cant work on photos in more details(ones I click twice on a photo it opens html text) , cant see the slide show, and I guess there are more things Im not able to view or edit.
What to do?
( I have that last version installed)

dorit:
Try the following:
1 - drag the iWeb icon from the dock.
2 - go to the Applications folder and drag iWeb back into the dock.
3 - go to your User/Library/Application Support/iWeb folder.
4 - select the domain.sites2 file and type Command+i to bring up the Get Info window.
5 - in the Open with section make sure iWeb is the application that is showing as shown here:
6 - if iWeb is not the application showing use the drop down menu to find and select iWeb.
7 - click on the Change All button.
OT

Similar Messages

  • The internal html viewer is not working in coldfusion builder 2.

    It is so frustrating how hard this is. I finished setting up coldfusion and coldfusion builder 2 with an apache local webserver and was hoping to make use of the internal html viewer but it won't come on! All I see is a blank grey page with no content. After creeping around the forums for a while it seemed that the simplest solution was to use the internal coldfusion server so I uninstalled everything and did just that, reverting my administrator page to http://localhost:8500/CFIDE/administrator/index.cfm (working and launchable from the IDE), placing my webroot at C:\ColdFusion9\wwwroot and with all the folders in their right place. The server is running ok and when I launch the run as "coldfusion administrator" option to run my index file, it succesfully opens the external browser and displays the page.
    I have the same setup on my desktop at home, the same files, installation, everything! and it works but not on my laptop. I followed Ben Forta's instructions to a T and yet I still am not getting the html preview. I even tried to hard code the absolute url in the html preview settings and still nothing but that annoying grey.
    Is this a bug? There doesn't seem to be anything about it in the bug reports. It is quite infuriating how something that seems so miniscule could be such an annoyance. I have already gotten quite used to the preview pages and coldfusion and I would prefer to code that way rather than making use of dreamweaver which I feel I am being forced to use, but at least it's consistent.
    Please if anyone could provide some answers and help I would really appreciate it! I have only so much hair left!
    Thanks!

    Perhaps others may recognize and resolve this for you. I and others here often can and do offer quick solutions to many problems. And I can appreciate that it’s reasonable to think that something so simple should just work. But in this case I think are simply too many variables that could explain why things are not working for you. And while I can also appreciate that you will prefer to get a solution for free if anyone can offer it, I just can’t even begin to offer all the possible problems and solutions, at least by email, in this case. Again, maybe someone else will make a quick connection.
    But I will point out that if you’re willing to pay US$75, I offer a service of remotely troubleshooting any one CFBuilder problem for that fixed price. Hopefully I might help you solve it quickly (when I can see exactly what’s going on in your environment), but you will not pay if I don’t solve the problem in up to 2 hours effort. If you may be interested, see www.carehart.org/consulting/ for more, and if you want to set up a time to get together (over the web), drop me an email at [email protected]
    Finally, please note that I don’t often point out this service here on the forums. I generally just offer suggestions (sometimes lengthy ones) without any commercial expectation, so please don’t regard this as me engaging in “abusive unsolicited commercial email”. I’m just offering a possible solution, given the OPs sincere challenge in solving things.
    /charlie

  • Export in Query Ready mode not Working.for FR reports in HTML view

    Hi,
    When we run the FR reports in HTML view in Workspace,there is an option at the bottom to "Export in Query Ready mode",it's not exporting the report in Smart view excel .
    But some of our users are able to export the report in SV.We are using EPM 11.1.1.3. I have checked the IE 7 settings with other users and it's same.
    Does anybody has any idea what could be the cause?
    Thanks in advance.
    BC

    It is the behavior, Query ready mode will only pulls the members which are in Essbase (no FR calculated fields)
    Regards
    Celvin
    http://www.orahyplabs.com

  • Broweser freezing working with Mailforms in HTML View

    Hi CRM Experts,
    we have a Problem with CRM WebUI creating emails or emailforms with HTML
    If you switch from "only Text" to "HTML" the browser window is freezing and it's only possible to open a new WebUI window.
    After that HTML View is the Standard view and every time you open this site, the browser window is freezing. It's also not possible to change the view form HTML to "Only Text" again. It's no browser specific problem. We've tested with IE10 (compatibily mode) and also Firefox. In both browsers the same issue.
    I have two questions.
    1. Does anybody has a solution to solve this problem?
    2. Where are the personal User Options stored to change them again into "Only text"? I didn't found a specific table where these Information are stored.
    Thanks in advance for your help.
    Best regards
    Oliver

    Hi Oliver,
    the freezing browser window in mail form application may be related to any deactivated services in SICF. Please make sure to have the following services activated:
    /default_host/sap/crm/
      crm_mail
    /default_host/sap/bc/bsp/sap/
      bsp_crm_btfbse
      crm_mkt_email
      pmlframe
      pmlpu_attr
      pmlpu_copy
      pmlpu_plist
      pmlpu_subjattr
      pmlpu_textele
      pmlpu_url
      pml_preview
    I remember problems with the /default_host/sap/bc/bsp/sap/bsp_crm_btfbse service, this one needs to be activated.
    best regards,
    Johannes

  • Month view, week view and working week view in outlook calendar in wpf

    Hello everybody!
    i was posted
    http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/7d927ca0-a110-4ede-bb2c-fa0070625722/ here how to make Outlook calendar sheet view , and tried
    http://www.codeproject.com/Articles/30881/Creating-an-Outlook-Calendar-Using-WPF-Part-2 this sample now i wanted it in Week view ,month view and working week(without sat & sun) , anybody knows any idea for this further requirement.
    Thanks & Regards dhampall

    Hi dhampall_79,
    Ok, you could open the project you shared, and open RudiGrobler.Controls/Calendar/Themes/Generic.xaml file, and then you could find below part of code:
    <Style TargetType="{x:Type local:Calendar}">
    <Setter Property="Template">
    <Setter.Value>
    <ControlTemplate TargetType="{x:Type local:Calendar}">
    <Border Background="#E3EFFF"
    BorderBrush="#6593CF"
    BorderThickness="2,2,2,2">
    <Grid>
    <Grid.ColumnDefinitions>
    <ColumnDefinition Width="50" />
    <ColumnDefinition Width="*" />
    </Grid.ColumnDefinitions>
    <Grid.RowDefinitions>
    <RowDefinition Height="38" />
    <RowDefinition Height="22" />
    <RowDefinition Height="*" />
    </Grid.RowDefinitions>
    <StackPanel Orientation="Horizontal" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2" Margin="5,0,0,0">
    <Button Content="Previous" Height="25" Command="{x:Static local:Calendar.PreviousDay}" Background="{x:Null}" BorderBrush="{x:Null}">
    </Button>
    <Button Content="Next" Height="25" Command="{x:Static local:Calendar.NextDay}" Background="{x:Null}" BorderBrush="{x:Null}">
    </Button>
    </StackPanel>
    <Border BorderBrush="#6593CF" BorderThickness="0,0,1,1" Grid.Column="0" Grid.Row="1" />
    <local:CalendarDayHeader Grid.Column="1" Grid.Row="1" x:Name="PART_DayHeader"/>
    <ScrollViewer Grid.Row="2" Grid.Column="0" Grid.ColumnSpan="2" x:Name="PART_ScrollViewer">
    <Grid>
    <Grid.ColumnDefinitions>
    <ColumnDefinition Width="50" />
    <ColumnDefinition Width="*" />
    </Grid.ColumnDefinitions>
    <local:CalendarLedger Grid.Column="0" x:Name="PART_Ledger"/>
    <local:CalendarDay Grid.Column="1" x:Name="PART_Day" />
    </Grid>
    </ScrollViewer>
    </Grid>
    </Border>
    </ControlTemplate>
    </Setter.Value>
    </Setter>
    </Style>
    Above code is the appearance of the View, you could create your own view and replace
    <local:CalendarLedger Grid.Column="0" x:Name="PART_Ledger"/>
    <local:CalendarDay Grid.Column="1" x:Name="PART_Day" />
    You could change above two lines to your control, and then you could get what you want.
    best regards,
    Sheldon _Xiao[MSFT]
    MSDN Community Support | Feedback to us
    Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • PCUI - open New Window via Button (to call custom URL / HTML viewer)

    Hello group,
    I have followed the "Use CRM PCUI HTML viewer to call a custom URL" in order to create a custom URL to BW web template.
    However, instead of displaying the URL in a tab (this works fine), I want a Button in the Accounts view to open up a New Window displaying the URL there.
    Here is what I have done:
    Create Field Group & Structure
    Create Event
    - Usage: Layout-Relevant
    - Text: Web template call
    Added Event to Toolbar Group ACC_OIC
    Define Application Layout (CRMM_ACCOUNT) for Event
    - Position: New Window
    - Screen Element Type: HTML
    - my field group
    - my structure
    Define Application Set (COMM_BUPA)
    - my structure
    - my access class
    The button is there, when clicked the read-method of my access class is executed, but no New Window is opened with the URL displayed.
    Is there something I am missing? Can the HTML viewer not called in a new window?!
    I appreciate any input you can provide me.
    Thanks and regards,
    Erik

    I have the same problem. PCUI toolbar button open url http://www.google.com in new window   .
    It sames so easy open a link on web page.
    why so hard in PCUI !
    My god , who design the PCUI.
    anyone solve this problem , let me know please. Thanks!
    [email protected]

  • HTML View using an iView dynamically

    Hello Visual Composer experts,
    I want to use a SAP Enterprise Portal iView in a VC Model.
    For that I use VC HTML View.
    In the URL I put SAP EP IView reference, for instance :
    http://<xxx>:50000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fevery_user!2fgeneral!2fcom.sap.portal.afpFavorites
    <xxx> stands for development portal.
    When I transport my VC model to quality portal I need to manually replace <xxx> by <yyy>.
    How can I avoid this ? How can I dynamically address the portal ?
    I found something about using "portal:" that will replace http://<server>:<port>/irj/servlet/prt/portal/prtroot/  but did not succeed to make it works.
    In the VC HTML view I tried to used "pcd" instead of "http" but again did not make it.
    Can someone give me a clue ?
    Rgds
    Gilles

    Hello Udi,
    Thansk for your answer. Let me try to clarify my need.
    I would like, for instance, to execute "My home" page in SAP EP using a VC HTML view.
    I want this to work in all my SAP EP systems (Development, Quality and Production).
    My current solution is :
    a VC model with an HTML view, a variable where URL is hardcoded @URL and passed to this HTML view (similar as what you describe)
    to import the VC model in each EP environment
    change the URL to address the EP
    deploy the model
    I'm looking for a way to achieve this without modifying my VC model (@URL ) in each environnement.
    So I'm looking for a way to address dynamically the system.
    As explained I did try, without succes, with :
    1) Using "portal:"  in the variable @URL
    2) using pcd parameter in the VC HTML view (I did not understand how to use it)
    I was expecting a dynamic way without calling a service.
    Kind Regards
    Gilles

  • RH8--Changes made to HTML not persistent in HTML viewer

    During our pre-release QA, we discovered that many of our topics had lost the line of code that called the ehlpdhtm.js file:
    <?rh-script_start ?><script src="../ehlpdhtm.js" type="text/javascript"
            language="JavaScript1.2"></script><?rh-script_end ?>
    I'd run into this problem before and knew the fix was to add this string in just below the <body> tag. The good news is the fix works.
    The wierd news is, the changes disappears from HTML view when you save &check the topic back in to RSC. Opening the topic in an external editor proves the topic  was modified, and the next build propagates the change as desired, but even clearing the project files an reloading from source control doesn't display the change in the HTML viewer.
    Does RH store that view somewhere? We have the option checked to rebuild the .cpd file every time we get the file out of Source Control. I've also filed this as a bug with Adobe.
    .MW

    You cannot edit messages in place. You need to copy them and send them to the same or another queue.
    JMS != JDBC...
    Regards,
    Colin.
    http://hermesjms.com

  • Inserting DIVs in HTML view screws Design view but preview is fine

    RH8 HTML
    Hi all,
    Ive been working on a fix for a client, forcing a footer banner to the bottom of the screen, regardless of content in the page. Its nearly working fine, just a bit more tweaking, but one problem I am having.
    I am editing and adding <div> in HTML view, so that the positioning works.
    However, when I view the page in Design view, its all messed up, the content is really narrow and stretches down the page for a long time. However, when I preview, and generate the page it looks fine.
    Its an issue, because the client will be given the RH source files at the end of the project, and with the front end editor looking like this its not going to be weasy for the to edit it, let alone me finish with all the content.
    Has anyone come across this before? Is the Design viewer not the best at displaying div content ?
    The HTML where the <div> is set off before content is entered:
    <body>
    <div id="wrap">
        <div id="main">
            <div id="spacing">
    ***********all content in here************
              </div>
        </div>
    </div>
    </body>
    The CSS that the <div> is calling
    #wrap {
        min-height: 100%;
        border-left: 1px solid #9ea6ad;
    #main {
        overflow: auto;
        padding-bottom: 54px;
    /* must be same height as the footer */
    #spacing {
        padding: 10px;
    #footer {
        position: relative;
        margin-top: -54px;
        height: 54px;
        background: url(footer.gif) repeat-X;
        clear: both;
        border-left: 1px solid #9ea6ad;
    /* negative value of footer height */
    #footer p {
        padding-top: 15px;
        padding-right: 10px;
        color: #ffffff;
        font-family: Arial, sans-serif;
        font-size: 10pt;
        text-align: right;
    /*Opera Fix*/body:before {
        content: ;
        height: 100%;
        float: left;
        width: 0;
        margin-top: -32767px;

    Hi Nick
    What you are doing is working outside the boundaries of what RoboHelp natively does. If working with DIVs was part of that you wouldn't be forced to create them in the HTML view. As a result, I'm not surprised that the Design view isn't totally understanding how to deal with it.
    No workaround I can think of here. Sorry about that. Maybe someone else has something to offer. What I'm posting to ask is that you please report this to Adobe as a bug. Who knows, maybe they have some magickal scripting or something they can do to accommodate it. At minimum, they need to be aware of the issue so they can factor it into a future release. Use the Feature Request link in my sig.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • HTML Viewer: Copying images+text to another component

    Hi folks,
    I'm working on a Java app for a research project where I'd like to be able to view a webpage in one panel (with some HTML viewer) and then be able to select pictures AND text from it (web browser-style), click a button, and have it copy the images and text (even the HTML code behind it would be sufficient) to some JTextArea or whatever.
    In other words, I'm trying to find an HTML viewer or browser which will be able to select both text and images and be able to copy the selection (as the real objects or even as HTML code, either way) so that it could be sent to some other component.
    I believe that JEditorPane supports viewing HTML, but you can only copy text from it. So, can anyone recommend an API class or even some 3rd party software (no funds since it's academic research, so free is preferable) that can do anything close to this? Alternatively, does anyone know of some other work around -- for example, selecting in IE or another browser, then dragging it onto some component into the Java app?
    Thanks a ton for any help!
    -Jon

    Try this..
    create a new flex project and add a folder called "src"
    create a new MXML component named "VideoComp.mxml" and copy/paste
    <?xml version="1.0" encoding="utf-8"?>
    <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" width="400" height="300">
    <mx:Script>
    <![CDATA[
    [Bindable]
    public var videoWidth:int = 300;
    [Bindable]
    public var videoHeight:int = 300;
    ]]>
    </mx:Script>
    <mx:Label text="Vidoe" />
    <mx:TextInput text="{videoWidth}" id="w" change="this.videoWidth = int(w.text);" />
    <mx:TextInput text="{videoHeight}" id="h" change="this.videoHeight = int(h.text);" />
    </mx:VBox>
    create a new MXML component named, "SharingComp.mxml" add copy/paste this..
    <?xml version="1.0" encoding="utf-8"?>
    <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" width="400" height="300">
    <mx:Script>
    <![CDATA[
    [Bindable]
    public var videoWidth:int;
    [Bindable]
    public var videoHeight:int;
    ]]>
    </mx:Script>
    <mx:Label text="Sharing Comp." />
    <mx:Label text="{videoWidth}" />
    <mx:Label text="{videoHeight}" />
    </mx:VBox>
    and here is the main.mxml file
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
    xmlns:src="src.*">
        <mx:Script>
            <![CDATA[
                private function doSomething():void
                 sharingComp.videoHeight = videoComp.videoHeight;
                 sharingComp.videoWidth = videoComp.videoWidth;
            ]]>
        </mx:Script>
       <src:VideoComp id="videoComp" />
       <mx:Button click="doSomething()" label="copy" />
       <src:SharingComp id="sharingComp" />
    </mx:Application>
    Hope this helps,
    BaBo,

  • Html view is not visible

    Hi Guys
    i am calling a webtemplate from vc by using html view
    but the contents of html view is not visible in the application but html view window is opening but blank screen when i am trying this link direct in internet explorer its opening even www.google.com is not working from the application.
    after changing my compiler to flex2 compiler i am getting this problem
    Regards
    Amiya

    Hi Govindu
    Thanks
    actualy i am using some guard condition in my html view if i am removing it then its displaying
    in flex2 compiler and some custom drop down events also working strangely in flex2 which is working properly in flash  its realy strange
    can u please explain what are all fixes we can do in order to solve this issue we have also raised oss message regarding this
    Regards
    Amiya

  • When I download an excel spread sheet from a Ford web site I seem to be getting code and not the work sheet. Example- MIME-Version: 1.0 X-Document-Type: Workbook Content-Type: multipart/related; boundary="====Boundary===="

    I have a Macbook Air. I have MS office installed and work in Excel often with no issues. But When I download an excel spread sheet from a Ford web site I seem to be getting code and not the work sheet.
    Example-
    MIME-Version: 1.0
    X-Document-Type: Workbook
    Content-Type: multipart/related; boundary="====Boundary===="
    --====Boundary====
    Content-Location: file:///C:/HOLD.XHT
    Content-Transfer-Encoding: 8bit
    Content-Type: text/html; charset="utf-8"
    <html xmlns:v="urn:schemas-microsoft-com:vml"
    xmlns:o="urn:schemas-microsoft-com:office:office"
    xmlns:x="urn:schemas-microsoft-com:office:excel"
    xmlns="http://www.w3.org/TR/REC-html40">
    <HEAD>
    <meta name="Excel Workbook Frameset">
    <xml>
    <x:ExcelWorkbook>
      <x:ExcelWorksheets>
       <x:ExcelWorksheet>
        <x:Name>BTB</x:Name>
        <x:WorksheetSource HRef="./IBIT0001.xht"/>
       </x:ExcelWorksheet>
       <x:ExcelWorksheet>
        <x:Name>GSM</x:Name>
        <x:WorksheetSource HRef="./IBIT0002.xht"/>
       </x:ExcelWorksheet>
       <x:ExcelWorksheet>
        <x:Name>RODetail</x:Name>
        <x:WorksheetSource HRef="./IBIT0003.xht"/>
       </x:ExcelWorksheet>
      </x:ExcelWorksheets>
    </x:ExcelWorkbook>
    </xml>
    </HEAD>
    </HTML>
    --====Boundary====
    Content-Location: file:///C:/IBIT0001.xht
    Content-Transfer-Encoding: 8bit
    Content-Type: text/html; charset="utf-8"
    <html xmlns:v="urn:schemas-microsoft-com:vml"
    xmlns:o="urn:schemas-microsoft-com:office:office"
    xmlns:x="urn:schemas-microsoft-com:office:excel"
    xmlns="http://www.w3.org/TR/REC-html40">
    <HEAD>
    <meta http-equiv=Content-Type content="text/html; charset=utf-8">
    <style>
    <!--table
            {mso-displayed-decimal-separator:"\.";
            mso-displayed-thousand-separator:"\,";}
    @page
            {margin:1.0in .75in 1.0in .75in;
            mso-header-margin:.5in;
            mso-footer-margin:.5in;
            mso-page-orientation:landscape;}
    tr
            {mso-height-source:auto;}
    col
            {mso-width-source:auto;}
    br
            {mso-data-placement:same-cell;}
    .style21
            {color:blue;
            font-size:10.0pt;
            font-weight:400;
            font-style:normal;
            text-decoration:underline;
            text-underline-style:single;
            font-family:Arial;

    Try search/ask in the forum devoted entirely to Excel issues:
    http://answers.microsoft.com/en-us/mac/forum/macexcel

  • Display PDF itab in HTML viewer w/o file

    Hello!
    If I download PDF internal table (for example, converted from spool) to file, I can easily display it in a CL_GUI_HTML_VIEWER control. Is there a way to pass PDF data directly to HTML viewer, without using intermediate file?
    Thanks!
    Kind regards,
    Igor Barbaric

    You need to use the following methods of htmlviewer class
    call method l_html_control->load_data
        exporting
          type                 = 'text'
          subtype              = 'html'
        importing
          assigned_url         = l_url
        changing
          data_table           = l_new_html_page
        exceptions
          others               = 4.
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                   with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
      call method l_html_control->show_data
        exporting
          url                  = l_url
        exceptions
          others                 = 3.
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                   with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    l_new_html_page will hold the PDF data and also
    type                 = 'text'
          subtype              = 'html'
    has to maintained for PDF.
    I havent tried this but it should work.
    Regards
    Raja

  • Design View not working with skins

    Hey,
    Excuses, I posted this question earlier in the "general
    discussion" topic.
    I'm using Adobe Flex 2. I have a pretty big project. If I
    open it, design view works. If I close Flex and open the same
    project again, design view wont work. There aren't any
    error-messages or warnings given. I have been able to track te
    problem down to graphical skins in a CSS declaration. I have to
    erase them, to make Design View work. Then, I paste the code back
    again. This is very inconvienent. Is this a normal problem,
    inherent to how Flex works. Is there an other, easier way around?
    Thanks in advance!
    Knut Nidelven
    Here is the code that does the damage...:
    .topBar {
    fontFamily: Arial;
    font-style: none;
    fontWeight: normal;
    font-size: 12px;
    upSkin: Embed('assets/button_top_up.png',
    scaleGridLeft="4",scaleGridTop="4",scaleGridRight="12",scaleGridBottom="12");
    overSkin: Embed('assets/button_top_over.png',
    scaleGridLeft="4",scaleGridTop="4",scaleGridRight="12",scaleGridBottom="12");
    downSkin: Embed('assets/button_top_selectedUp.png',
    scaleGridLeft="4",scaleGridTop="4",scaleGridRight="12",scaleGridBottom="12");
    selectedOverSkin: Embed('assets/button_top_selectedUp.png',
    scaleGridLeft="4",scaleGridTop="4",scaleGridRight="12",scaleGridBottom="12");
    selectedDownSkin: Embed('assets/button_top_selectedUp.png',
    scaleGridLeft="4",scaleGridTop="4",scaleGridRight="12",scaleGridBottom="12");
    selectedUpSkin: Embed('assets/button_top_selectedUp.png',
    scaleGridLeft="4",scaleGridTop="4",scaleGridRight="12",scaleGridBottom="12");

    VIEW | Style Rendering > Display Styles?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Ganda1f" <[email protected]> wrote in
    message
    news:f11lt2$sv9$[email protected]..
    > Hi All,
    >
    > Design view does not render ( just plain text, no
    formating ! ) in CS3.
    > So I
    > loaded the same file in DW8 ( installed on same machine
    ) & it works fine
    > !
    >
    > Anyone have any ideas why ?
    >
    > html doc is lnked via this:
    >
    > regards, Dave P
    >
    >
    > <style type="text/css">
    > <!--
    > @import url("style.css");
    > -->
    > </style>
    >

  • Integrated ITS issues in HTML Viewer Control related to applets

    We are currently running on integrated ITS - WAS 7.0 kernel 90 at level SAPKB70010.  We recently upgraded from a 46C environment that was utilizing external ITS.   We also utilize the standard SAP CIC0 transaction (call center interaction center)  that is essentially running the webgui service inside of html viewer controls inside of the SAPGUI.
    Once we upgraded to the integrated ITS we have lost some functionality.  It appears functions like exporting to spreadsheets from ALV grid, for example, no longer work in the CIC0.
    Through some investigation, I can see that if I run the webgui service in an IE browser, the ALV grid export functionality will work, and makes use of applets.
    If I run the same webgui service in an HTML viewer control  (for example, by running thru program RSDEMO_HTML_VIEWER), I can see that the download will not work.
    I'm aware the HTML viewer control has limitations, however this functionality worked fine for us when using the External ITS, and is important functionality for our CIC0 transaction.  We are using the same version of SAPGUI (640) now we were using before.
    Is anyone aware what has changed with Integrated ITS that would make this functionality no longer work in HTML viewer control?  or possibly settings that might need adjusted?
    Thanks,
    Pam Crissman
    Pam Crissman

    Hi Pam,
    I found something on SAP Notes:
    Check this:
    Note 858959 - ALV export: saving in SAP GUI for HTML as local file
    Regards,
    Siddhesh

Maybe you are looking for

  • Trouble with a 30G video Ipod

    Hey all, first time poster here. I've been browsing the topics, trying to find a solutin to my problem, but nothing so far seems to be the exact problem I'm having, but I've seen some that are close, and tried those solutions to no avail. Anyway, I r

  • PO Block

    We have an issue regarding the GR. PO has 2 line items. Item 10 was checked and released by GTS. Item 20 is checked and blocked by GTS. However when I am doing the GR for item 10 (MIGO/MB01), GTS is blocking the document for processing. How can I sol

  • Material Ledger - Global Company - impact

    Hi, My company is a Global company integrating all company codes spread accross the world on ecc 6.  One among the company code requires, maintaining 'Material Ledger'.  We have only one leading ledger.   Will this affect material valuation on 'conso

  • Notifications app introduced in Asha 311?

    After updating Asha 311 to firmware v.5.92, i found a new notifications app present in the menu which claims to show up recent notifications. Sounds exciting. But, after using the phone for 5-6 days, I found that it doesn't do anything. It never gath

  • How to restart iTunes download

    What to do when I rented a movie in iTunes, but the download stopped since yesterday and it's frozen.