Cflayout and Fixed headers

I am using a cflayout and cflayoutarea page to bind other pages into a center area.  One of the pages is a large table with a lot of data.   I can't figure out how to create a fixed header that is cross browser supported other than a JQuery solution on the net.  I can't get the Jquery solution to work because I can't figure out how to make JQuery work inside of a cflayoutarea.  I know if you use CF's ajax controls you can just put <cfajaximport tags="cftooltip">.  How can you import a custom JQuery tag or is there a better way to make a cross browser fixed header for a table inside of a cflayoutarea?

there is nothing to do with servelts to solve thisCorrect. You may use IFRAME element on your page.

Similar Messages

  • Keeping row and column headers while scrolling inside a Web Dynpro table

    Hi,
    I have to display a 2x2 matrix with storage location names on the x-axis (i.e. as Column Headers) and material names on the y-axis (i.e. row headers). The table data represents the quantities of a particular material in a particular storage location.
    I am using dynamic UI generation to create this table. It can contain as many as 150 columns and almost as many rows. I dont want a page level scrollbar, and hence, have placed my table inside a scroll container UI element with a fixed height and width.
    I need a way to let the users use the scrollbars inside the scroll container, but still let them see the row  and column headers. Is there a way that I can do this in Dynpro for Java?
    Thanks,
    Navneet Nair.

    Hi Kenn,
    You are probably better off posting this request in this forum User Interface Development in ABAP as you are more likely to get a response.
    Cheers,
    Neil.

  • Is the high definition (HD) display of my new laptop the culprit behind my tiny impossible to read icons and menu headers in all my CS5 adobe programs?

    The toolbox icons and menu headers are too small to read in all my adobe cs5 programs. I just purchased a new laptop with a high definition (HD) screen and 1920x1080 resolution. So far I tried dropping the resolution to 1680x1050 that does not solve the problem. I went into photoshop preferences/interface and bumped up text size to "large" and that made text in menus readable but not the icons or menu headers. Then it occurred to me, the one thing that is different is the HD display. Does anyone know if that is the reason for the tiny icons and text?  Thanks for your help.

    Hi Gene,
    I tried what you mentioned and wow! the icons and menu headers in photoshop are a normal size again.
    One other thing I did since my first post, I found a way to bump up the size of text in the display settings of Windows and that fixed readability in most of the adobe products I use ( acrobat pro, illustrator, indesign, bridge-somewhat) but not photoshop. Anyways, thanks for your advice! you have saved me from ruining my eyesight.
    - Carmen

  • Display of  Row and Column Headers in NW2004s Bex Analyzer

    Hi all,
    when I open a query with the NW2004s Bex Analyzer (Excel)Frontend <b>Row and Column Headers are not visible</b>. I need to go to <b>"Tools-Options" and check the box  for "Row and Column Headers" which seems to be unchecked by default</b>.
    Is there <b>a possibility to make the Row and Column Headers visible by default when I open a query</b> so that I don't have to use Tools-Options every time.
    Thanks
    Alex

    This is fixed with SP8. The default template doesn't have this specified in SP7. It's a very easy fix. Just specify that the column headers are specified by default. Then save this new workbook as the global workbook template such that all queries use this new template. You can customize this standard template however you like!

  • Fixed headers while scrolling works fine in bids but not when deployed to reportserver

    Hi, I am using SQL Server 2008 R2 & deploying a report to reportserver with fixed headers while scrolling, this works fine in bids but not when deployed to reportserver. We are IE 9.
    Thanks in advance...............
    Ione

    Hi ione721,
    Since you have identified the 2 xml files are identical, according to my knowledge, there maybe a compatibility issue with IE 9 and SSRS 2008 R2, so I suggest that you could run the report in compatibility mode. Please make sure you have turned on Compatibility
    View in Internet Explorer 9 by following steps:
    When Internet Explorer recognizes that a webpage is not compatible, you will see the Compatibility View button on the Address bar. Try clicking it.
    When Compatibility View is turned on, the button changes from an outline to a solid color when you view the page.
    The following screenshots are for your reference:
    If you have any questions, please feel free to let me know.
    Best Regards,
    Wendy Fu

  • t:dataTable scrollable with fixed headers

    I need to make my dataTable scrollable with fixed headers, I have seen few solutions like having 2 data Tables one for headers and the other for columns and one more solution is CSS
    In the first solution the column widths in the both tables doesn't match( I think this can be fine tuned to have a fixed column size)
    Can some one help me out in doing this with CSS.

    I did some thing like this, please help me out my columns of botht ables doesn't match
    <htm:table>
    <htm:body>
    <htm:tr>
    <htm:td>
    <t:div>
    <t:div>
    <t:dataTable
         renderedIfEmpty="false"
         preserveDataModel="false"
         preserveSort="true"
         varDetailToggler="detailToggler"
         headerClass="alignLeft"
         rowClasses="oddTableRow,evenTableRow"
         columnClasses="lastName,namePrefix,firstName,middleName,nameSuffix,dirType,orgName,county,city,state,valid,select"
         rows="1"
         value="#{result.result}"
         var="legalProfessional">
    <t:column defaultSorted="false" sortable="true">
              <f:facet name="header">
                   <h:outputText value="Last Name" style="font-size:8pt;" />
              </f:facet>
         </t:column>
         <t:column defaultSorted="false" sortable="true">
              <f:facet name="header">
                   <h:outputText value="Name Prefix" style="font-size:8pt;" />
              </f:facet>
         </t:column>
         <t:column defaultSorted="false" sortable="true">
              <f:facet name="header">
                   <h:outputText value="First Name" style="font-size:8pt;" />
    </f:facet>
         </t:column>
         <t:column defaultSorted="false" sortable="true">
              <f:facet name="header">
                   <h:outputText value="Middle Name" style="font-size:8pt;" />
              </f:facet>
         </t:column>
         <t:column defaultSorted="false" sortable="true">
              <f:facet name="header">
                   <h:outputText value="Name Suffix" style="font-size:8pt;" />
              </f:facet>
         </t:column>
         <t:column >
              <f:facet name="header">
                   <h:outputText value="Dir Type" style="font-size:8pt;" />
              </f:facet>
         </t:column>
         <t:column defaultSorted="false" sortable="true">
              <f:facet name="header">
                   <h:outputText value="Organization Name" style="font-size:8pt;" />
              </f:facet>
                   </t:column>
         <t:column defaultSorted="false" sortable="true">
              <f:facet name="header">
                   <h:outputText value="County" style="font-size:8pt;" />
              </f:facet>
         </t:column>
         <t:column defaultSorted="false" sortable="true">
              <f:facet name="header">
                   <h:outputText value="City" style="font-size:8pt;" />
              </f:facet>
         </t:column>
         <t:column defaultSorted="false" sortable="true">
              <f:facet name="header">
                   <h:outputText value="State" style="font-size:8pt;" />
              </f:facet>
         </t:column>
         <t:column defaultSorted="false" sortable="true">
              <f:facet name="header">
                   <h:outputText value="Valid" style="font-size:8pt;" />
              </f:facet>
         </t:column>
         <t:column rendered="#{resultPage eq resultsBean.pageSearch}" defaultSorted="false" sortable="true">
              <f:facet name="header">
                   <h:outputText value="Select" style="font-size:8pt;" />
              </f:facet>
         </t:column>
    </t:dataTable>
    </t:div>
    <t:div style="overflow:auto;height:50px">
    <t:dataTable
         renderedIfEmpty="false"
         preserveDataModel="false"
         preserveSort="true"
         varDetailToggler="detailToggler"
         headerClass="alignLeft"
         rowClasses="evenTableRow,oddTableRow"
         columnClasses="lastName,namePrefix,firstName,middleName,nameSuffix,dirType,orgName,county,city,state,valid,select"
         rows="#{sessionUserBean.user.resultsPerPageOption}"
         value="#{result.result}"
         var="legalProfessional">
         <t:column defaultSorted="false" sortable="true">
              <h:outputText value="#{legalProfessional.lastName}" />
         </t:column>
         <t:column defaultSorted="false" sortable="true">
              <h:outputText value="#{legalProfessional.namePrefix}" />
         </t:column>
         <t:column defaultSorted="false" sortable="true">
              <h:outputText value="#{legalProfessional.firstName}" />
         </t:column>
         <t:column defaultSorted="false" sortable="true">
              <h:outputText value="#{legalProfessional.middleName}" />
         </t:column>
         <t:column defaultSorted="false" sortable="true">
              <h:outputText value="#{legalProfessional.nameSuffix}" />
         </t:column>
         <t:column >     
              <h:outputText value="#{legalProfessional.directoryType}" />
         </t:column>
         <t:column defaultSorted="false" sortable="true">
              <h:commandLink action="#{legalOrganizationSearchByNameBean.searchLegalOrganizationsByName}">
                 <h:outputText value="#{legalProfessional.relatedOrgNormName}" />
                   <t:updateActionListener property="#{legalOrganizationSearchByNameBean.name}" value="#{legalProfessional.organization}" />
                  <t:updateActionListener property="#{legalOrganizationSearchByNameBean.resultKey}" value="#{legalOrganizationBean.legalOrganizationsSearchResultKey}" />               
              </h:commandLink>
         </t:column>
         <t:column defaultSorted="false" sortable="true">
              <h:outputText value="#{legalProfessional.county}" />
         </t:column>
         <t:column defaultSorted="false" sortable="true">
              <h:outputText value="#{legalProfessional.city}" />
         </t:column>
         <t:column defaultSorted="false" sortable="true">
              <h:outputText value="#{legalProfessional.normRegion}" />
         </t:column>
         <t:column defaultSorted="false" sortable="true">
              <t:graphicImage value="images/yellow_check.jpg" border="0" />
         </t:column>
         <t:column rendered="#{resultPage eq resultsBean.pageSearch}" defaultSorted="false" sortable="true">
              <t:commandButton
                   id="viewLegalProfessionalCommand"
                   forceId="true"
                   title="#{bundle.view_entity_title}"
                   value="#{bundle.text_view_value}"
                   action="#{legalProfessionalBean.actionGotoView}">
                   <t:updateActionListener property="#{heavyWeightBean.uuid}" value="#{legalProfessional.profileUuid}" />
                   <t:updateActionListener property="#{legalProfessionalBean.LPAEntity}" value="#{legalProfessional}" />
              </t:commandButton>
         </t:column>
         <t:column rendered="#{pageStatus eq resultsBean.pageAdd || pageStatus eq resultsBean.pageEdit}">
              <!-- Employment relationship with general -->
              <t:commandButton
                   title="Make Employment Relationship."
                   rendered="#{result.key eq legalOrganizationBean.legalProfessionalsResultKey}"
                   value="Employment"
                   action="#{legalOrganizationBean.actionMakeEmploymentRelationship}">
                   <t:updateActionListener property="#{legalOrganizationBean.selectedLPAEntity}" value="#{legalProfessional}" />
              </t:commandButton>
              </t:column>
    </t:dataTable>
    </t:div>
    </t:div>
    </htm:td>
    </htm:tr>
    </htm:body>
    </htm:table>{.lastName{
    width:100px;
    .namePrefix{
    width:100px;
    .firstName{
    width:100px;
    .middleName{
    width:100px;
    .nameSuffix{
    width:100px;
    .dirType{
    width:100px;
    .orgName{
    width:100px;
    .county{
    width:150px;
    .city{
    width:250px;
    .state{
    width:100px;
    .valid{
    width:100px;
    .select{
    width:100px;
    code}

  • How do I Help Apple Care Stop Warring with Each Other and Fix the Problem with My iPhone that They Acknowledge Creating?

    How Do I Help Apple US & Apple Europe Stop Warring With Each Other And Fix The Problem They Created?
    PROBLEM
    Apple will not replace, as promised, the iPhone 5 (A1429 GSM model) that they gave me in London, UK, with an iPhone 5 (A1429 CDMA model).
    BACKGROUND
    My iPhone 5 (A1429 CDMA model) was purchased this year in September on an existing Verizon Wireless (VZW) line using an upgrade. The purchase took place in California and the product was picked up using Apple Personal Pickup through the Cerritos Apple Retail Store. I will refer to this phone at my "original" phone.
    The original phone was taken into the Apple Store Regent Street in London, England, UK on November 15, 2012. The reason for this visit was that my original phone's camera would not focus.
    The Apple Store Regent Street verified there was a hardware problem but was unable to replace the part.
    The Apple Store Regent Street had me call the US AppleCare. At first they denied support, but then a supervisor, name can be provided upon request, approved the replacement of my original phone with an iPhone 5 (A1429 GSM model) as a temporary solution until I got back in the US. And approved that the GSM model would be replaced with a CDMA model when I came back to the US. I will refer to the GSM model as the "replacement". They gave me the case number --------.
    The Apple Store Regent Street gave me the replacement and took the original. The first replacement did not work for reasons I do not understand. They switched out the replacement several times until they got one that worked on the T-Mobile nano SIM card that I had purchased in England, UK. Please refer to the repair IDs below to track the progression of phones given to me at the Apple Store Regent Street:
    Repair ID ----------- (Nov 15)
    Repair ID ----------- (Nov 16)
    Repair ID ----------- (Nov 16)
    The following case number was either created in the UK or France between November 15 to November 24. Case number -----------
    On November 19, 2012, I went to France and purchased an Orange nano SIM card. The phone would not activate like the first two repair IDs above.
    On November 24, 2012, I went to the Apple Store Les Quatre Temps. The Genius told me that my CDMA phone should not have been replaced with a GSM model in the UK and that this was clearly Apple's fault. They had me call the AppleCare UK.
    My issue was escalated to a tier 2 UK AppleCare agent. His contact information can be provided upon request. He gave me the case number -----------.
    The UK tier 2 agent became upset when he heard that I was calling from France and that the France Apple Store or France AppleCare were not helping me. He told me that my CDMA phone should not have been replaced with a GSM model in the UK and that this was clearly Apple's fault.
    The UK tier 2 agent said he was working with engineers to resolve my problem and would call me back the next day on November 25, 2012.
    While at the Apple Store Les Quatre Temps, a Genius switched the phone given to from repair ID ----------- with a new one that worked with the French nano SIM card.
    Also, while at the Apple Store Les Quatre Temps, I initiated a call with AppleCare US to get assistance because it seems that AppleCare UK was more upset that France was not addressing the issue rather than helping me. I have email correspondance with the AppleCare US representative.
    A Genius at the Apple Store Les Quatre Temps switched the replacement with a new GSM model that worked on the French SIM card but would not work if restored, received a software update, or had the SIM card changed. This is the same temporary solution I received from the Apple Store Regent Street in the UK.
    By this point, I had spent between 12-14 hours in Apple Store or on the phone with an AppleCare representative.
    Upon arriving in the US, I went to my local Apple Store Brea Mall to have the replacement switched with a CDMA model. They could not support me. He told me that my CDMA phone should not have been replaced with a GSM model in the UK and that this was clearly Apple's fault. My instructions were to call AppleCare US again.
    My call with AppleCare US was escalated to a Senior Advisor, name can be provided upon request, and they gave me the case number -----------. After being on the phone with him for over an hour, his instructions were to call the Apple Store Regent Street and tell them to review my latest notes. They were to process a refund for a full retail priced iPhone 5 64BG black onto my credit card so that I could use that money to buy a new iPhone 5 64GB black at the Apple Store Brea Mall to reoslve the problem.
    The Apple Store Regent Street did not process my refund. He, name can be provided upon request, told me that the AppleCare US did not do a good job reviewing my case, that they were incapable of getting to the bottom of it like they were, and instructed me to call AppleCare US and tell them to review this case number and this repair id. I asked if he read the notes from the AppleCare US Senior Advisor and he would not confirm nor deny. When I offered to give him the case number he accepted but it seemed like would do no good. Our call was disconnected. When I tried calling back the stores automated system was turned on and I could not get back through.
    Now I have the full retail price of an iPhone 5 64GB black CDMA on my credit card and Apple will not process the refund as they said they would.
    I've, at this point, spent between 14-16 hours at Apple Stores or on the phone with AppleCare representatives, and still do not have the problem resolved.
    SOLUTION
    AppleCare US and AppleCare Europe need to resolve their internal family issues without further impacting their customers.
    Apple is to process a refund to my credit card for the cost of a full retail priced iPhone 5 64GB black.
    DESIRED OUTCOMES
    I have an iPhone 5 (A1429 CDMA model) that works in the US on VZW as it did before I received the replacement phone in the UK.
    Apple covers the cost of the solution because I did not create the problem.
    Apple resolves their internal issue without costing me more time, energy, or money.
    This becomes a case study for AppleCare so that future customers are not impacted like I have been by their support system.
    Does anyone have recommendations for me?
    Thank you!
    <Edited by Host>

    Thanks, but I've been on the phone with AppleCare US (where I am and live) and AppleCare UK. They continue bouncing me back and forth without helping resolve the problem.
    Perhaps someones knows how to further escalate the issue at Apple?

  • Windows Vista, Itunes 10.7, ipod Classic, scan and fix message - why?

    I am trying to connect my wife's Ipod Classic to our Windows Vista computer.  I get a Scan and Fix Message for the Ipod from Windows.  I don't let it scan and click continue.  Itunes is frozen and won't recognize the ipod.  This has happened since upgrading to Itunes 10.7.  Also Itunes is choppy in playing all video content since upgrading to Itunes 10.7.
    I have checked system requirements and driver upgrades.  So far I have no fix.  One site recommended turning off WiFi sync for all devices in Itunes.  But of course the device must be connected, and mine won't connect.  All my itunes video is languishing.  :-(

    Wi-Fi sync won't apply since you have an iPod Classic and it doesn't contain any Wi-Fi hardware.
    To get rid of the Scan and Fix error, see this page: http://www.yourlocaltech.com/resolve-vista-scan-and-fix-error-when-plugging-in-i pod-or-other-devices/
    We'll start there for now.
    B-rock

  • Hi...lags animations in games and messages and album pic..when disable assistive touch,it's true and fix..please release update to fix this in ios 7.1..i need assistive touch and fast game and animation booth!!

    Hi...lags animations in games and messages and album pic..when disable assistive touch,it's true and fix..please release update to fix this in ios 7.1..i need assistive touch and fast game and animation booth!!

    No Apple here, user to user forum.
    I will not be releasing any version of iOS ever.

  • Purchase Order and Fixed Asset Module.

    Hi all,
    I want to print my purchase order of fixed asset for record purposes.  But the thing, I can't link purchase order or any of A/P documents to my fixed asset.
    Meaning, if A/P invoice has been added into the system, it will not update my fixed asset master data.
    Therefore, I have to use PO for printing, since there's no way to print Fixed Acquisition as a document. By doing this, i need to maintain both Item Master Data and Fixed Asset Master Data with Fixed Asset items, which i find tedious.
    Is there a solution for this, like perhaps there's a way to copy info from PO to FA acquisition, or Posted A/P Invoice that contains Fixed Asset item will be linked to FA Acquisition, or perhaps there's a way to print FA Acquisition (like a PLD) that i am not aware of?
    Please do help.
    Thanks upfront!
    Rgrds,
    Kevin
    Edited by: Kevin Lau Sieh Huo on May 20, 2008 7:25 AM

    Hi Kevin,
    I am afraid to inform you that the print layout function is not
    supported for Fixed asset transactions such as acquisition.
    As you mentioned, if you want to use it as PO document, you will need to create PO in business one since no integration is realized between Purchasing in business one and acquisition in Fixed asset addon.
    If you think this will have critical impact on your business process, please post your requirement in our SAP Business One Product Development Collaboration.
    /community [original link is broken]
    Please refer to SAP Note 1028874
    https://service.sap.com/sap/support/notes/1028874
    Regards,
    Ivy Zhang
    SAP Business One Forums Team

  • Report for Reorder point, safety stock, current stock and fixed lot size

    Hi,
    Purchasing Dept. is looking for a report which can give list of materials falling below the reorder point, so that they can go ahead and create procurement proposals for those materials.
    They also want to see the Reorder Point, Safety Stock, current stock and fixed lot size in the same report.
    Let me know if there ia any standard report availbale which displays the same or any approach to get the same.
    Thanks in Advance.
    Regards,
    Shankar Goud.

    Hi,
    There is no standard report because this is meant to be managed by the MRP run.
    The MRP lists show all materials that have a problem (such as stock below reorderpoint) but MRP generates requirements for these anyway and so all you need to do is to look for the MRP generated requirements (requisitions?) and you have your list?
    Are you using MRP?
    If so then please use the standard functions in MRP to get this.
    If not, then WHY NOT?
    Steve B

  • I keep receiving this error every time I open LR, "Lightroom encountered and error when reading from its preview cache and needs to quit" and the app won't open. It said LR would try and fix this error next time I opened it but the error remains. I tried

    I keep receiving this error every time I open LR, "Lightroom encountered and error when reading from its preview cache and needs to quit" and the app won't open. It said LR would try and fix this error next time I opened it but the error remains. I tried uninstalled and installing the app and the error remains. I have windows 8. Can anyone please help???

    Use Windows Explorer to open the folder containing your catalog. The normal location is Pictures\Lightroom. Locate a folder with the extension .lrdata and delete that folder. Then you should be able to start Lightroom again, and Lightroom will begin building and new previews folder. Do not delete anything else.

  • My account is locked, i cant remember my security question, and I accidentally entered my itunes card in here instead of my other account, so can someone from apple help me out and fix my account

    my account is locked, i cant remember my security question, and I accidentally entered my itunes card in here instead of my other account, so can someone from apple help me out and fix my account (and no, i dont have any rescue email address or whatsoever)
    please help me because i dont to waste money for nothing

    Alternatives for Help Resetting Security Questions and/or Rescue Mail
         1. If you have a valid rescue email address, then use this procedure:
             Rescue email address and how to reset Apple ID security questions.
         2. Fill out and submit this form. Select the topic, Account Security. You must
             have a Rescue Email to use this option.
         3. This is the only option if you do not already have a valid Rescue Email.
             These are telephone numbers for contacting Apple Support in your country.
             Apple ID- Contacting Apple for help with Apple ID account security. Select
             the appropriate country and call. Ask to speak to the Account Security Team.
         4. Account security issues almost always require you to speak directly to an
             Apple representative to securely establish your identity as the account holder.
             You can set it up so that Apple calls you, either immediately or at a time
             convenient to you.
                1. Go to www.apple.com/support.
                2. Choose Contact Support and click Contact Us.
                3. Choose Other Apple ID Topics and choose the appropriate topic for
                    your issue.
                4. Follow the onscreen instructions.
             Note: If you have already forgotten your security questions, then you cannot
             set up a rescue email address in order to reset them. You must set up
             the rescue email address beforehand.
    Your Apple ID: Manage My Apple ID.
                            Apple ID- All about Apple ID security questions.

  • How to find out if Silverlight is disabled in Mozilla's add-ons and fix it so I can insert attachments into my email.

    I cannot insert attachments, photos, etc. into my emails in Firefox 4. Windows Live Hotmail solutions had me reinstall Silverlight. It didn't work. They now suggest contacting you to see if Silverlight is being disabled in the add-ons sections of my browser. I can attach files in Explorer but not in Firefox. How do I check to see if Silverlight is being disabled and fix this problem?

    Click the Firefox button, go to Add-ons | Plugins. It appears to be enabled already though because your system details show "4.0.60310.0" which is the latest version of Silverlight.

  • Bug Found and Fix Found Creative ZEN XFI Style 32 Gig

    9Bug Found and Fix Found> Creative ZEN XFI Style 32 Gig?Hello I was having problems getting my MP3 TAGS to show up on a number of my MP3's.
    Whenever I loaded my files onto my ZEN it would show up as a Voice under Recordings.
    And the file name would be "MIC and the date file created etc..."
    I noticed that these files where all starting with the letters MIC at the front of the filename...
    For instance: Michael_Jackson_Thriller.mp3?? or? Michael_W_Smith_Let_it_rain.mp3
    and so on and so on... ANY file that started with the letters M I C? would be thrown in as a voice recorded file and the TAG would not operate.
    I have the latest Firmware on my MP3 Player.
    The fix was just to change the file name so it did not start with MIC... so i went and switched Michael Jackson to M.Jackson and also switched Michael W Smith to M W smith.
    The tag showed up appropriately and I have had no problems since.
    It would be nice if there was another Firmware update so that MP3's could start with the letters MIC also I was hoping to bring awareness to this situation for other users.

    =Re: Bug Found and Fix Found> Creative ZEN XFI Style 32 Gig?I did three methods of?loading the files.
    I used Windows Media Player to sync the files.
    I used Creative Central to transfer the files.
    These two methods produced results where the file starting with MIC turned into a voice recordings.
    I also had problems just copying and pasting the files (using windows explorer).
    I have not had any problems with any other file. I normally use MP3Tag to tag my files.
    However i even tried using Windows Media to tag the file and I even tried using Creative Central to tag the files.
    I tried as many work arounds as possible. But once i renamed the file it worked.

Maybe you are looking for

  • Can SQL Developer be used for Oracle Support "HTML Output" Diag Scripts ?

    Hi All, Oracle Support has asked me to run a diagnostic script (OTL_Diag.sql for anyone familar with the script) that produces output in HTML format using SQL*Plus to help troubleshoot an OTL problem we are having. Unfortunately I don't have SQL*Plus

  • A small plea

    With everyone complaining about the 3g's battery being low and I'm not sure if it's already been said, but could SOMEONE please release a free app that allows you to control the on/off functions of wi-fi, bluetooth, 3g, and data roaming, so that the

  • HT4539 where is the store tab in i tunes

    Hi i have just purchased a Ipad yesterday and would like to use the cloud to access my itunes data on my iphone and i pad but i cannot seem to transfeer the data from my i tunes to the cloud and then to the i pad and i phone - could you help at all?

  • Itunes store is in french

    I downloaded the new itunes and the itunes store is in all french, which means i can't get any video either. anyone know what to do?

  • Can login to OS 10.4.9 server using 10.4 client, but not with 10.3.9 client

    When I try to login to OS 10.4.9 server using 10.4 client, all is fine, but not with 10.3.9 client -- what's up? It seems that when I set the group preferences (what kind of dock the users in our elementary school see, etc.), it doesn't affect 10.4 c