How to include IE on form Canvas (same windows)

I Use OLE Container Object to Show IE on the forms6i Canvas (same windows)
It's work like separate frame on the same Canvas ..;but when I migration to forms 9i , It's not working 。Can I have any way to do this on the form9i

Hi,
Above 6i, all the host, ole command will do by WEBUTIL package.
In OTN you can get how to configure the webutil. Download it and configure it.
Thanks
Radha

Similar Messages

  • How to  show additional items in the same window using stacked canvas

    How to show additional items in the same window using stacked canvas.
    My content canvas has 14 items, and I have to include more.
    I want to know how I can use a stacked canvas to show these additional items in the same window, so that I can scroll through horzontally , as if all the items are on one canvas.

    Well, I intially navigate into my content canvas. At this stage the stacked canvas is not visible, then how should I navigate to an item on the stacked canvas to make it visible?

  • How to Including Graph in Forms 6i Please Help Urgent

    How to include graph developed through graphic builder in the form 6i.
    Amir Sajjad

    1. attach the library og.pll.
    3. create a chart item.
    2. create a trigger and call procedure
    og.open to specify which graph display file .ogd is to be included in which
    chart item.
    If you want to see more details then see
    help of form builder
    1. click help menu
    2. click que cards
    3. click using chart item.

  • How to open KM file in the same window

    When we open KM file by /irj/go/km/docs/... link it is previewed in a new Internet Explorer window.
    We changed Targed property to Self for iView navigation in LayoutSet render but the image file is still opend in new Window.
    How to workaround this?

    We changed Target Window Type property value of ResourceRenderer of Navigation iView  to Self.
    When an authenticated user  tries to open KM file it is opened in the same window if file URL include /irj/servlet/prt/prtroot....
    If file URL contain /irj/go/km/docs/.. it is opened in new window.
    When an anonymous user  tries to open KM file it is opened in a new (popup) window.
    We need that anonymous user can open km files in the same window.
    How to work around this?
    We use light framework.

  • How to open another iView in the same window

    Hallo,
    I user following code for opening iView:
    String iView = "http://server/irj/portal?NavigationTarget=ROLES://portal_content/example";
              this.getForm().addRawText("<SCRIPT>\n");
              this.getForm().addRawText("EPCM.doNavigate('" + iView + "',"
                             + "'1',"
                             + "'toolbar,menubar,resizable,scrollbars',"
                             + "'',"
                             + "'',"
                             + "'',"
                             + "''"
                             +
                        //","+
                        ");\n");
              this.getForm().addRawText("</SCRIPT>");
    ... but this open iView in new window. I'd like to open iView in the same window as the primary iView.
    Best Regards,
    Josef Motl

    Hello all:
    And... How could I show some i-views with another contents in the same page, like this?
    photo
    IVIEW
    photo
    IVIEW
    Thanks,
    Alejandro.
    P.D.: Excuse my poor English.

  • How to open other swf at the same window \ click to dissolve?

    Hey guys,
    I'm creating a simple flash feature with only three buttons, but I need your help:
    First button - click and it opens our inventory flash flip book. the problem is, the flip book is already in flash, and I have no idea how to make it so when i'm clicking the button, it opens the flip book in the same window.
    Second button - when you click it, it dissolves to a new window where you can see our contact information + 'back' button. how do I create this dissolve on demand and back?
    I got the third button ok.
    please help me with that,
    thank you!

    AS3 or AS2
    Escencially you can create a container with a tween alpha animation controled by the second button. To load the swf you can externally load the file swf as an image
    var myLoader : Loader = new Loader ( ) ;
      myLoader . contentLoaderInfo . addEventListener ( ProgressEvent . PROGRESS , onProgressStatus ) ;
      myLoader . contentLoaderInfo . addEventListener ( Event . COMPLETE , onLoaderReady ) ;
      var fileRequest : URLRequest = new URLRequest ( "myImage.jpg" ) ;
      myLoader . load ( fileRequest ) ;
      public function onProgressStatus ( e : ProgressEvent ) {
      // this is where progress will be monitored
      trace ( e . bytesLoaded , e . bytesTotal ) ;
      public function onLoaderReady ( e : Event ) {
      // the image is now loaded, so let's add it to the display tree!
      addChild ( myLoader ) ;

  • How to view multiple waveforms in the same window

    Trying to see the waveforms of all the 64 channels of AMUX-64T using labview. MIO board has been used. Want to see the waveforms in the same window but not at the top of each other but seperately on invidual axis. Screen shot has been attached and the situation has been explained.
    Attachments:
    shot.jpg ‏51 KB

    Try posting it at comp.lang.labview.
    http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&group=comp.lang.labview
    Ahad bhai: if your apartment-mate uses a wireless range extender (on sale for $50 at compusa), you can easily connect to his network. You'll also need a USB 802.11b wireless adapter.
    http://www.compusa.com/products/product_info.asp?product_code=303416&pfp=SEARCH

  • How to open url request in the same window

    hail unto theeeee..
    I finally got my buttons to work, but now I need help getting
    them to open in the same window. As of now each button opens a
    separate new window. UGGGGG!
    Thanks in advance!

    Thank you thats what I needed alright! problem solved.

  • How to stop preview opening pictures in same window?

    I know that when you open two or more pictures at the same time, preview opens them in the same window.
    However, before today, when I double-clicked on one picture, it would open in preview. Then when I opened a second picture, it would open in a new preview window so I could arrange the pictures side-by-side. Now when I open a second picture, it brings it up as another side 'tab' in the window of the first picture.
    I discovered that if I right-click on the tab picture, I can select "open in new window" but then if I open a third picture, it closes the picture I had up (the one I removed from the original window) and replaces it with the new picture.
    Please help! Thanks.

    I wish this worked for me, but it doesn't.
    That preference is set clearly: "open each file in its own window", but Preview does not obey this preference.
    This behavior started with Mavericks for me.
    Very annoying since every time I open a file I have to go to thumbnails view, click right on the new file, and select "open in a new window".
    Very annoying and time-wasting.

  • How to include javascript on form load

    Hello,
    I am new to JDeveloper. I wanted to include multiple javascript files in a jspx file. Then involve one of the functions in the javascript file. Below is what I am trying to do, but seems like the syntax is wrong:
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <html>
    <head>
    <script language='JavaScript' src='jslib/script1.js' type='text/javascript'></script>
    <script language='JavaScript' src='jslib/viewer.js' type='text/javascript'></script>
    </head>
    <body onload="javascript:initializeViewer()">
    <f:view>
    <af:document>
    <af:form></af:form>
    </af:document>
    </f:view>
    </body>
    </html>
    </jsp:root>
    When using firebugs, I realized that the page takes only the first js file. Also, the onload event is deleted.
    Thanks for any help

    The following blog post demonstrates this:
    http://thepeninsulasedge.com/blog/2007/06/22/adf-faces-rc-more-on-javascript/
    --RiC                                                                                                                                                                                                                                                                       

  • How Can I open Report within the same window instead of separate Window

    Hi All,
    I want to open report in my MDI form instead of opening it into a separate Oracle Report Navigator(i.e. Window which shows the report). How to do that? When I click the Report from Menu it should open it within the MDI Form. Any suggestion or reply would be greatly appreciated.
    One more question is how can i open report with in a maximized state. Actaully, the report will be opened in the normal state. How to open in maximized state instead of normal state. Is there any property in reports to acheive this?
    Thanks in Advance.
    Regards
    Gopinath Kona

    hello,
    reports is a separate application that is called from forms and therefore is running outside the context of the forms MDI window.
    you can use the commandline parameter MAXIMIZE=YES to start the runtime in full-screen-mode.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to open a .SWF in the same window (similar to online photo galleries)?

    I have a .swf I want my users to be able to open, but without
    opening a new window.
    I'm sure you all have seen this effect. In a photo gallery,
    the user clicks a thumbnail, the screen darkens, a white box
    resizes to the size of the larger image and the full-size image
    loads...all without opening a new window. I'd like to do the same
    with a .swf. Does anyone know how this is done or could you point
    me to a good tutorial? Thanks.

    Are you wanting to open your .swf from an HTML page:
    http://weblogs.asp.net/jeff/archive/2006/10/25/Modal_2D00_style-pops-in-Javascript-and-CSS .aspx

  • How to have multiple movies show in same window on same web page

    Hi folks,
    Here's what I mean: I have a web page with several pix on left side, and an embedded QT player window on the right. I want my users to click on one of the pix, and the associated quicktime movie shows up in the player window and starts playing (see player code below--pretty standard).
    So far, the only way I can think of to do this is to have multiple identical pages, the only difference being each one of them has a different movie in the "embed source" tag (so when you click on one of the pics it takes you to the new page, but to the user it will appear as if it's the same page).
    But for ease of modifying this page in the future (which I'll be doing a lot), I'm looking for a more elegant solution. Anyone know of a way to do this, using scripting or...??
    Thanks in advance for any suggestions.
    player code:
    object codebase="http://www.apple.com/qtactivex/qtplugin.cab" name="movietitle" alt="quicktime movie player" width="320" height="256">
    <param name="controller" value="true" />
    <param name="autoplay" value="true" />
    <param name="pluginspage" value="http://www.apple.com/quicktime/download/" />
    <embed src="movies/light1qt6.mov" width="320" height="256" name="movietitle" controller="true" autoplay="true" pluginspage=" http://www.apple.com/quicktime/download/"></embed>
      Mac OS X (10.3.9)  

    This is beyond anything I have ever tried. But I think I know what you have in mind, and you should be able to do it using JavaScript. I did it with still images on this page:
    http://capital2.capital.edu/admin-staff/dalthoff/adventures/tr2005/ohfair2.html
    You would need to give the movie container a name so that you can access it from JavaScript, and you have the added problem of needing to control the QuickTime object from JavaScript. Have a look at the QuickTime JavaScript API; it might be helpful:
    http://developer.apple.com/documentation/quicktime/Conceptual/QTScripting_JavaSc ript/index.html
    In spite of the code on that gallery page I linked above, I really don't speak JavaScript, and I barely understand how my own code works. But I think JavaScript will allow you to do what you want to do, and you can probably even write a custom controller for the movie right into your web page.
    --Dave Althoff, Jr.

  • How to close the adobe forms in popup windows once.

    hi,expert..
    i show a adobe form in a popup windows in my webdynpro program...but i find out that i at least click twice on the "CLOSE" button on the right top of the window.....how can i modify my program to  close the window once..
    the original codes are as follow:
    method onactionprint .
       data lo_nd_zhrhap_vp_app_01 type ref to if_wd_context_node.
      data lo_nd_zhrhap_t_document type ref to if_wd_context_node.
      data lt_zhrhap_t_document type wd_this->elements_zhrhap_t_document.
      lo_nd_zhrhap_vp_app_01 = wd_context->get_child_node( name =
    wd_this->wdctx_zhrhap_vp_app_01 ).
      lo_nd_zhrhap_t_document = lo_nd_zhrhap_vp_app_01->get_child_node(
    name = wd_this->wdctx_zhrhap_t_document ).
      lo_nd_zhrhap_t_document->get_static_attributes_table(
        importing
          table = lt_zhrhap_t_document ).
    DATA lo_nd_zhrhap_s_app_leader TYPE REF TO if_wd_context_node.
    DATA lo_el_zhrhap_s_app_leader TYPE REF TO if_wd_context_element.
       data ls_zhrhap_s_app_leader type
    wd_this->element_zhrhap_s_app_leader.
    lo_nd_zhrhap_s_app_leader = lo_nd_zhrhap_vp_app_01->get_child_node(
    *name = wd_this->wdctx_zhrhap_s_app_leader ).
    lo_el_zhrhap_s_app_leader = lo_nd_zhrhap_s_app_leader->get_element(
    lo_el_zhrhap_s_app_leader->get_static_attributes(
       IMPORTING
         static_attributes = ls_zhrhap_s_app_leader ).
    DATA lo_nd_zhrhap_s_dates TYPE REF TO if_wd_context_node.
    DATA lo_el_zhrhap_s_dates TYPE REF TO if_wd_context_element.
       data ls_zhrhap_s_dates type wd_this->element_zhrhap_s_dates.
    lo_nd_zhrhap_s_dates = lo_nd_zhrhap_vp_app_01->get_child_node( name
    *= wd_this->wdctx_zhrhap_s_dates ).
    lo_el_zhrhap_s_dates = lo_nd_zhrhap_s_dates->get_element(  ).
    lo_el_zhrhap_s_dates->get_static_attributes(
       IMPORTING
         static_attributes = ls_zhrhap_s_dates ).
    采集表名称和日期
      data lo_nd_if_data type ref to if_wd_context_node.
      data lo_el_if_data type ref to if_wd_context_element.
      data ls_if_data type wd_this->element_if_data.
      lo_nd_if_data = wd_context->get_child_node( name =
    wd_this->wdctx_if_data ).
      lo_el_if_data = lo_nd_if_data->get_element(  ).
      lo_el_if_data->get_static_attributes(
        importing
          static_attributes = ls_if_data ).
      ls_zhrhap_s_dates-valid_begda = ls_if_data-begda.
      ls_zhrhap_s_dates-valid_endda = ls_if_data-endda.
    DATA lo_el_zhrhap_vp_app_01 TYPE REF TO if_wd_context_element.
       data ls_zhrhap_vp_app_01 type wd_this->element_zhrhap_vp_app_01.
       data lv_description like ls_zhrhap_vp_app_01-description.
    lo_el_zhrhap_vp_app_01 = lo_nd_zhrhap_vp_app_01->get_element(  ).
    lo_el_zhrhap_vp_app_01->get_attribute(
       EXPORTING
         name =  `DESCRIPTION`
       IMPORTING
         value = lv_description ).
    REPLACE ALL OCCURRENCES OF '类别:' in lv_description with ''.
      lv_description = ls_if_data-stext.
      data l_is_ok    type boole_d.
      data pdf_source type xstring.
      data l_msg      type ref to cl_hrpa_message_list.
      create object l_msg.
      call method zcl_hr_appraisal_utility=>print_contract_direct
        exporting
        form_type           = 'COD'
          zhrhap_t_document   = lt_zhrhap_t_document
          zhrhap_s_dates      = ls_zhrhap_s_dates
          zhrhap_s_app_leader = ls_zhrhap_s_app_leader
          description         = lv_description
        job_description     =
          message_handler     = l_msg
         importing
          is_ok               = l_is_ok
          pdf_xstring         = pdf_source
      check l_is_ok is not initial and pdf_source is not initial.
      data lo_nd_pdf type ref to if_wd_context_node.
      data lo_el_pdf type ref to if_wd_context_element.
      data ls_pdf type wd_this->element_pdf.
      data lv_source like ls_pdf-source.
      lo_nd_pdf = wd_context->get_child_node( name = wd_this->wdctx_pdf ).
      lo_el_pdf = lo_nd_pdf->get_element(  ).
      lo_el_pdf->set_attribute(
        exporting
          name =  `SOURCE`
          value = pdf_source ).
    *-->ADOBE View embeded to ViewContainer UI
      data: lr_view               type ref to if_wd_view_controller,
            lr_api_main           type ref to if_wd_component,
            lr_window_man         type ref to if_wd_window_manager,
            comp_usage            type ref to if_wd_component_usage,
            l_title               type string value '打印合同',
            lr_window             type ref to if_wd_window.
      lr_view = wd_this->wd_get_api( ).
      lr_api_main = wd_comp_controller->wd_get_api( ).
      lr_window_man = lr_api_main->get_window_manager( ).
    l_title = wd_colr_mp_controller->model->get_text( '006' ).
      call method lr_window_man->create_window
        exporting
          modal        = abap_true
          window_name  = 'POPUP'
          title        = l_title
          button_kind  = if_wd_window=>co_buttons_yesno
         message_type = if_wd_window=>co_msg_type_none
          default_button = if_wd_window=>co_button_yes
        receiving
          window       = lr_window.
      lr_window->open( ).
    endmethod.
    looking forward to your help....thanks in advance

    Ping,
    1st, see the Markup formatting options over on the right part of the screen - if you wrap your code between the code tags it will read MUCH better.
    2nd, I can't replicate this issue - we have several PDFs opening in new windows & we only need to click once on the clost 'X' - how are you calling the PDF in a new window?
    If you can't find a final resolution, an alternative would be to place a LinktoAction on your web dynpro application somewhere that makes sense which would close the window for you.
    We do this on Sucess Message Views...
    You can simply add the link to action to the screen, and in the event handler use
       data : l_view_cntr type ref to if_wd_view_controller,
           l_win_cntr  type ref to if_wd_window_controller,
           l_window    type ref to if_wd_window,
           l_parameter_list  type wdr_event_parameter_list,
           l_parameter       type   wdr_event_parameter,
           l_val type ref to data.
    field-symbols <fs> type any.
    l_view_cntr = wd_this->wd_get_api( ).
    l_win_cntr  = l_view_cntr->get_embedding_window_ctlr( ).
    l_parameter-name = 'CLOSE_WINDOW'.
    create data l_val type c.
    assign l_val->* to <fs>.
    <fs> = 'X'.
    l_parameter-value = l_val.
    insert l_parameter into table l_parameter_list.
    l_win_cntr->if_wd_view_controller~fire_plug(
    exporting plug_name = 'EXIT_PLUG'
               parameters = l_parameter_list ).
    Make sure you have an Exit plug on your Window with Plug Type EXIT.

  • How to open web pages in the same window

    When i click on a link in a search engine it always opens the web page in a new tab. Its annoying and i would prefer mozilla to open it in the current page. How can this be done?

    hello, this is a preference in your google search settings. go to google.com/preferences and disable the option to ''Open search results in a new browser window''.
    https://support.google.com/websearch/answer/425

Maybe you are looking for

  • How does one recover a lost Airport Express password?

    Both on my iPhone and iPad I can use the wifi signal at my friend's house, so they both have stored the password for her Airport Express. My friend, however, needs to re-enter her forgotten AE password to use her own AE. Me not good with technology,

  • Cover flow on IPod Classic is out of order

    The cover flow on my Classic is out of order, not alphabetical by artirst. Most of the albums are in order, but there is about a dozen that are after "Z" (for example Cream. Should be in the C section, where it is in ITunes. Any ideas?

  • Add microsoft's jdbc driver for sql server 2000  to wls6.1 appear error!

    Hi, According to wls's guide,I modify wls's start script(startWeblogic.bat),add jdbc driver path to CLASSPATH, Howere,I create connect pool,Erorr report: No suitable driver find! This show jdbc driver isn't at System classpath. So , how do I?? regds

  • Problems exporting RAW + JPEG Pairs

    I have imported my images as RAW + JPEG Pairs (JPEG is Master) When I try to export originals, there are two problems: 1.  Aperture exports both the JPEG and the RAW file.  Is there anyway to force it to export just the file that is set as the master

  • Email issues with Pantech Breakout

    I wonder if anyone else has had this problem.  I got my Pantech Breakout about 3 months ago or so.  After having it for a bit, I set up my email on it.  About 3 weeks ago it was time to change my password for my SBC Global/Yahoo email account and I d