To set Internet Explorer page setup programmatically

is it possible to set the page setup of internet explorer from our Reports Developer Suite 9i. What i mean to say is to set the right, left, top etc. properties of Internet Explorer(6.0) programmatically via code from Reports Developer Suite 9i.
Please help me in this as it is very urgent.

Hi Sushmita
You may explore calling WinAPI functions that does the necessary settingd as desired. You may implement this using Java (using native keyword) and call this method using Java Importer feature in one of the report triggers.
If you want a platform independent approach, implement this logic in a library (either .dll or .so) and then provide a wrapper for this implementation using Java.
Regards
Sripathy

Similar Messages

  • When I click to open Mozilla icon on my desktop, the page does not open & I cannot access it unless I type it in an Internet Explorer page?

    When I click to open Mozilla icon on my desktop, the page does not open & I cannot access it unless I type it in an Internet Explorer page? When clicking on the Icon sometimes it will flash to the right of my desktop screen but does not open for access.

    Hi Dave, thanks for your answer.
    I have tried a several times to repairing permissions, restarting the mac, relaunched Finder, but no difference.
    I copied the download folder to the dock...there I can open the files, but not deleting them or copying them.
    When I open finder, then I click on the folder Download, after a while of thinking, it throws me out and back to the desktop.
    already tried to sign in with the guest user account, then I am able to open the download folder.(but not seeing my files)
    When I am trying to change the download folder in Safari, it also throws me out and gives me a error report ,for sending to Apple.
    I think it's a settings fault or i think my download folder is locked. Almost desperat, already called support center,
    They couldn't help, for free, due the 90 days free online help i have reached. If I want to solve this problem, they could try it , but it cost me almost 50 euros.
    hope there is someone, who's knowing this problem.
    By the way, I think it also could be that I dragged some downloaded music to the desktop, and dragged some folder that has the settings. Now its changed???
    Or I was downloading something, and deleted the files in the download folder while it was unpacking and reparing the files.
    It's not easy for a beginner Mac user (3 months) to already solve this problems.
    Can you follow me? And seems this problem familiar to you?
    Thanks in advance

  • How to set a default page setup in P6?

    Hi,
    Anyone know how to set a default page setup in P6?
    Thanks,
    Manuel

    Hi Manuel,
    For printing, the settings are stored within the layout. If you have one layout containing the settings you use, you can then use this layout as your template and do a 'Save As' every time you make your changes.
    Hope that helps
    David

  • Setting internet home page on Windows Phone 7.5 No...

    How do you set internet home page on Windows Phone 7.5 Nokia Lumia 900?
    Baseline information:
    Phone Manufacturer: Nokia
    Phone Model: Nokia Lumia 900
    Mobile Operator: AT&T
    Software: Windows Phone 7.5
    Phone Operating System version: 7.10.8112.7
    Zune software version: 4.8.2345.0
    Computer Operating System version: Windows 7 Home Premium (x64) Service Pack 1 (build 7601)

    @RFNAPLES
    If you leave a webpage up there without closing it from the tabs it should always return, otherwise tap the "three dots" bottom right of screen and scroll down to"pin to start" and you will then have a new tile upon homescreen.
    Happy to have helped forum with a Support Ratio = 42.5

  • Internet Explorer 11 setup cannot recognize it's own /update-no switch?

    Building a package with the Internet Explorer 11 Administration Kit (Internal Distribution) spits out
    IE11-Setup-Full.exe (which seems to be an IExpress setup) and
    IE11-Setup-Full.msi. IE11-Setup-Full.exe does not recognize the
    /update-no switch. Is there any way either of these can be silently deployed
    without checking for updates?

    I've seen the command line reference.
    If I pass /? to IE11-Setup-Full.exe (described as a Win32 Cabinet Self-Extractor), an
    Internet Explorer 11 Setup dialog appears that displays this information:
       Command line options:
       /Q -- Quiet modes for package,
       /T:<full path> -- Specifies temporary working folder,
       /C -- Extract files only to the folder when used also with /T.
       /C:<Cmd> -- Override Install Command defined by author.
    Extracting IE11-Setup-Full.exe creates these files:
       BRANDING.CAB
       ieadvpack.dll
       ieakcust.dll
       iedkcs32.dll
       IE-REDIST.EXE
       iesetup.cif
       IE-Setup.cmd
       iesetup.ini
       INSTALL.INS
    If I pass /? to IE-REDIST.EXE, the Microsoft HTML Application Host produces an
    Internet Explorer 11 Setup Command Line Switches window that displays the command line switches and their descriptions for Setup Modes (/quiet) and Help, Setup (/update-no), Restart (/norestart) and Miscellaneous Options.
    Yes, I could use the extracted files from the customized Internet Explorer 11 package, but according to Microsoft Knowledge Base article 197147, IExpress packages support (as evidenced by the supported switches reported by IE11-Setup-Full.exe) switch
    /c:path (specifies the UNC path and name of the Setup .inf or .exe file). In this article it is noted that you "can use the /c:path switch to pass parameters (switches) to the Setup program or specify a different Setup program for the package."
    This example is given:
       Ie6setup <IExpress switches> /c:" ie6wzd <Internet Explorer Setup switches>"
    I've tried this:
       <ParentFolderPath>IE11-Setup-Full.exe /q:a /c:"IE-REDIST.EXE /closeprograms /quiet /update-no"
    But that doesn't work either. I'll probably try using the extracted custom package source later today so that I can access that
    /update-no switch.

  • Internet Explorer Page Refresh in Stateful BSP ?

    Hello All,
            I created a BSP Application with "<b>Page-with-Flow-Logic</b>" not MVC Model and the output page of this BSP conatins the Push Buttons which will handle the <b>Download to XLS,XML,HTML and PDF</b> along with the output Table view.
    This particular output page is stateful.
    The Output is displayed in the Tableview as per the selection and now if I use the Buttons to Download the Tableview content to any of the above mentioned options(XLS,XML,HTML,PDF) It gets downloaded perfectly depending on the choosed option and shows the Downloaded Content in a new window.
    Now after seeing the downloaded content in the respective format in the new window the User closes the window manually.This closing of window is not done thru the code.
    After closing the Download content window manually and now If I press REFRESH Button on the INTERNET EXPLORER PAGE  a pop-up is raised saying :-
    The page cannot be refreshed without resending the information.Click RETRY to send the informmation again or click CANCEL to return to the page that you were trying to view.
    Now If I choose either RETRY or CANCEL Button I'm again getting the window  of the Downloaded Content along with the Output page.
    I debugged the BSP to know the actual reason after pressing the REFRESH Button of the Internet Explorer.
    The Events are not getting cleared and so since the last event was " to download the content to a format and to open a new window ". The window is again getting opened with all the data which was there previously as there is no code to close it.
    <b>1, How to avoid this ?</b>
    Atleast I want to close the new window (DOWNLOAD Content) thru the codeafter the USER closes it manually. Can this be acheived ?
    <b>
    2,  When Internet Explorer's REFRESH Button is pressed I want to clear everything on the particular output page.</b>
    Is it possible to do this when my page is stateful ?
    If yes can anyone help me out......
    Hope I'm clear in my explanation !!!
    Regards,
    Deepu.K

    Hello Raja,
             I want this button in the newly opened window.
    So where should I write this code ?
    My code is as follows :-
                       <br>
              <br>
    <htmlb:tableView id              = "MB51_Header"
                      table           = "<%= gt_temp %>"
                      design          = "alternating"
                      footerVisible   = "TRUE"
                      headerVisible   = "true"
                      headerText      =
               "<%= otr/BSHP/FM_BSP/CONSIGNMENT_STOCK) %>"
                      tableLayout     = "auto"
                      visibleRowCount = "20"
                      width           = "100%"
                      filter          = "server"
                     iterator        = "<%= iterator %>"
                     selectionMode   = "multiselect" >
              </htmlb:tableView>
            </htmlb:trayBody>
          </htmlb:tray>
          <br>
          <br>
          <%
      data: gv_event type ref to if_htmlb_data.
      gv_event ?= cl_htmlb_manager=>get_event_ex( request ).
      if gv_event is not initial.
      case gv_event->event_server_name.
      when 'HandleUpload'.
      IF display_url IS NOT INITIAL.
          %>
          <script language="Javascript">
          window.open("<%= display_url%>");
          </script>
          <%
      ENDIF.
      endcase.
      endif.
      clear: gv_event,display_url.
          %>
    Regards,
    Deepu.K
    Message was edited by:
            deepu k
    Message was edited by:
            deepu k
    Message was edited by:
            deepu k

  • How to set Internet home page in c2-01 model

    Hi Friends,
    Can anyony tell me how can I set my internet home page (both for accessing by pressing 0 and from internet folder) in C2-01 model?
    Thanks in advance!

    Thank you for your response and interest in helping out.
    When I click on the "Internet" symbol I get back a screen with the following options ... ..."Nokia.mobi" which take me to some Ovi (I guess) stuff
     ..."Home" which gives me the 'Check Homepage Address'
     ..."Browser" which takes me to an Opera Mini screen
    ... "Web Services" which goes to Ovi mobi, Myspace, YouTube and some bookmarks from my restore of another Nokia which I used to initially populate the C2-01.
    I just don't see anything where I can establish my own "home" screen ...

  • Internet Explorer Pages Disappear

    http://www.fotofabini.com/PUBLISH
    Friends - This four page web site appears and works properly in Safari, Firefox, and Opera. However, when I test it in Internet Explorer, the page draws completely and then completely disappears.
    Each page is one graphic with two or three invisible buttons along the bottom edge. I am testing in Safari using the Develop menu & User Agent. By trial and error I discovered that if I disable JavaScript, the pages render properly in Internet Explorer. However, I had to turn JavaScript back on to log on in here.
    What am I missing / doing wrong / forgetting? It's a Windows/Internet Explorer world out there and I hope to reach those downtrodden many. Thanks for your help. - Fabe

    There's nothing in the Activity window for that site that I can see that would cause that. The image files are not large and you only have a few files associated with each page. You might try converting the png image files to jpg and see if that helps. Other that that I can't help.
    Wyodor or Ethmoid might see something in the files that could be the culprit.

  • Switch internet explorer page to firefox

    I found an application called ViewInFirefox (formerly FirefoxView) Firefox Extension which my current page in internet explorer (IE) to show in firefox. But it does not work in IE9. Is there other replacement for it?
    Thanks

    Here is something that you can try:
    # Click on Tools and then click Options.
    # Select the Advanced panel
    # Select the General tab
    # Uncheck Use hardware acceleration where available.
    # Click File and then click Exit.
    # Start Firefox normally.
    Once you have followed those steps, you'll want to follow these as well and see if the lines are gone.
    Click the Help menu and select Restart with Add-ons Disabled.
    Let me know if this has eliminated the problem.

  • White lines in internet explorer page

    Internet explorer is showing white space lines, how can I remove these? I am attaching the html
    http://E:\Seagate\Wade\Gallery\AfricanDaisy\africandaisy.html

    You should copy your HTML code and paste it here. Dont drag-n-drop the file please.

  • Is there a way to set internet explorer compatibility on my Mac (in Chrome or Safari)?

    I am trying to view a website that requires IE compatibility.  There is a Chrome extension called IE Tab but it only works on a Windows machine, not a Mac.  Any idea what works on a Mac?

    I am trying to view a website that requires IE compatibility.
    If at all possible avoid that website. I would be concerned about undesirable things going into your computer.  In the Windows world Internet Explorer is a common conduit to damage computers.
    If they are shortsighted enough to do this I would be very concerned about other mistakes they may be making.
    My browser of choice is Firefox.

  • My IPAD 2 is freezing on the principal internet explorer page.  It presents the google home page with a grey filter over it and does not respond to any touch or key.  All other internet dependent functions seem to be working (i.e. mail, various APPs etc.)

    My IPAD 2 is freezing on the principal internet access page.  It comes up through a light grey filter and does not respond to any touch or keys.  All other internet dependent functions seem to be working fine (mail, various APPs).  How do I "unfreeze"?
    thanks
    geoff1949

    Geoff-
    Go to Settings-Safari and Clear History and Clear Cookies and Data.
    Another thing you can try is to double-click the Home button.  A row of recent Apps will line up along the bottom of the screen.  Scroll across and find the Safari icon.  Press on it for a couple of seconds until it starts to wiggle.  A red minus sign will appear on each icon.  Press on Safari's minus sign to remove it.  This may clear its memory of the bad Google page.
    If this does not help, try resetting (rebooting) the iPad.  Hold both the Home and Sleep buttons for several seconds until the Apple logo appears.  Ignore the "Slide to power off" arrow.  The iPad will restart after a couple of minutes.  Resetting this way will not hurt anything, and sometimes clears up mysterious problems.
    Fred
    Message was edited by: Fred*M.

  • How to set Internet Explorer to return full URL for the Print Job Name

    Hello all,
    On printing a web page from IE 6, 7, and 8 using javascript window.print command, the name of the printjob is truncated only to the first 63 characters. Unlike IE 9, it returns the full URL, or at least longer.
    Does anyone know the way to set those IE versions to return full or wider URL string?

    Sorry for lack of detail in my first post. I don't believe this has anything to do with javascript. The javascript command window.print() simply gives out command to the browser to print the web content.
    The situation is that, I open a webpage, for example,
    http://www.google.com.my/#sclient=psy&hl=en&source=hp&q=some+long+parameter+value+in+the+query+string&pbx=1&oq=some+long+parameter+value+in+the+query+string
    Then I right-click on the page and choose 'Print...' to print the page to a printer. Therefore, Windows spooler system will queue the print job with all the metadata about the doc that is printing. 1 of this metadata is document/printjob name, which are
    set to the name of the doc. In case of a web page from IE, this field will be populated with the URL of the page.
    I notice that, when I do printing from IE 9 of the above URL, the field document/printjob name is the whole URL string. But while in IE 8 and below, only the first 63 characters of the URL are populated into the field. (I.e:
    http://www.google.com.my/#sclient=psy&hl=en&source=hp&q=some+l)
    I believe this field is set by the application that sent out the printing command to the spooler. In this case, it's IE.
    So, my question is, is there any reg settings for IE 8 and below to force them to put in the whole URL in that field instead of truncates them to only 63 characters?

  • Cannot set Internet Explorer Setting WarnOnZoneCrossing

    Hi, I hope anyone can assist with the following strange issue I experience.
    I want to disable the security popup you get when switching between http/https websites via a policy. To achieve this I setup a GPO Preference setting that sets this specific key.
    The strange thing now is that even if I set the preference value to 0 (zero) it will still get set to 1 (one) after GPUPDATE. I see that two regSetValue actions are executed during GPUPDATE. The first that shows up in PROCMON is the correct seting action
    to 0, immediately followed by another RegSetValue that sets it back to 1. This is in both cased done by SvcHost process.
    When I watch the activities in that specific registry key using PROCMON while checking the 'official' checkbox in the popup box to "in the future do not show this warning", that the IEXPLORE.EXE process sets the value to 0, and then
    when I run GPUpdate again I see that svchost sets it back to 1 which kinda surprises me because I have no policies active that set that property which effectively is shown when I run the Group Policy Admin tool and check the gp-results and winning GPo objects...
    Anyone any idea how to search for the reason behind this? It's rather annoying that that setting keeps getting overwritten.
    thanks
    Eric
    Best regards and many thanks in advance, Eric Vegter

    Hi Eric,
    Before going further, I need to confirm if it is only when group policy refreshes, the value will be overwritten. To check this, we can manually set the value to 0 on a client,
    and then we run gpupdate/force to refresh the policy to see if the value will get overwritten.
    Besides, what’s the winning GPO for this setting in the group policy result report, the one to set the value to 0? For double check, we can collect the following group policy
    result to check the issue:
    GPMC log
    ==================
    1. On domain controller, click Start -> Run, type GPMC.MSC, it will load the GPMC console.
    2. Right click on "Group Policy Result" and choose wizard to generate a report for the problematic computer and user account (please place appropriately). (Choose computer
    and select the proper user in the wizard)
    3. Right click the resulting group policy result and click the "Save Report…" => save report to save the report to a HTML file.
    Once you get the report, you may upload it to the Skydrive and provide us the download link.
    In addition, we can also enable group policy log to check the issue.
    How to enable GPO logging on windows 7 /2008 r2 ?
    http://blogs.technet.com/b/csstwplatform/archive/2010/11/09/how-to-enable-gpo-logging-on-windows-7-2008-r2.aspx
    TechNet Subscriber Support
    If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback here.
    Best regards,
    Frank Shen

  • How do i set tab control page size programmatically?

    Hi,
    I have a tab control in my program and each page has different amounts of controls on it. I would like to know how I can make the tab control pages resize automatically, only to fit the controls on the page and not have extra space underneath that other pages require.

    romulus wrote in message news:<[email protected]>...
    > Hi,
    >
    > I have a tab control in my program and each page has different amounts
    > of controls on it. I would like to know how I can make the tab control
    > pages resize automatically, only to fit the controls on the page and
    > not have extra space underneath that other pages require.
    You can use the tab control property 'PaneDimension' to
    programatically change the size of the tab control. To
    programatically find the areas occupied by the controls on each page:
    Use the 'Pages' property of the tab control to get a reference to the
    desired page; wire that to a property node and select the
    'ControlsOnPage[]' property; iterate through all the control
    refere
    nces, getting the position and bounds of each control, using
    'Max & Min' and shift registers to find the extent occupied by the
    controls.
    Paul Cardinale

Maybe you are looking for