Re: Help needed in AP Check Printing R12 XML Tags

Hi,
I am trying to print the 'Overflow' Image on top of the check area in first page instead of 0.00. and nicely align the check print on the bottom of the 2nd page. I am unable to keep the number of invoices stub as static so that check can be static. Please send me if you have the check print .rtf with overflow logic in it for R12.1.3
Thx,
Srini.

There can be any 'n' number of <Form1>'s in one
XML.Not if you want the XML to be valid there can't. You would need a root element around all the <Form1>'s to make it valid.
The technique I was using is,
1. Convert to clob
2. User dbms_instr find the location of <Form1> in a
loop
3. For every occurence of <Form1> I find
<TotalEarnings> value and check if this is greater
than 1 million.
4. If true, I use dbms_instr to get the values of all
the tags inside <Form1>
5. The drawback of using dbms_instr is that it gets
the value of first occurence of whatever sting we
supply.In this case
dbms_instr(xml,'<Gender>',position of Form1) will not
return null whereas it will return "Female" from the
next form. This is wrong as it doesnt belong to the
person who earns more than a million.
Can anyone suggest a way to fetch the values that
only belong to the form of the person who earns more
than a million?Why on earth are you using dbms_instr for this? Oracle has built in XML functionality for use against XMLTYPE data, such as the ExtractValue method and the use of XPATH expressions.
I'd suggest you start reading some of the manuals regarding XML functionality in Oracle rather than trying to manually parse it all.

