Macro to Refresh report page

I need to refresh a particular sheet using macro,by placing macro behind a push button. I need to do this since there is some more vba functionality needs to be added using macro function. What kind of macro is written/used to refresh the report. Appreciate inputs...

Hi,
there are several thread about it, e.g. see please http://scn.sap.com/thread/3394877
Regards
     Roberto

Similar Messages

  • Is it possible to refresh the home page or report page automatically?

    Hi.
    I'm develping EM plugin with EM 11 extensibility.
    Is it possible to auto refresh the home page or report page?
    It contains the view data(real time 30 sec page..) select list combo at the matric detail page.
    and it is displayed on the right of the top at the database main page
    Thanks,
    wonjo.
    Edited by: wonjo on Oct 5, 2010 10:49 PM

    Also, there are enhancements in progress to the extensibility framework which will, in future versions of EM, allow this type of control over chart/table refresh for plugins.

  • Report crashes while formatting refreshed Report in Crystal Enterprise

    Hi,
    I have created a report on Crystal Enterprise 4 based on IDT universe.
    Thereafter I had refreshed report data for viewing layout to get an idea of further formatting improvements.
    While doing subtle changes report gets crashed frequently returning the following error:
    Grid row too large to fit in the page. - [JRC00002186]
    Any idea why this error occurs frequenly and how this can be handled ?
    Regards,
    Ray

    What kind of objects are there on the Report Header?
    Could you try suppressing it to make sure it's one of the objects on this section that's causing the issue?
    -Abhilash

  • How to print date/time in report page footer?

    Hi
    I have a report which users can print as PDF.
    However, I like to display current date/time in report footer.
    I can see the Page Footer in section but can't figure out how to print date/time there.
    Thanks for help.

    hi movilogo
    Please try this.
    Create hidden item P1_DATE
    Create On load process in page 1 and put this code
    begin
    :P1_DATE:=TO_CHAR(SYSDATE,'DD-MON-YYYY HH:MM:SS');
    end;
    Open your region in Page 1 put this code in Footer area
    *&P1_DATE.*
    Refresh your page.
    you will get the output like this.
    16-SEP-2009 11:09:17
    thanks
    Mark Wyatt

  • When I place a post on facebook it disappears when I go back in to check on it. My friend told me to refresh the page but I don't know how to do that.

    <blockquote>Locked by Moderator as a duplicate/re-post.
    Please continue the discussion in this thread: [/forum/1/675115]
    Thanks - c</blockquote>
    == Issue
    ==
    I have another kind of problem with Firefox
    == Description
    ==
    My post on facebook disappear. My friend told me to try refreshing the page but I don't see a refresh button. How can I do this?
    == This happened
    ==
    A few times a week
    == when i began posting on facebook
    ==
    == Troubleshooting information
    ==
    none
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows XP
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)
    == Plugins installed
    ==
    *-getplusplusadobe16249
    *nphpclipbook
    *DivX Web Player
    *Office Plugin for Netscape Navigator
    *Adobe Shockwave for Director Netscape plug-in, version 10.2
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    *Coupons, Inc. Coupon Printer DLL
    *Adobe PDF Plug-In For Firefox and Netscape
    *Default Plug-in
    *Shockwave Flash 10.0 r45
    *iTunes Detector Plug-in
    *Windows Presentation Foundation (WPF) plug-in for Mozilla browsers
    *Next Generation Java Plug-in 1.6.0_17 for Mozilla browsers
    *Npdsplay dll
    *DRM Store Netscape Plugin
    *DRM Netscape Network Object

    See Here  >  http://support.apple.com/kb/HT1808
    You may need to try this More than Once...  Be sure to Follow ALL the Steps...
    Take your time... Pay particular attention to Steps 3 and 4.
    Some users have reported as many as 8 or 9 attempts were necessary before success.
    If the issue persists...
    Then a Visit to an Apple Store or AASP (Authorized Apple Service Provider) is the Next Step...
    Be sure to make an appointment first...

  • Why can I not click a link in an Email and have it go to the link, it just refreshes the page?

    I click any link in HOTMAIL or GMAIL and all it does is refresh the page, it will not go to the linked page in a new window or even in the current window. The links work on any other web pages.

    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!

  • Causing a Report page to be opened in Excel or MS Word

    Hello Every body
    I want to redirect an HTMLDB Report page to an excel spread sheet or MS Word
    in read only mode and with an order to directly send content to printer.
    Can any body tell me how to procede ?
    thanks in advance
    sidaty

    I'm not sure if something like this might help...
    Using SQL/XML you can build a view that is compliant with the Excel 2K3 Spreadsheet ML XML Schema. You can then folder the rows in the view as documents in the XML DB repository. When you open one of these documents in Excel Excel will treat it as worksheet.
    The missing piece here would be can you embed an macro in excel that will force the document to print when it's opened...
    set define off
    set echo on
    create or replace view DEPARTMENT_WORKBOOK_XML of xmltype
    with object id
       substr
         extractValue
           object_value,
           '/Workbook/Worksheet/Table/Row[@ss:Index="2"]/Cell[@ss:Index="8"]/Data/text()',
           'xmlns="urn:schemas-microsoft-com:office:spreadsheet"
            xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"'
         1,32
    as
    select xmlroot
             xmlconcat
               xmlPI(NAME "mso-application",'progid="Excel.Sheet"'),
               xmlElement
                 "Workbook",
                 xmlAttributes
                    'urn:schemas-microsoft-com:office:spreadsheet' as "xmlns",
                    'urn:schemas-microsoft-com:office:office' as "xmlns:o",
                    'urn:schemas-microsoft-com:office:excel' as "xmlns:x",
                    'urn:schemas-microsoft-com:office:spreadsheet' as "xmlns:ss",
                    'http://www.w3.org/TR/REC-html40' as "xmlns:html"
                 xmlElement
                   "DocumentProperties",
                   xmlAttributes('urn:schemas-microsoft-com:office:office' as "xmlns"),
                   xmlForest
                     USER as "Author",
                     USER as "LastAuthor",
                     '2002-10-11T15:47:35Z' as "Created",
                     'Oracle Corporation' as "Company",
                     '11.5703' as "Version"
                 xmlElement
                   "OfficeDocumentSettings",
                   xmlAttributes('urn:schemas-microsoft-com:office:office' as "xmlns"),
                   xmlElement("DownloadComponents"),
                   xmlElement
                     "LocationOfComponents",
                     xmlAttributes('file://' as "HRef")
                 xmlElement
                   "ExcelWorkbook",
                   xmlAttributes('urn:schemas-microsoft-com:office:excel' as "xmlns"),
                   xmlForest
                     '8835' as "WindowHeight",
                     '14220' as "WindowWidth",
                     '480' as "WindowTopX",
                     '60' as "WindowTopY",
                     'False' as "ProtectStructure",
                     'False' as "ProtectWindows"
                   xmlElement("HideHorizontalScrollBar")
                 xdburiType('/home/SCOTT/Workbooks/Styles.xml').getXML(),
                 xmlElement
                   "Worksheet",
                   xmlAttributes(d.DEPARTMENT_NAME as "ss:Name"),
                   xmlElement
                     "Table",
                     xmlAttributes
                       '11' as "ss:ExpandedColumnCount",
                       ( select '' || 14 + count(*) || '' from HR.EMPLOYEES e where e.DEPARTMENT_ID = d.DEPARTMENT_ID) as "ss:ExpandedRowCount",
                       '1' as "x:FullColumns",
                       '1' as "x:FullRows"
                     xmlElement("Column",xmlAttributes('25' as "ss:Width")),
                     xmlElement("Column",xmlAttributes('75' as "ss:Width")),
                     xmlElement("Column",xmlAttributes('60' as "ss:Width", '1' as "ss:Span")),
                     xmlElement("Column",xmlAttributes('5' as "ss:Index", '75' as "ss:Width")),
                     xmlElement("Column",xmlAttributes('100' as "ss:Width", '1' as "ss:Span")),
                     xmlElement("Column",xmlAttributes('8' as "ss:Index", '100' as "ss:Width")),
                     xmlElement("Column",xmlAttributes('60' as "ss:Width")),
                     xmlElement("Column",xmlAttributes('60' as "ss:Width")),
                     xmlElement("Column",xmlAttributes('75' as "ss:Width")),
                     xmlElement
                       "Row",
                       xmlAttributes('2' as "ss:Index"),                
                       xmlElement
                         "Cell",
                         xmlAttributes('2' as "ss:Index", '3' as "ss:MergeAcross", '2' as "ss:MergeDown",'DepartmentName' as "ss:StyleID"),
                         xmlElement("Data", xmlAttributes('String' as "ss:Type"), 'Department : ' || DEPARTMENT_NAME )
                       xmlElement
                         "Cell",
                         xmlAttributes('7' as "ss:Index", 'Caption' as "ss:StyleID"),
                         xmlElement("Data", xmlAttributes('String' as "ss:Type"), 'ID :' )
                       xmlElement
                         "Cell",
                         xmlAttributes('8' as "ss:Index", 'Bold' as "ss:StyleID"),
                         xmlElement("Data", xmlAttributes('String' as "ss:Type"), d.DEPARTMENT_ID )
                     xmlElement
                       "Row",
                       xmlAttributes('4' as "ss:Index"),                
                       xmlElement
                         "Cell",
                         xmlAttributes('7' as "ss:Index", 'Caption' as "ss:StyleID"),
                         xmlElement("Data", xmlAttributes('String' as "ss:Type"), 'Location :' )
                       xmlElement
                         "Cell",
                         xmlAttributes('8' as "ss:Index", 'Bold' as "ss:StyleID"),
                         xmlElement("Data", xmlAttributes('String' as "ss:Type"), STREET_ADDRESS )
                     xmlElement
                       "Row",
                       xmlAttributes('5' as "ss:Index"),                
                       xmlElement
                         "Cell",
                         xmlAttributes('8' as "ss:Index", 'Bold' as "ss:StyleID"),
                         xmlElement("Data", xmlAttributes('String' as "ss:Type"), CITY )
                     xmlElement
                       "Row",
                       xmlAttributes('6' as "ss:Index"),                
                       xmlElement
                         "Cell",
                         xmlAttributes('8' as "ss:Index", 'Bold' as "ss:StyleID"),
                         xmlElement("Data", xmlAttributes('String' as "ss:Type"), STATE_PROVINCE )
                     xmlElement
                       "Row",
                       xmlAttributes('7' as "ss:Index"),                
                       xmlElement
                         "Cell",
                         xmlAttributes('8' as "ss:Index", 'Bold' as "ss:StyleID"),
                         xmlElement("Data", xmlAttributes('String' as "ss:Type"), POSTAL_CODE )
                     xmlElement
                       "Row",
                       xmlAttributes('8' as "ss:Index"),                
                       xmlElement
                         "Cell",
                         xmlAttributes('8' as "ss:Index", 'Bold' as "ss:StyleID"),
                         xmlElement("Data", xmlAttributes('String' as "ss:Type"), COUNTRY_NAME )
                     xmlElement
                       "Row",
                       xmlAttributes('10' as "ss:Index"),                
                       xmlElement
                         "Cell",
                         xmlAttributes('7' as "ss:Index", 'Caption' as "ss:StyleID"),
                      xmlElement("Data", xmlAttributes('String' as "ss:Type"), 'Manager :' )
                       xmlElement
                         "Cell",
                         xmlAttributes('8' as "ss:Index", 'Bold' as "ss:StyleID"),
                         xmlElement("Data", xmlAttributes('String' as "ss:Type"), m.FIRST_NAME || ' ' || m.LAST_NAME )
                     xmlElement
                       "Row",
                       xmlAttributes('12' as "ss:Index"),                
                       xmlElement
                         "Cell",
                         xmlAttributes('2' as "ss:Index", 'BoldRight' as "ss:StyleID"),
                         xmlElement("Data", xmlAttributes('String' as "ss:Type"), 'Employee ID')
                       xmlElement("Cell", xmlAttributes('BoldLeft' as "ss:StyleID"), xmlElement("Data", xmlAttributes('String' as "ss:Type"), 'First Name')),
                       xmlElement("Cell", xmlAttributes('BoldLeft' as "ss:StyleID"), xmlElement("Data", xmlAttributes('String' as "ss:Type"), 'Last Name')),
                       xmlElement("Cell", xmlAttributes('BoldLeft' as "ss:StyleID"), xmlElement("Data", xmlAttributes('String' as "ss:Type"), 'Email Address' )),
                       xmlElement("Cell", xmlAttributes('BoldCentered' as "ss:StyleID"), xmlElement("Data", xmlAttributes('String' as "ss:Type"), 'Phone Number' )),
                       xmlElement("Cell", xmlAttributes('BoldRight' as "ss:StyleID"), xmlElement("Data", xmlAttributes('String' as "ss:Type"), 'Hire Date')),
                       xmlElement("Cell", xmlAttributes('BoldRight' as "ss:StyleID"), xmlElement("Data", xmlAttributes('String' as "ss:Type"), 'Job Title')),
                       xmlElement("Cell", xmlAttributes('BoldRight' as "ss:StyleID"), xmlElement("Data", xmlAttributes('String' as "ss:Type"), 'Salary')),
                       xmlElement("Cell", xmlAttributes('BoldRight' as "ss:StyleID"), xmlElement("Data", xmlAttributes('String' as "ss:Type"), 'Commission'))
                     xmlElement
                       "Row",
                       xmlElement("Cell",xmlAttributes('2' as "ss:Index", 'BodyDefault' as "ss:StyleID")),
                       xmlElement("Cell", xmlAttributes('BodyDefault' as "ss:StyleID")),
                       xmlElement("Cell", xmlAttributes('BodyDefault' as "ss:StyleID")),
                       xmlElement("Cell", xmlAttributes('BodyDefault' as "ss:StyleID")),
                       xmlElement("Cell", xmlAttributes('BodyDefault' as "ss:StyleID")),
                       xmlElement("Cell", xmlAttributes('BodyDefault' as "ss:StyleID")),
                       xmlElement("Cell", xmlAttributes('BodyDefault' as "ss:StyleID")),
                       xmlElement("Cell", xmlAttributes('BodyDefault' as "ss:StyleID")),
                       xmlElement("Cell", xmlAttributes('BodyDefault' as "ss:StyleID"))
                     ( select xmlAgg
                                xmlElement
                                  "Row",
                                  xmlElement
                                    "Cell",
                                    xmlAttributes('2' as "ss:Index", 'BodyDefault' as "ss:StyleID"),
                                    xmlElement("Data", xmlAttributes('Number' as "ss:Type"),  e.EMPLOYEE_ID)
                                  xmlElement("Cell", xmlAttributes('BodyDefault' as "ss:StyleID"), xmlElement("Data", xmlAttributes('String' as "ss:Type"),  e.FIRST_NAME)),
                                  xmlElement("Cell", xmlAttributes('BodyDefault' as "ss:StyleID"), xmlElement("Data", xmlAttributes('String' as "ss:Type"),  e.LAST_NAME)),
                                  xmlElement("Cell", xmlAttributes('BodyDefault' as "ss:StyleID"), xmlElement("Data", xmlAttributes('String' as "ss:Type"),  e.EMAIL )),
                                  xmlElement("Cell", xmlAttributes('BodyRight' as "ss:StyleID"), xmlElement("Data", xmlAttributes('String' as "ss:Type"),  e.PHONE_NUMBER )),
                                  xmlElement("Cell", xmlAttributes('HireDate' as "ss:StyleID"), xmlElement("Data", xmlAttributes('DateTime' as "ss:Type"),  to_char(to_char(e.HIRE_DATE,'YYYY-MM-DD"T00:00:00.000"')))),
                                  xmlElement("Cell", xmlAttributes('BodyRight' as "ss:StyleID"), xmlElement("Data", xmlAttributes('String' as "ss:Type"),  j.JOB_TITLE)),
                                  xmlElement("Cell", xmlAttributes('Currency' as "ss:StyleID"), xmlElement("Data", xmlAttributes('Number' as "ss:Type"),  e.SALARY)),
                                  xmlElement("Cell", xmlAttributes('Percent' as "ss:StyleID"), xmlElement("Data", xmlAttributes('Number' as "ss:Type"),  e.COMMISSION_PCT))
                         from HR.EMPLOYEES e, HR.JOBS j  
                        where e.DEPARTMENT_ID = d.DEPARTMENT_ID
                          and e.JOB_ID = j.JOB_ID
                     xmlElement
                       "Row",
                       xmlElement("Cell", xmlAttributes('2' as "ss:Index", 'TableBottom' as "ss:StyleID")),
                       xmlElement("Cell", xmlAttributes('TableBottom' as "ss:StyleID")),
                       xmlElement("Cell", xmlAttributes('TableBottom' as "ss:StyleID")),
                       xmlElement("Cell", xmlAttributes('TableBottom' as "ss:StyleID")),
                       xmlElement("Cell", xmlAttributes('TableBottom' as "ss:StyleID")),
                       xmlElement("Cell", xmlAttributes('TableBottom' as "ss:StyleID")),
                       xmlElement("Cell", xmlAttributes('TableBottom' as "ss:StyleID")),
                       xmlElement("Cell", xmlAttributes
                                            'SalaryTotal' as "ss:StyleID",
                                            'SUM(R[-' || ( select '' || count(*) || '' from HR.EMPLOYEES e where e.DEPARTMENT_ID = d.DEPARTMENT_ID) || ']C:R[-1]C)' as "ss:Formula")
                       xmlElement("Cell", xmlAttributes('TableBottom' as "ss:StyleID"))
                   xmlElement
                     "WorksheetOptions",
                     xmlAttributes('urn:schemas-microsoft-com:office:excel' as "xmlns"),
                     xmlElement
                       "Print",
                       xmlElement("ValidPrintInfo"),
                       xmlElement("HorizontalResolution",96),
                       xmlElement("VerticalResolution",96),
                       xmlElement("NumberOfCopies",0)
                  xmlElement("DoNotDisplayGridlines"),
                     xmlElement("Selected"),
                     xmlElement
                       "Panes",
                       xmlElement
                         "Pane",
                         xmlElement("Number",1),
                         xmlElement("ActiveRow",1),
                         xmlElement("ActiveCol",1)
                     xmlElement("ProectedObjects",'False'),
                     xmlElement("ProectedSecenarios",'False')
             ),VERSION '1.0'
      from HR.DEPARTMENTS d, HR.LOCATIONS l, HR.COUNTRIES c, HR.EMPLOYEES m
    where d.LOCATION_ID = l.LOCATION_ID
       and l.COUNTRY_ID = c.COUNTRY_ID
       and d.MANAGER_ID = m.EMPLOYEE_ID
    show errors
    create or replace trigger DEPARTMENT_WORKBOOK_DML
    instead of INSERT or UPDATE or DELETE on DEPARTMENT_WORKBOOK_XML
    begin
    null;
    end;
    show errors
    pause
    declare
      targetPath varchar2(1024) := '/home/SCOTT/Workbooks';
      xmlText CLOB :=
    '<Styles xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:x="urn:schemas-microsoft-com:office:excel">
              <Style ss:ID="Default" ss:Name="Normal">
                   <Alignment ss:Vertical="Bottom" ss:Horizantal="Left"/>
                   <Borders/>
                   <Font/>
                   <Interior ss:Color="#FFFFFF" ss:Pattern="Solid"/>
                   <NumberFormat/>
                   <Protection/>
              </Style>
              <Style ss:ID="Caption">
                   <Font x:Family="Swiss" ss:Bold="1" ss:Italic="1"/>
              </Style>
              <Style ss:ID="Bold">
                   <Font x:Family="Swiss" ss:Bold="1"/>
              </Style>
              <Style ss:ID="BodyDefault">
                   <Alignment ss:Vertical="Bottom" ss:Horizantal="Left"/>
                   <Borders>
                        <Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"/>
                        <Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"/>
                   </Borders>
                   <Font/>
                   <Interior ss:Color="#C0C0C0" ss:Pattern="Solid"/>
                   <NumberFormat/>
                   <Protection/>
              </Style>
              <Style ss:ID="TableBottom">
                   <Alignment ss:Vertical="Bottom" ss:Horizantal="Left"/>
                   <Borders>
                        <Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"/>
                        <Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"/>
                        <Border ss:Position="Bottom" ss:LineStyle="Double" ss:Weight="3"/>
                   </Borders>
                   <Font/>
                   <Interior ss:Color="#C0C0C0" ss:Pattern="Solid"/>
                   <NumberFormat/>
                   <Protection/>
              </Style>
              <Style ss:ID="SalaryTotal">
                   <Alignment ss:Vertical="Bottom" ss:Horizantal="Left"/>
                   <Borders>
                        <Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"/>
                        <Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"/>
                        <Border ss:Position="Bottom" ss:LineStyle="Double" ss:Weight="3"/>
                   </Borders>
                   <Font/>
                   <Interior ss:Color="#C0C0C0" ss:Pattern="Solid"/>
                   <NumberFormat ss:Format="_(&quot;$&quot;* #,##0.00_);_(&quot;$&quot;* \(#,##0.00\);_(&quot;$&quot;* &quot;-&quot;??_);_(@_)"/>
                   <Protection/>
              </Style>
              <Style ss:ID="HeadDefault">
                   <Alignment ss:Vertical="Bottom" ss:Horizantal="Left"/>
                   <Borders/>
                   <Font/>
                   <Interior ss:Color="#00CCFF" ss:Pattern="Solid"/>
                   <NumberFormat/>
                   <Protection/>
              </Style>
              <Style ss:ID="HireDate">
                   <Alignment ss:Vertical="Bottom" ss:Horizontal="Right"/>
                   <Borders>
                        <Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"/>
                        <Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"/>
                   </Borders>
                   <Font/>
                   <Interior ss:Color="#C0C0C0" ss:Pattern="Solid"/>
                   <NumberFormat ss:Format="[ENG][$-409]mmmm\ d\,\ yyyy;@"/>
                   <Protection/>
              </Style>
              <Style ss:ID="DepartmentName">
                   <Alignment ss:Vertical="Center" ss:Horizontal="Left"/>
                   <Borders>
                        <Border ss:Position="Bottom" ss:LineStyle="Double" ss:Weight="3"/>
                        <Border ss:Position="Left" ss:LineStyle="Double" ss:Weight="3"/>
                        <Border ss:Position="Right" ss:LineStyle="Double" ss:Weight="3"/>
                        <Border ss:Position="Top" ss:LineStyle="Double" ss:Weight="3"/>
                   </Borders>
                   <Font x:Family="Swiss" ss:Bold="1" ss:Size="18"/>
                   <Interior ss:Color="#FFCC00" ss:Pattern="Solid"/>
                   <NumberFormat/>
                   <Protection/>
              </Style>
              <Style ss:ID="BoldCentered">
                   <Alignment ss:Vertical="Bottom" ss:Horizontal="Center"/>
                   <Borders>
                        <Border ss:Position="Top" ss:LineStyle="Double" ss:Weight="3"/>
                        <Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"/>
                        <Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"/>
                        <Border ss:Position="Bottom" ss:LineStyle="Continuous" ss:Weight="1"/>
                   </Borders>
                   <Font ss:Color="#FFFFFF" x:Family="Swiss" ss:Bold="1"/>
                   <Interior ss:Color="#0000FF" ss:Pattern="Solid"/>
                   <NumberFormat/>
                   <Protection/>
              </Style>
              <Style ss:ID="BoldLeft">
                   <Alignment ss:Vertical="Bottom" ss:Horizontal="Left"/>
                   <Borders>
                        <Border ss:Position="Top" ss:LineStyle="Double" ss:Weight="3"/>
                        <Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"/>
                        <Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"/>
                        <Border ss:Position="Bottom" ss:LineStyle="Continuous" ss:Weight="1"/>
                   </Borders>
                   <Font ss:Color="#FFFFFF" x:Family="Swiss" ss:Bold="1"/>
                   <Interior ss:Color="#0000FF" ss:Pattern="Solid"/>
                   <NumberFormat/>
                   <Protection/>
              </Style>
              <Style ss:ID="BoldRight">
                   <Alignment ss:Vertical="Bottom" ss:Horizontal="Right"/>
                   <Borders>
                        <Border ss:Position="Top" ss:LineStyle="Double" ss:Weight="3"/>
                        <Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"/>
                        <Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"/>
                        <Border ss:Position="Bottom" ss:LineStyle="Continuous" ss:Weight="1"/>
                   </Borders>
                   <Font ss:Color="#FFFFFF" x:Family="Swiss" ss:Bold="1"/>
                   <Interior ss:Color="#0000FF" ss:Pattern="Solid"/>
                   <NumberFormat/>
                   <Protection/>
              </Style>
              <Style ss:ID="BodyCentered">
                   <Alignment ss:Vertical="Bottom" ss:Horizontal="Center"/>
                   <Borders>
                        <Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"/>
                        <Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"/>
                   </Borders>
                   <Font x:Family="Swiss"/>
                   <Interior ss:Color="#C0C0C0" ss:Pattern="Solid"/>
                   <NumberFormat/>
                   <Protection/>
              </Style>
              <Style ss:ID="BodyLeft">
                   <Alignment ss:Vertical="Bottom" ss:Horizontal="Left"/>
                   <Borders>
                        <Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"/>
                        <Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"/>
                   </Borders>
                   <Font x:Family="Swiss"/>
                   <Interior ss:Color="#C0C0C0" ss:Pattern="Solid"/>
                   <NumberFormat/>
                   <Protection/>
              </Style>
              <Style ss:ID="BodyRight">
                   <Alignment ss:Vertical="Bottom" ss:Horizontal="Right"/>
                   <Borders>
                        <Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"/>
                        <Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"/>
                   </Borders>
                   <Font x:Family="Swiss"/>
                   <Interior ss:Color="#C0C0C0" ss:Pattern="Solid"/>
                   <NumberFormat/>
                   <Protection/>
              </Style>
              <Style ss:ID="Currency" ss:Name="Currency">
                   <Borders>
                        <Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"/>
                        <Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"/>
                   </Borders>
                   <Interior ss:Color="#C0C0C0" ss:Pattern="Solid"/>
                   <NumberFormat ss:Format="_(&quot;$&quot;* #,##0.00_);_(&quot;$&quot;* \(#,##0.00\);_(&quot;$&quot;* &quot;-&quot;??_);_(@_)"/>
              </Style>
              <Style ss:ID="Percent" ss:Name="Percent">
                   <Borders>
                        <Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"/>
                        <Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"/>
                   </Borders>
                   <Interior ss:Color="#C0C0C0" ss:Pattern="Solid"/>
                   <NumberFormat ss:Format="0%"/>
              </Style>
         </Styles>';
      res boolean;
    begin
      if (not dbms_xdb.existsResource(targetPath)) then
        res := dbms_xdb.createFolder(targetPath);
      end if;
      targetPath := targetPath || '/' || 'Styles.xml';
      if dbms_xdb.existsResource(targetPath) then
        dbms_xdb.deleteResource(targetPath);
      end if;
      res := dbms_xdb.createResource(targetPath,xmlText);
    end;
    commit
    pause
    declare
      cursor getDepartments is
        select ref(d) XMLREF,
               substr
                 extractValue
                   object_value,
                   '/Workbook/Worksheet[1]/@ss:Name',
                   'xmlns="urn:schemas-microsoft-com:office:spreadsheet"
                   xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"'
                 1,32
               ) NAME
          from DEPARTMENT_WORKBOOK_XML d;
      res boolean;
      targetFolder varchar2(1024) :=  '/home/SCOTT/Workbooks/Departments';
    begin
      if dbms_xdb.existsResource(targetFolder) then
         dbms_xdb.deleteResource(targetFolder,dbms_xdb.DELETE_RECURSIVE);
      end if;
      res := dbms_xdb.createFolder(targetFolder);
      for dept in getDepartments loop
        res := DBMS_XDB.createResource(targetFolder || '/' || dept.NAME || '.xml', dept.XMLREF);
      end loop;
    end;
    commit
    pause
    quitThe above example assumes user SCOTT (yeah I know !), and that user SCOTT has access to the HR schema and write access to an xdb repository folder called /home/SCOTT. It will create a document for each DEPARTMENT containing the employees for that department.

  • Bug Report: Page # and Icon Lost After Rename

    I love the new file management features in version 10.3 but I noticed some problems right away.
    After renaming a document, the current page position is lost and the document opens at page 1.  This first one I renamed was a 400-page book and this was a bit annoying.  I realize this is consistent with the desktop version which does not save the page position, but it is inconsistent with the iPad behavior for opening and closing documents.  A fix or a warning should be implemented.
    Also lost is the document icon, which reverts to a generic Reader logo.  This is more of a cosmetic thing.  I noticed the icon does not get restored after opening the document.  It seems necessary to scroll down to page 2 for the icon to refresh.

    Here is  the bug report page:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • How to use url to open report and refresh report's data,but the report's toolbar haven't "refresh data" button

    Post Author: madbird
    CA Forum: WebIntelligence Reporting
    HI,
    scenario is
    I hope use url to open the report,and refresh the report data,but I didn't the user use the "refresh data" button to refresh the report's data.How to do that?
    regards

    Post Author: madbird
    CA Forum: WebIntelligence Reporting
    Thank you for your attention, amr_foci .
    I created a Web Intelligence report,there will be more than 30 companies use.The company only allowed to see the Company Data. I want to use the url of the way, from my company in the development of the system to open report, and refresh reported Table data.but do not want users to use the toolbar of "data refresh" button to refresh the data .
    Now the question of identity authentication system, as well as statements by url open the question of Has been resolved, but it can not shield statements through the pages of "data refresh" button.
    In addition, I now used by the business object XI system is posted on the JAVA environment.
    Regards,

  • How to get refreshed report

    Dear Friends,
    I have attached my report in my .aspx file.
    I am passing the condition through myCrystalReportViewer.SelectionFormula
    It was showing all record's reports those are tested in CR2008.
    But as soon as we have entered a new record through our web form, it is not displaying the report.
    I have added "myCrystalReportViewer.RefreshReport()".
    Then also it is not displaying the report for the new record entered, where as the previous records are running fine.
    Can any one please tell what code should I add or steps in CR2008 to get this report after entering any record.
    Thanks and regards
    Edited by: Md. Mushtaque on Sep 1, 2008 5:03 PM

    Dear The Panda,
    As per your reply I have followed all steps.
    Unchecked "Save Data with Report" in Sub Report
    Checked the Links between Sub Report and Main Report
    Now on calling the report from my web form only a blank page with TextObject's text is coming.
    I Could not understand that why this is happening or what is the concept behind linking a report from Web forms.
    How to get refreshed report?
    Well thanks for your reply, but now God knows how to solve this problem.
    Thanks again

  • Refresh 1 page in a application

    Hi all,
    I have an application with 2 pages 1 has a report and the other has a form.
    i have added a meta to the head of the page.
    <meta http-equiv=Refresh content="20;">
    I only want to refresh the report page but when i am on the form page it also refreshes. I think this is because it there are using the same page template.
    Any help would be great?
    Thanks
    Kevin

    When you are on the form page which refreshes, do a 'View Source' and see if your meta refresh is in there. If it is (and probably it is since it refreshes), you must have put it into the template header rather than the single page header. When you're on the 'Edit Page' page, go to 'Edit Attributes' and put it there under 'HTML Header'.
    Pavel

  • Safari, always refreshes a page when opening

    When I have multiple pages open in safari and want to change back to a different page then it always refreshes that page. Can it be set to simply go back to that window and keep the page as it was? Pretty sure it doesn't work like that on the iPhone

    timp55 wrote:
    Thanks for that - will go take a look. I assume it's gonna be another app to sneak memory - which looks to be why the page refreshes in the first place. I'd struggle to believe it's a memory thing - my iPad is only hours old, has sync'd once, has very few apps, no music or videos but the refresh was the first thing I noticed about using Safari on the iPad.
    The memory being talked about is actually RAM memory of which all iPad models have 256 MBs. This is not referring to the flash memory size which varies between models, e.g. 16GB, 32GB, or 64GB. Applications use RAM memory to run in while flash memory is used more like a hard drive.
    However, I believe that it's not exactly the 256 MB RAM size that causes Safari to reload pages but rather the strategy it uses to manage memory utilization. It has been reported that some of the other browsers available on the iPad are much better at not reloading pages. You should check them out if this is a problem for you.
    Search the forum for this topic and you will see other posts on this subject.

  • LUMIRA Server Auto refresh reports

    Hi,
    In Lumira Server 1.17. Is it possible to auto-refresh reports without refreshing the web page? Only when I refresh the page, then the data gets updated.
    Thanks.

    Hi Cherry,
    I believe the only option to schedule a refresh of a Lumira data set is when it is based on a .UNX universe. The BI 4.1 platform will enable this functionality from within the CMC. Here you can schedule a refresh and the data will be updated on the HANA platform.
    Please let me know if you have any additional questions!
    With kind regards,
    Martijn van Foeken | Intenzz

  • Problem Refreshing Report Region

    I have a Report Region, based on a SQL Query. It works fine, and returns the records Queried.
    My problem, is that it is not Refreshing, after page Refresh. I even tried Logiing out, and then back in. In my latest attempt, I deleted ALL the records, logged out, and then back in. The prior Report Results were still there. It seems like it is Cached somewhere. The Caching is set to Not Cached.
    I am stumped.
    Please give me advice. Thanks!

    I have seen that only when I thought my query is selecting from a particular table but that wasn't the case. You could create an empty copy of your table and replace the original one in the sql just to see what happens.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Refresh Report

    I have a page which has 3 regions.
    Region 1: Chart with animation
    Region 2: Report1 with a link to Report2
    Region 3: Report2
    At the moment, if I click the link in Report1, then the page is submitted and Report2 is refreshed, as well as the chart.
    Ideally, I would like to click the link in Report1 and the data in Report2 is refreshed, without refreshing the page, ie, the chart is not refreshed.
    I have tried playing with partial page refresh, but cannot get it to work.
    I have a workspace on oracle [http://apex.oracle.com/pls/apex/f?p=4550:1:]
    Workspace: GUSCRIGHTON
    Usernane: [email protected]
    Password: terminator
    Application 33310 GUS_TEST
    Page 43
    Thanks in advance
    Gus

    Hello Gus C,
    Check your application in workspace, if the functionality is working or not?
    What I have done is:
    <ul>
    <li>
    Written a javascript function in the Region Header of Employees region to refresh the region:
    <script type="text/javascript">
    function EmployeesRefresh(){
      pId = '#REGION_ID#';   // report region id
      //alert(pId);
      $a_report(pId.substring(1),'1','15');  // APEX built-in
    </script></li>
    <li>
    Written a javascript function in the Page HTML Header of your page:
    <script type="text/javascript">
    function f_set_shop_id(p_shop_id) {
      var gReturn;
      var ajaxRequest = new htmldb_Get(null,$v('pFlowId'),'APPLICATION_PROCESS=SET_ITEM_VALUE',0);
      ajaxRequest.add('P43_SHOP_ID',parseInt(p_shop_id));
      gReturn = ajaxRequest.get();
      EmployeesRefresh();
      ajaxRequest = null;
    </script>The above function is an AJAX call which calls an Application Process viz. SET_ITEM_VALUE which does nothing.
    But the code line:
    ajaxRequest.add('P43_SHOP_ID',parseInt(p_shop_id));adds a parameter to AJAX request which sets the item value for item P43_SHOP_ID.
    </li>
    <li>
    After the completion of AJAX call the code line:
    EmployeesRefresh();calls the function to refresh the report Employees.
    </li>
    <li>
    Finally changed the column link for column SHOP_ID in Shop Details report:
    <ul>
    <li>
    Target : URL
    </li>
    <li>
    URL : javascript:f_set_shop_id('#SHOP_ID#');</li>
    </li>
    </ul>
    </li>
    </ul>
    I have checked the above functionality on Mozilla Firefox 11.0.
    Hope it helps!
    Regards,
    Kiran

Maybe you are looking for

  • Bypass selecting a user and going straight to log in screen.

    When i boot my computer up it comes to the Ctrl alt delete screen, like it is supposed to.  But when i press ctrl alt delete it brings me to a screen where i have to select a profile and the only profile available is "Other User".  I want to know how

  • Airport Express: AirTunes via ethernet?

    My current setup: Verizon DSL wireless router & an Airport Express on a WEP wireless network (the Airport Express is not wired to the router). MacBook streaming music to my stereo wirelessly via AirTunes. My question: If I connect a Mac Pro to my Air

  • How do I restore a spreadsheet in numbers that is black and wil not open?

    How do I restore a spreadsheet that comes up black and will not open?

  • ZEN MicroPhoto STARTING PROB

    Hi,all i got some strange error on my ZEN on startup. when i've switched ON appears CREATIVE welcome notes and player hang up on this ..nothing more happend..i've tried to remove battery to restart them but wont help ..no response for any actions..no

  • Lost tunes, recovered but will not show in iTunes

    I purchased my first iPod from another person, and it was loaded with songs. I did what it seems all other newbies did and hooked it up to the computer and lost every song. I found a great recovery program called Handy Recover and retrieved 950 files