Similar Messages

  • Help needed in AP Check Printing R12 XML Tags

    Hi,
    I have taken the standard template and am trying to customize the template for the requirement. I have also generated the XML file.
    I have to restrict the no of invoices to 17 and if only one invoice is there other 16 blanks should print. if I am printing data for single check/invoice number the output is fine. The problem is with multiples sites, the invoice numbers are getting repeated., i..e., for two supplier sites the two invoices are getting printed along with one check number and details and then two invoices with the other check are getting printed in another page.
    I tried to use innergroup_And_V_First_rec= <?for-each@section:OutboundPaymentInstruction?><xsl:variable xdofo:ctx="incontext" name="inner_group" select=".//OutboundPayment"/><?for-each:$inner_group?><?if:(position()-1) mod $no_of_lines_per_page=0?><xsl:variable name="first_rec" xdofo:ctx="incontext" select="position()"/>
    But is not woriking..
    Im not able to attach the template here
    But below is what my template looks like..
    Group: OutboundPaymentSortByCheckNumber
    V_no_of_lines_per_pageV_inner_group_And_V_First_rec
    ChooseWhen Void by Overflow
    ************************** VOID **************************                                                                                                                       **** VOID ****
    ************VOID************                                                                 ************VOID************
    ************VOID************                                                                
    End when
    Otherwise
    Invoice No.     Invoice Date     Description     Gross Amount     Discount     Net Amount
    Grp:DocumentPayable
    ChooseWhen Setup Check
    Document Seq          Invoice No     *********          Document Description               *******          Payment Amt
    End when               
    OtherwiseDocument Seq
    If_For
    Invoice No
    filler_chk
    Invoice Date
    Document Description
    Doc Gross Amt
    t.00
    tt.00ef
    End_filer
    PLEASE DETACH AND RETAIN THIS STATEMENT AS RECORD OF YOUR PAYMENT.     0.00
    t.00
    tt.00
    <?call-template:Header?>
    <?template:countdown?>
    Temp_Param
    Recursive_Template
    <?end template?>
    <?template:Header?>
    End otherwise
    End Choose
    EndGrp:DocumentPayable 
    page_breakEnd_if_And_For_loopBelow will be printing the check details.
    Please help.
    Thanks and Regards.

    HI,
    I played with it for some days trying to debug and found that there is a box which is hidden which has 2 lines and PER written. U may have to drag the box to a next page to see the box completely and type in the name of the person for signature and then put the box again. I did that and now it looks fine:)

  • Check printing r12 print stub @ last page

    Hi
    I designed r12 check print rtf to accommodate 12 invoice lines per page and a check stub @ bottom...
    When I have 28 lines it goes upto 3 pages..and 4th page shows voided stub...
    But in each page(page 1&2&3) I am getting the stub printed out..printing only at page 3 or page 4 is the key..
    How to make it like to print the STUB only at last page.?There
    may be cases the client may have 100 lines..
    So it will be like print check stub @ 9th page
    Appreciate advice
    Kp
    Edited by: 854508 on Jun 28, 2011 6:22 AM

    Hello;
    1)Use Oracle original template located on the server for R12.
    search for "rtf" file and modify that template by renaming them.
    2)Only issue you will face is the gapping or spaces between the invoice line and check stub or I called it "blank line filler".
    To achieve this I used one the Tom's blog article and this URL:http://oracle.anilpassi.com/xml-publisher-developing-reports-printed-on-pre-printed-stationary-3.html for ideas.
    Here it goes:
    2.a - Declare a global value for number of line needed to fill invoices.
    This number must match exactly under "Payment" then "Format" under "paybales super user" responsibility. I called it "lpp" (line per page"
    2.b - create a text form field right before printing check stub.
    this field will print blank line based on calling template recursively, also
    we declare a variable "countdown" for number of recursive calls.
    This parameter will be passed to "blank template" section
    <xsl:call-template xdofo:ctx="inline" name="countdown">
    <xsl:with-param name="countdown" select="number($lpp)-(..//DocumentPayableCount)"/></xsl:call-template>
    2.c - create a template section with one blank line in bottom of the report called "countdown" based on 2.a.
    2.c.1 create a field for parameter value which was passed from 2.b like this:
    <xsl:param name="countdown"/><xsl:if test="$countdown">
    2.c.2 create a blank line.
    2.c.3 create a field which call the template itself by substracting a countdown value by one.
    <xsl:call-template name="countdown"><xsl:with-param name="countdown" select="$countdown - 1"/></xsl:call-template></xsl:if>
    2.c.4. don't forget to close your template tag like <?end template?>
    HTH
    Shaun S.

  • Template is not attached to AP Check Printing report (XML Publisher)

    Hi Guru,
    I have implemented XML publisher version of AP check Print report and did all the setups. When we make the payment in payables it automatically submits check print report. The report is completed successfully, but no output.
    When I check View details button noticed that template layout is not attached to the report.
    Please do the needful.
    Thank in Advance,
    Venkat.

    Hi,
    The following are the Instance details
    OS : OEL5
    Database: 11g
    EBS : 11.5.10.2
    I have completed all the setups for the report and I am able to see the template attached to the request for other reports where we submit them in SRS window.
    But "AP check Print report" submits automatically through the form while making the payment against supplier in AP.
    Thanks in Advance,
    Venkat.

  • Questions on check printing R12

    In R12 , how can we add a new element to the XML file that we are using for the Format Payment Instruction program. Has someone done this before? Is this possible?I am not understanding how to customize the XML file itself, if we need some data thats not there in the standard xml file
    Thanks
    Vidhya

    Hi -
    I've written a couple of blog posts on how to add new to fields to the R12 Payments XML file using the package: 'IBY_FD_EXTRACT_EXT_PUB'
    The URLS are:
    http://kwoodrow.blogspot.com/2008/06/part-1-adding-new-fields-to-r12.html
    http://kwoodrow.blogspot.com/2008/06/part-2-adding-new-fields-to-r12-payment.html
    Hope they help,
    Kevin

  • Help needed in SAP Java- Print option

    Anybody please help quickly,
    Now, I have 2 tables from different queries. I have a print (HTML written) option in my WEB Template
    JAVA PROGRAM:
    function PrintReport(typePaper) {
    document.title ='Report';
    if (typePaper == "0")
    {var CurrentReportName = '&?mp=U&ptot=1&rtot=0&psize=' + escape(typePaper) + '&fsize=' + escape('39') + '&qtitle=' + escape(document.title);};
    if (typePaper == "1")
    {var CurrentReportName = '&?mp=U&ptot=1&rtot=0&psize=' + escape(typePaper) + '&fsize=' + escape('52') + '&qtitle=' + escape(document.title);};
    CurrentReportName += '&ASOFDATE=' + escape(AsOfLabel.innerText);
    var openCMD='<SAP_BW_URL>';
    openCMD += '&DATA_PROVIDER=REPORT_TEST1&TEMPLATE_ID=DPW_PRINT_PAGE&CMD=RELEASE_DATA_PROVIDER';
    openCMD += CurrentReportName;
    openWindow(openCMD,'MainTitleNow',800,600);
    The data provider here is REPORT_TEST1. Now it only prints the corresponding data for the data proviedr 1 i.e., REPORT_TEST1. I have a second table whose data comes from the data provider 2 when i use this HTML to print I want the second table contents from the data provider 2 (REPORT_TEST2)also to be printed simlutaneously.
    Please help.
    THANX A LOT,
    SRINI

    I call the two queries for different web items in the web template. I want a report to print them at once using the print structure in my previous message. If more information is needed please reply

  • Help need to set up Printing to network printer

    I am trying to set up a printing via a print server attached to my home network. I know the print server works as I can print to it via Linux. How do I set this up please? the print server is an LG N1A1 NAS & the printer is a brother DPC 115 C

    What happened when you created the connection? Did you upload
    the
    connection file to the server? Is your testing server local
    IIS?
    Nancy Gill
    Adobe Community Expert
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: Dreamweaver CS3: The Missing Manual,
    DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide
    Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development
    "Johnny Polite" <[email protected]> wrote in
    message
    news:funopc$luq$[email protected]..
    > Hello,
    >
    > I am just starting to learn ASP with VBScript because I
    am trying to
    > develop
    > an online registration application to connect to a
    Access DB that I
    > previously
    > built. I am just reading through books and enjoying the
    learning process.
    > I
    > am pretty decent at VBA, so it is fun to apply that to
    the internet.
    >
    > My big problem is that I receive this error message on
    the browser: Data
    > source name not found and no default driver specified. I
    set up the DSN
    > on the
    > System tab in Administrative tools in the Control Panel.
    I have my sample
    > DB
    > placed on a server that recognizes ASP commands.
    Dreamweaver recognizes
    > the
    > connection and I can manipulate the recordsets,
    establish SQL
    > statements...but
    > when I get to the browser, it gives me the error
    message.
    >
    > I have been learning both in FrontPage and in
    Dreamweaver and Front Page
    > can
    > connect just fine to the DB through it's internal menus.
    I much prefer
    > Dreamweaver, though, and I know that when I get this
    connectivity issue
    > straightened out I will start really making some
    progress.
    >
    > I appreciate all the help in advance and if you need me
    to clarify
    > anything,
    > let me know.
    >

  • Help Needed Setting Up USB Printer (CUPS) [SOLVED]

    I have an HP LaserJet 1320.
    I have installed cups and hplip. Following the wiki, I blacklisted usblp.
    When I go to add a printer, all the shows up are SCSI and various Network choices, but no real printers. I have done this in a previous install before, but for some reason I cannot add the printer.
    Any help would be greatly appreciated.
    EDIT: Now I just need to find the right driver! Please help.
    Last edited by egan (2009-11-14 17:03:37)

    Looks like I got this one solved. Apparently my install of hplip was corrupted, since none of the supposed drivers were available. Reinstalling hplip showed me a wealth of new drivers to try. I found one that seemed to match my printer and it worked.
    Thanks for putting up with me anyway, when I am stressed I do rash things.

  • Help Needed in Advaced PDF Printing! (Cannot read file error)

    Hi All,
    I have a page that displays 2 reports. I need to Print to PDF all these reports, along with their headings to PDF. I have used the Advanced Print options.
    The report queries for these 2 reports are huge exceeding the 4000 character limit of APEX query region. This query has a lot of parameters in it. Hence I created 2 views for these reports (views that get updated with new values dynamically).
    Now in "Report Queries" I have 2 select statements as "select * from view_1" and "select * from view_2". When both these queries fetch records, if i click on test report, it works perfectly fine.
    But when ever any one of these queries, does not return records, I get an error as "Adobe Reader could not open the file because it is either not supported file type or because the file has been damaged".
    How do I handle this? Is there no way to overcome this?
    Thanks,
    Sumana

    Hi,
    Thanks for the thread. I went through it and tried using the conditional if in RTF (as mentioned in the thread). But I still face problems.
    My XML structure without data is:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <DOCUMENT>
    <DATE>23-JUN-09</DATE>
    <USER_NAME>SUMANAR</USER_NAME>
    <APP_ID>100</APP_ID>
    <APP_NAME>APEX - Application Builder</APP_NAME>
    <TITLE>Home_Page</TITLE>
    <P0_PREPARED_DATE />
    - <REGION ID="0">
    - <ROWSET1>
    - <ROWSET1_ROW>
    <PROJ_NO_NAME>ABC</PROJ_NO_NAME>
    <TASK_NAME />
    <BUDGET_AMT>100.00</BUDGET_AMT>
    <BAL>100.00</BAL>
    <PROJ_CLOSE />
    <HEADER_FLAG>Y</HEADER_FLAG>
    <SORTING_DUMMY>1</SORTING_DUMMY>
    </ROWSET1_ROW>
    </ROWSET1>
    - <ROWSET2>
    - <ROWSET2_ROW>
    <AWARD_PTA />
    <AWARD_PROJ_TASK />
    <BGT />
    <BAL />
    <PROJ_CLOSE />
    <HEADER_FLAG />
    <SORTING_DUMMY />
    </ROWSET2_ROW>
    </ROWSET2>
    </REGION>
    </DOCUMENT>
    My XML structure with data is:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <DOCUMENT>
    <DATE>22-JUN-09</DATE>
    <USER_NAME>SUMANAR</USER_NAME>
    <APP_ID>100</APP_ID>
    <APP_NAME>APEX - Application Builder</APP_NAME>
    <TITLE>Home_Page</TITLE>
    <P0_PREPARED_DATE />
    - <REGION ID="0">
    - <ROWSET1>
    - <ROWSET1_ROW>
    <PROJ_NO_NAME>ABC</PROJ_NO_NAME>
    <TASK_NAME />
    <BUDGET_AMT>100.00</BUDGET_AMT>
    <BAL>100.00</BAL>
    <PROJ_CLOSE />
    <HEADER_FLAG>Y</HEADER_FLAG>
    <SORTING_DUMMY>1</SORTING_DUMMY>
    </ROWSET1_ROW>
    </ROWSET1>
    - <ROWSET2>
    - <ROWSET2_ROW>
    <AWARD_PTA>Test</AWARD_PTA>
    <AWARD_PROJ_TASK>Test</AWARD_PROJ_TASK>
    <BGT>100.00</BGT>
    <BAL />
    <PROJ_CLOSE>28-FEB-09</PROJ_CLOSE>
    <HEADER_FLAG>Y</HEADER_FLAG>
    <SORTING_DUMMY>1</SORTING_DUMMY>
    </ROWSET2_ROW>
    </REGION>
    </DOCUMENT>
    I gave conditional display in RTF as:
    <?if:not(ROWSET1_ROW)?> No Data Found For Specified Search Criteria.<?end if?>
    <?if:(ROWSET1_ROW)?> Display Table Details.<?end if?>
    and
    <?if:not(ROWSET2_ROW)?> No Data Found For Specified Search Criteria.<?end if?>
    <?if:(ROWSET2_ROW)?> Display Table Details.<?end if?>
    On saving the rtf and trying to do a preview I get "Caused by: oracle.xdo.parser.v2.XPathException: Cannot convert to number." error. What am I doing wrong here?

  • Help Needed in Fixing USB Printer after CUPS Update [SOLVED]

    CUPS updated a while ago but I didn't notice any warnings from pacman or whatever. I did later notice on the front page that cups had been upgraded so that usblp is no longer usable. It told me to blacklist usblp, and so I did. I also upgraded the /etc/cups/cupsd.conf file as per the instructions.
    I still cannot print.
    When I plug in my printer, I get the following in /var/log/messages.log:
    kernel: usb 5-1: new full speed USB device using uhci_hcd and address 2
    kernel: usb 5-1: configuration #1 chosen from 1 choice
    load-modules.sh: Not loading module 'usblp' for alias 'usb:v03F0p1D17d0100dc00dsc00dp00ic07isc01ip03' because it is blacklisted
    Any help would be greatly appreciated.
    Last edited by egan (2009-10-18 17:13:15)

    jt512 wrote:
    See http://bbs.archlinux.org/viewtopic.php?id=82489
    There are like 4 other threads on this topic.  Did you do a search?
    I did indeed, though the solutions presented seemed quite convoluted.
    Luckily, I have printing working by readding the printer.

  • Help needed with MMAPI and print values to screen

    Hi,
    Using the RingToneConverter, I want to print out the values to the screen that the ring tone has. The values I want printed are actually any values at all! I am not picky at this point!
    Can anyone help with this? I would like it so that while the ringtone is playing the the "simple player", the values are somewhere on screen appearing. Or even after the song is finished, the values come up on screen.
    Thank you,
    Mike

    Sorry, i don't mean that..
    as i say, as3 read the data from file sorting like that:
    1,john,ny
    2,jessy,cal
    3,smith,nj
    how can i pass those values to the textboxes . id , name , address
    so i can go next and previous
    thank you again..

  • Airpot express help needed to enable wireless printing.

    Hello and thanks to everyone who post on this fourm, I have read and learned alot over the past year. When I bought my Macbook last December It cam with an airport express router. At that time I has a mediocre isp and we were not able to trouble shoot the airport express so I gave up on trying to get it to work. Recently I got DSL and I am using my same linksys. I tried to hook up my airport ex tonight and again just screwed my entire internet up. I really think I will just continue to use my linksys for the net, but is there a way to run my printer downstairs through my airpot express but not use it for the web. Dont get me wrong Im sure they are good but I have spent between 10 to 15 hours reading and trying only to keep going back to linksys.
    Thanks so much for all the help

    The driver provided by HP doesn't work for network printing, because it bypasses the CUPS system. The only comm protocol you get is what was written into the driver - USB. Install the hpijs and ESP ghostscript driver set from:
    http://www.linuxprinting.org/macosx/hpijs/
    Second issue - the windows setup software enters the server queue name during setup, but we don't have that software on OS X. You need to find the queue name in the print server docs, then enter it next to IP address in OS X Printer Setup. Common queue names are L1, lp, lpt1, etc.
    Wait - just remembered I downloaded that manual for someone elses's question. The queue name is lp1 (el-p-one). So in Printer Setup select IP printer > LPD, and enter IP address and that queue name.
    Good luck.

  • Help needed with price sticker printing using Jetform

    Hi,
    I am trying to do a layout for printing price stickers. Here is an example of what the output should look like :
    1st Sticker 2nd Sticker
    Cust Name Order date #
    Address Print Time #
    Cust # Cust Ord #
    3rd sticker 4th sticker
    Item # Item #
    Price# Price#
    and so on the stickers will keep printing, two stickers side by side in portrait style. After all the items and related fields are printed then the last page looks like :
    Cust Name Order date #
    Address Print Time # Zone #
    Cust # Cust Ord # Total Stickers #
    To achieve the above format structure, I defined 3 subforms. The 1st form is the fields listed on Sticker1 and sticker 2. The 2nd form has fields listed on sticker3 and sticker 4.(Any number of stickers should be printed by the second subform). The 3rd subform is the ending structure with the customer name and the total stickers.
    I added a few lines of code in the preamble :
    ^inline on
    ^define group:PRDITM1!FldNotAvail \fieldNP\groupITM.
    ^define group:PRDITM1!FldUsed \fieldNP\groupITM.
    ^define group:ITM \reserve"1.50",in\subform2\fieldPRDITM1.
    ^define group:ITM!OnBOF \page1\fieldNP.
    ^define group:DELADDA!FldNotAvail \fieldNP\groupADDA.
    ^define group:DELADDA \positionabsolut,"0.5","9.0",in\subform3\fieldDELADDA.
    I am very new to Jetforms and not sure how the above mentioned structure can be achieved. Please help.

    Hi
    I guess you're on the right track but it's hard to tell exectly how to pan it out without knowing your data stream. If you send me a sample DAT file I can try to work it out for you.
    [email protected]

  • Help needed on Dot Matrix Printer Settings

    Hi all,
    We have a requirement to print some documents on a dot matrix printer.
    I have created a device choosing SWIN as the device type & also assigned my Z page formats to this device type.
    But printing with this device type takes a long time. So, to reduce the time, if I choose any one among  EPESCP/EPESCP2/EPESCP9/EPLQ550 etc as my device types, the printing gets fast, but the quality of the output is very bad ( its getting printed with a single font though I change the font & its size). Moreover the lines are not getting printed at the desired place on the page.
    We are using a printer(TVS) which is Epson 24 Pin compatible.
    Kindly help us if someone has any idea on this kind of printer settings.
    Thanks & regards,
    JITHENDRA

    Try OKI341 instead of SWIN.
    It seems a bit more forgiving.

  • Help needed to setup my Printer to work on home network...Please!!!

    I recently purchased my first Mac, a G5 PowerPC. I have connected it to my home network (3 windows PC's and my G5) by way of a LAN router and everything works fine except getting my printer to function correctly.
    I have an Epson DX4850 which works fine when connected directly to my G5 via USB but I cannot get it to work properly when connected to one of the Windows's PC's, its prefered location.
    I have done the following;
    Opened the Printer Setup Utility and clicked "Add"
    In the Printer Browser I selected "More Printers"
    In the 2 drop down menu's I selected "Windows Printing" and "Network Neighborhood"
    Then selected the name of my home network, then the name of the computer the printer is connected to then the actual printer.
    The problem seems to be that the Printer Model is listed as "Generic". When I try direct it toward my specific printer all I can find are GIMP drivers under Epson. If I select "Other" in order to navigate to my specific printer driver I seem to have trouble locating it.
    Any help would be appreciated
    iMac G5   Mac OS X (10.4.3)  

    I recently purchased my first Mac, a G5 PowerPC. I
    have connected it to my home network (3 windows PC's
    and my G5) by way of a LAN router and everything
    works fine except getting my printer to function
    correctly.
    I suspect that I know why. Several printer vendors, including Epson & HP, have for reasons which make sense to them elected to NOT properly support the CUPS print system which OS X uses and has used since 10.2. Those who support CUPS properly deliver drivers which will work with any connection, including being shared across a network. Those who don't, well...
    In the particular case of Epson, they're trying to push this thing: <http://www.buyepson.co.uk/Catalog/ProductDetails.aspx?PID=C12C824025>.
    Actually, it does make more sense to use a device which puts the printer directly on the network than to share it from a computer. However, it seems... unlikely that anyone with sense will actually buy a 160GBP thingie to attach to a 100GBP MFD... Buying a second MFD would appear to make more sense.
    I have an Epson DX4850 which works fine when
    connected directly to my G5 via USB but I cannot get
    it to work properly when connected to one of the
    Windows's PC's, its prefered location.
    I have done the following;
    Opened the Printer Setup Utility and clicked "Add"
    In the Printer Browser I selected "More Printers"
    In the 2 drop down menu's I selected "Windows
    Printing" and "Network Neighborhood"
    Then selected the name of my home network, then the
    name of the computer the printer is connected to then
    the actual printer.
    The problem seems to be that the Printer Model is
    listed as "Generic".
    There should be a specific GIMP driver for it. I think. I'm not sure, as the DX4850 isn't sold in the US, and many/most of the GIMP drivers for Epsons are written in the US. Which means that there may not be a driver specifically for that device, because the guys who'd write the driver for it haven't been able to get their hands on a machine to work with. If you can find out which print engine is at the heart of the MFD (the Stylus C86 or C88 engine is a possibility, but I don't know, I've never actually touched a DX4850) you can use the driver for that printer and it'll work just fine. At least, my old CX5400 used to work using the C84 GIMP driver.
    When I try direct it toward my
    specific printer all I can find are GIMP drivers
    under Epson.
    This is because Epson's own drivers don't do sharing. This is a Feature, according to Epson. That way it doesn't interfere with their external, expensive, USB-to-ethernet print thingie. The GIMP drivers do do sharing.
    If I select "Other" in order to
    navigate to my specific printer driver I seem to have
    trouble locating it.
    There isn't one from Epson. (Unless you have 160 pounds you're not doing anything with...) There may be a GIMP driver which will work.
    Any help would be appreciated
    iMac G5 Mac OS X (10.4.3)

Maybe you are looking for

  • Why is my ipod touch screen black and when i try to turn it on it won't turn on ?

    i was listening to my ipod last week and it went dead , so i plugged it in to my laptop to charge it & to download some songs , the icon that shows its charging didn't come up so i left it in for an our or 2 but my computer still detected the ipod &

  • Need to replace a dead hard drive

    I have a G5 IMac that the hard drive just died on. A technician at the Apple store even took it out and tried it in another computer to verify and he said it wasn't even spinning. Can someone give me all the pertinent specs needed to buy a seamless r

  • Enable Fn Key Options

    i have a toshiba satellite L755, Fn key display was working perfectly, When I press Fn key, Fn key displays shortcut in the upper side of my desktop where you can see F1 to F12.  now its disabled ( when i tried to open the Accessibilty in the toshiba

  • How to get the menu-bar back if vertical tabs 0.9.4 is installed and the other bars were already switched off?

    there is no firefox-button anywhere in the adress-bar there is nowhere a free space where right-clicking works right-clicking in the (vertical) tab-bar doesn't do anything

  • Can't launch FCP 4 (Academic)

    When I try to open FCP 4 it stops in the middle of initialization and "freezes" at "loading audio filters" then simply crashes and up comes the "Your application FCP 4 has failed to open" icon. What's going on, it worked fine last time I used it 3 we