Iam  gettin a problem in displaying the HTM file in filechooser please help

Dear Sir,
Iam working on swing in my project.In tha iam using file chooser Iam gettin problem in displaying the file of types HTM or HTML it taks if it is htm ot html . in filechooser below files of type will be there in that also its not displaying the files of types HTM or HTML. in the code i used
filter.addExtension("HTML",True);
but its not working please any body can help me in solving the problem . If possible send me the piece of code also il be very thankful to you. please ill be waiting for the reply.
regards,
surya

this is what I did:    private void dateiNameHolen()
        // create FileChooser
        final JFileChooser pv_fileChooser = new JFileChooser();
        pv_fileChooser.addChoosableFileFilter(new HTMLFileFilter());
        pv_fileChooser.setSelectedFile(new File(iv_dateiTextField.getText()));
        // open chooser and get selected file
        if (pv_fileChooser.showOpenDialog(this) == JFileChooser.APPROVE_OPTION) {
            File lv_datei = pv_fileChooser.getSelectedFile();
            iv_dateiTextField.setText(lv_datei.getPath());
    }It uses my class HTMLFileFilter:import java.io.File;
import javax.swing.*;
import javax.swing.filechooser.*;
public class HTMLFileFilter extends FileFilter {
    // accept all htm and html
    public boolean accept(File f)
        if (f.isDirectory()) {
            return true;
        String dateiname = f.getPath().toLowerCase();
          if (dateiname != null)
            if (dateiname.endsWith("htm") || dateiname.endsWith("html"))
                return true;
            else
                return false;
        return false;
    // description of this filter
    public String getDescription() {
        return "HTML-Dateien (*.htm, *.html)";
}hope this helps
koem

Similar Messages

  • How do I delete movies from iTunes library? I have moved them to the iCloud and now only seem to have the option to hide the icon in iCloud.  I am sure I chose poorly at the 'keep file' window.  Please help. My Brain hurts- 18   movies need to go-.

    How do I delete movies from iTunes library? I have moved them to the iCloud and now only seem to have the option to hide the icon in iCloud.  I am sure I chose poorly at the 'keep file' window.  Please help. My Brain hurts… 18 plus movies need to go….  Thank you.

    Instead of removing the music from the cloud or the iTunes library why not shuffle your music using a Smart Playlist which excludes the holiday music, or tracks that are not checked. For example, use this very simple Smart Playlist:

  • Problems of viewing the photos in IPhone 5.Please help!

    Hello! I just start to use iphone 5 today. I tried to sync some photos with 3:2 ratio photos to my iphone 5. But when I view the photo in iphone, I cannot see full image of the photos (Pic 1).      
    Can I make some setting to help me to "auto fit screen" in iphone5 to solve this problems like Pic 2?
    Thank you for your help.
    Regards,
    Lawrence
    Pic1
    Pic 2

    Really? Oh no!!!   i tried to search in google this same question and i encounter some site that offer an application that will recover those deleted data(images) but its a paid applications so I cannot check if it can resolve my problem.. Anyway thanks for your reply.:)

  • [b]Simple Deploy problem- making an Executable JAR File ...PLEASE HELP [/b]

    Hi all,
    I Trying to deploy a simple J2SE app by making an Executable JAR File, however I don'r understand how to add a valid value to the Main Class field.
    I followed the following description within Jdev, after creating a Deployment Profile:
    Deploying an Executable JAR File
    You can make your simple archive or J2EE Client Module into an executable JAR file that you can launch with the java command.
    To deploy an executable JAR file:
    1) Select and right-click the simple archive or client icon in the Navigator to display the context menu.
    2) Choose Properties.
    3) Click JAR Options in the tree.
    4) Select Include Manifest File (META-INF/MANIFEST.MF).
    5) In the Main Class field, enter the fully qualified name of the application class that is to be invoked.
    7) Click OK.
    8) Launch the executable JAR file from the command line:
    java -jar myapp.jar
    where myapp represents your JAR file name.
    Like I said it's in 5) I'm doing something worng
    My deploy-file (PlotPrint.deploy) looks the following:
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <client-deployment xmlns="http://xmlns.oracle.com/jdeveloper/903/deploy/j2ee-client-jar" nselem="client-deployment" class="oracle.jdeveloper.deploy.jar.ClientProfile">
    <archiveOptions>
    <additionalManifests/>
    <compressed>false</compressed>
    <hasManifest>true</hasManifest>
    <mainClass>PlotPrintClient</mainClass>
    </archiveOptions>
    <archiveTargetPlatform/>
    <cdaSettings>
    <additionalArchives/>
    <afterFilters/>
    <beforeFilters/>
    <duringFilters/>
    <selectedArchives>
    <archives>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/jdbc/lib/classes12.jar!/"/>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/jdbc/lib/nls_charset12.jar!/"/>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/jdev/lib/jdev-rt.jar!/"/>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/soap/lib/soap.jar!/"/>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/lib/xmlparserv2.jar!/"/>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/jlib/javax-ssl-1_2.jar!/"/>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/jlib/jssl-1_2.jar!/"/>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/j2ee/home/lib/activation.jar!/"/>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/j2ee/home/lib/mail.jar!/"/>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/j2ee/home/lib/http_client.jar!/"/>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/webservices/lib/wsdl.jar!/"/>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/lib/xmlparserv2.jar!/"/>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/lib/xmlcomp.jar!/"/>
    </archives>
    <selectionMode>0</selectionMode>
    </selectedArchives>
    </cdaSettings>
    <defaultConnection class="java.lang.String"/>
    <deployClientMaxHeapSize/>
    <earURL path="deploy/PlotPrint.ear"/>
    <enterpriseAppName/>
    <jarURL path="deploy/PlotPrint.jar"/>
    <profileDeps/>
    <properties/>
    <selectedProjectFiles>
    <autoInclude>true</autoInclude>
    <deploySourceAs>0</deploySourceAs>
    <files class="[Ljava.net.URL;"/>
    <selectionFilters/>
    </selectedProjectFiles>
    </client-deployment>
    I using Oracle9i Jdev, but have also tried it un the new Jdev 10g version, but the same problem everytime:
    Error message: Could not find the main class: program will exit.
    Please help I really need this to work
    Message was edited by:
    MHCI
    Message was edited by:
    MHCI

    Yes that was the problem so I have changed the element mainClass to
    <mainClass>xxPlotPrint.MHCI.PlotPrintClient</mainClass>
    But now another probem has occured, since I get the following error when run the jar-file (When I run the app from within Jdev there are no warnings or errors).
    ----Batch-file-----
    @echo off
    java -jar PlotPrint.jar
    echo Test Plot and Print Batch-file!
    pause
    ---- out to cmd ----
    Exception in thread "Thread-0" java.lang.ClassCastException: com.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl
    at xxPlotPrint.MHCI.NNE35_worker.run(NNE35_worker.java:42)
    at java.lang.Thread.run(Unknown Source)
    Exception in thread "Thread-2" java.lang.ClassCastException: com.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl
    at xxPlotPrint.MHCI.OCEJobDB_worker.run(OCEJobDB_worker.java:41)
    at java.lang.Thread.run(Unknown Source)
    Exception in thread "Thread-1" java.lang.ClassCastException: com.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl
    at xxPlotPrint.MHCI.NNE27_worker.run(NNE27_worker.java:42)
    at java.lang.Thread.run(Unknown Source)
    It's the same problem in all three exceptions (the exactly the same code), however I was a bit to quick this is the line (the line before I process the xml doc :-)
    import org.w3c.dom.Element;
    responseData = new Vector();
    responseData = test_NNE35_SOAP.getXSDdoc();
    Element elements = ( (org.w3c.dom.Element)responseData.elementAt(0) ); (line 42)
    Please help I don't understad why I receive this exception, since I included the xmlparserv2.jar file, and don't even have a workaround :-(

  • STRANGE problem with sound in SWF files...Please help if you know how...

    Hello,
         Okay, so, I recently learned how to use Adobe InDesign to create a book.  there is a lot a still don't know.  When I export my document as a SWF file, it works great and has sound and animations where it should.  However, if I move that SWF to a new location, such as my desktop or uploading it to an e-mail, it looses all the sound information.  To add sound to each page, I added a hidden object to each page that was the sound file so that I could attach it to a button.  It seems that it is loosing that sound file if I move it to a new location.  Any ideas or solutions?

    UPDATE:  I have learned that my problem is related to a "resourse folder" which must go wherever the file goes in order for it to have sound.  This is a bit inconvinient for me, as my client is computer illiterate.  I really want to find a way to just embed the sound into a file that you can just open and play.  To the best of my knowlege, SWF format is the only format that allows for the page turning animation.  Does anyone know a way to embed the sound into the SWF file or am I SOL here?

  • Phone cannot be synced. "The required file is locked" - Please help!

    Since I downloaded the new version if iTunes, my phone will not sync properly. I've narrowed it down to a issue specifically with syncing photos.
    I've restarted the phone, restarted the computer, checked for additional upgrades. I have a PC, not a Mac, so no iPhotos. iTunes worked great before, with no syncing issues.
    Now, when I try to sync -- it syncs everything but pictures. The error message says "The iPhone cannot be synced. The required file is locked". I've tried different picture folders, I've tried removing "read only" protection on the photos, I've tried renaming the photo files so there are no spaces or other symbols like underscores. I've tried removing all pictures from the phone, but now, no pictures will sync, even the very same picture folders that were previously on the phone.
    I've searched topics, and so far, haven't found anything similar. Can someone please help me? or advise what else I can do? or who I can contact???
    Thank you!
    Tabitha

    As a side note -- it appears that it may be an issue because my music and photo files are all saved on an external hard drive.
    I copied a photo file and put it on my desktop - and the photos synced.
    However -- the music files were on the external hard drive and those synced fine with no errors. Pictures on the external hard drive, did not.
    Prior to the iTunes upgrade, everything synced fine from my external hard drive.
    Anyone?

  • Problem with installing the new iTunes and quicktime PLEASE HELP!

    whenever i try to install iTunes 7 i keep getting this popup message. it has something to do with quicktime. please reply with any suggessions!! thank you.
    quicktime for windows
    could not open key:
    HKEYLOCALMACHINE/Software/Classes/QuickTimeP
    ayerLib.QuickTimePlayerApp/CLSID. Verifly that you
    have sufficient accesss to that key, or contact your
    support personnel.

    I have the exact same problem. Running Windows XP. Can't download the latest version of quicktime. Tried uninstalling old version of itunes and think I lost my entire music library. Did anybody solve your problem?
    whenever i try to install iTunes 7 i keep getting
    this popup message. it has something to do with
    quicktime. please reply with any suggessions!! thank
    you.
    quicktime for windows
    could not open key:
    HKEYLOCALMACHINE/Software/Classes/QuickTimeP
    ayerLib.QuickTimePlayerApp/CLSID. Verifly that you
    have sufficient accesss to that key, or contact your
    support personnel.

  • I can't access google but i can access every other site. I have this problem in all the browsers. Can somebody please help?

    Hi.
    I can't access google in any browser ( Chrome, Explorer,Firefox). It just does not load. But i don't have any problem with any other sites. Actually i could even access google just yesterday.
    I've tried deleting the cookies, installing anti-malware softwares, i cleared the cache, i cleared all the history etc... I basically tried everything that was proposed on previous questions but nothing helps.
    I would really appreciate it if someone could help.
    Thank you.

    Try to access google.com through the below ip.
    1.) http://74.125.225.81
    2.) http://74.125.225.84
    3.) http://74.125.225.82
    4.) http://74.125.225.80
    5.) http://74.125.225.83
    If this resolves your problem, check the DNS settings.

  • Problems with downloading the ipod software...please help!

    I am trying to reinstall my ipod software through the CD that was sent to me however, whenever I'm trying to do so, a window pops up saying the following: 1607: Unable to install InstallShield Scripting Runtime. Now I have no idea what that means and I havent dont anything different to my computer since the last time I had the software on my computer. Can someone help a girl out?? Thanks!
    -Vivian

    Does your computer really have Windows ME on it Vivian? If so, be aware that the iPod/iTunes is not supported under ME. It can be done, but it requires some effort. See this:
    Guide to iPod and Windows ME

  • Microsoft Word logo "W" is not on the document file icon..please help!

    so i upgraded from office 2007 to office 2010 and everything went well. when i opened word, it showed compatibility. that annoyed me so i fixed it by going through the template stuff and now when i open a word doc it doesnt say compatibility mode anymore.
    but then i noticed that when i save a new file or open an existing file from 2007, the microsoft word logo is not on it. the document icon looks like a notepad file.

    Hi,
    Please try to reset icon cache and follow the below steps:
    fix this problem, follow these steps:    
            Close all open windows if a
    Close Open Programs Interaction dialog box is displayed.      
            Create the Max Cached Icons registry key and set the value of that key to 2048. To do this, follow these steps:
    Click Start and type Regedit in the Search box and click
    Regedit from the list          
    Locate and click to select the following key in the registry:
    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\              Explorer
    On the Edit menu, click New, and then click
    String Value
    Type MaxCachedIcons for the registry key name  and press
    Enter on the keyboard          
    Double-click on the Max Cached Icons registry key and type
    2048 in the Value data: box and then click OK
    Close the Registry Editor
            Delete IconCache.db thats located in the following path:
    Windows Vista or Windows 7
    %userprofile%\AppData\Local
    Please Note: Back up the registry before you modified.
    More reference:
    http://support.microsoft.com/kb/2396571/en-us
    Regards,
    George Zhao
    TechNet Community Support

  • BIG PROBLEM!  volume alias trashed files held hostage please help

    I have no idea how this happened but...
    somehow the Invisible Alias(s) to all of my internal HD's (except my boot disc)
    were placed in the trash.
    I discovered this when I was emptying the trash and a few of the files could not be
    trashed I looked at the names and they were my Internal HD volumes
    Needless to say this freaked me out
    so when looking inside the trash nothing was there.
    Doing a terminal command I made all invisible files visible and sure enough
    there is a folder in the trash entitled
    "Volumes"
    inside of Volumes lives alias(s) for all of my non boot disks
    to make matters worse when I go to the HD's which are still visible on my desktop
    all of the files give a " cannot be opened" message
    The files which are held hostage are for my Doc film I have been working on for
    1.5 years.
    I have tried to verify and repair the disks using both Disk Utility and Drive Genius
    but they both give a " Disk cannot be unmounted" error
    I have not restarted the computer (as I am afraid)
    and I don't know what to do
    it would appear that the info is there
    just help hostage...
    Please advise
    I have attached a couple of links to snaps so you can see what I mean.
    http://i11.photobucket.com/albums/a199/terraform/HDProblem2.jpg
    http://i11.photobucket.com/albums/a199/terraform/aliasMissingCannotUnmount.jpg
    any info is welcome
    thanks

    I found some help on another forum
    and basically I did need to move my volumes out of the trash via
    a terminal command that put them at the root level.
    I still have no idea how my invisible alias' for my HD's could have ended up there
    but at least things seem fine now
    thanks for your response by the way.

  • How can i display the days of the month in my report, please help

    dear all
    my table name is day_close_table
    it contains these columns:
    product_code number,
    the_date date,
    sale_qty number,
    buy_qty number
    price number
    i need to make report like the fiollowing
    product : 10144 from: 1-jan-2006 to :10-jan-2006
    days | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
    Sale | 50| 10| 20| 15|10|5 | 6 | 11|12|6 |
    buy |10 | 20 | 10| 0 | 0 | 0 | 10| 1 | 1| 1|
    i created two query and i decieded to join them
    the first one is to display days in horizon direction
    my query is:
    SELECT TO_CHAR(THE_DATE,'DD-MONTH')D,
    FROM HS_DAY_CLOSE;
    my question is how can i display the records in horizone direction
    please help

    i solved this problem using this query
    SELECT STOCK_CODE, COUNTRY_ID,
    SUM(DECODE(to_char(the_date,'dd') ,'01', buy_qty)) "1",
    SUM(DECODE(to_char(the_date,'dd') , '02', buy_qty)) "2",
    SUM(DECODE(to_char(the_date,'dd') , '03', buy_qty)) "3",
    SUM(DECODE(to_char(the_date,'dd') , '04', buy_qty)) "4",
    SUM(DECODE(to_char(the_date,'dd') , '05', buy_qty)) "5",
    SUM(DECODE(to_char(the_date,'dd') , '06', buy_qty)) "6",
    SUM(DECODE(to_char(the_date,'dd') , '07', buy_qty)) "7",
    SUM(DECODE(to_char(the_date,'dd') , '08', buy_qty)) "8",
    SUM(DECODE(to_char(the_date,'dd') , '09', buy_qty)) "9",
    SUM(DECODE(to_char(the_date,'dd') , '10', buy_qty)) "10",
    SUM(DECODE(to_char(the_date,'dd') , '11', buy_qty)) "11",
    SUM(DECODE(to_char(the_date,'dd') , '12', buy_qty)) "12",
    SUM(DECODE(to_char(the_date,'dd') , '13', buy_qty)) "13",
    SUM(DECODE(to_char(the_date,'dd') , '14', buy_qty)) "14",
    SUM(DECODE(to_char(the_date,'dd') , '15', buy_qty)) "15",
    SUM(DECODE(to_char(the_date,'dd') , '16', buy_qty)) "16",
    SUM(DECODE(to_char(the_date,'dd') , '17', buy_qty)) "17",
    SUM(DECODE(to_char(the_date,'dd') , '18', buy_qty)) "18",
    SUM(DECODE(to_char(the_date,'dd') , '19', buy_qty)) "19",
    SUM(DECODE(to_char(the_date,'dd') , '20', buy_qty)) "20",
    SUM(DECODE(to_char(the_date,'dd') , '21', buy_qty)) "21",
    SUM(DECODE(to_char(the_date,'dd') , '22', buy_qty)) "22",
    SUM(DECODE(to_char(the_date,'dd') , '23', buy_qty)) "23",
    SUM(DECODE(to_char(the_date,'dd') , '24', buy_qty)) "24",
    SUM(DECODE(to_char(the_date,'dd') , '25', buy_qty)) "25",
    SUM(DECODE(to_char(the_date,'dd') , '26', buy_qty)) "26",
    SUM(DECODE(to_char(the_date,'dd') , '27', buy_qty)) "27",
    SUM(DECODE(to_char(the_date,'dd') , '28', buy_qty)) "28",
    SUM(DECODE(to_char(the_date,'dd') , '29', buy_qty)) "29",
    SUM(DECODE(to_char(the_date,'dd') , '30', buy_qty)) "30",
    SUM(DECODE(to_char(the_date,'dd') , '31', buy_qty)) "31"
    FROM HS_DAY_CLOSE
    GROUP BY STOCK_CODE,COUNTRY_ID

  • Problem in displaying the TaxRate columns .

    Hi Experts,
                            I am having a problem in displaying the 'TaxRate', in this Query there are some different Taxrate's columns  like-  ' 'Basic Excise Duty BED@10 %',  ' Education ces@2% ' , 'Secondary Education Cess @1%',    etc.   only  4 -5  tax's value should display  at a  time  and rest of  the TaxRate's  columns whose value is NULL  should not display.
    So, I want to display only those TaxRate's  columns whose  value  is not NULL  and If there is  no value for any taxrate's column  in the data, then it should Display only 'Excempt' column.
    This is my query...
    SELECT DISTINCT OSTA.Code , ORPC.DocNum AS 'Debit Note No.', ORPC.CardName AS 'Name', ORPC.CardCode AS 'code', ORPC.NumAtCard AS 'Supplier Ref.'  ,
                          RPC1.Dscription AS 'Description of Goods', ORPC.Address, RPC1.Quantity, RPC1.Price AS 'Rate', RPC1.LineTotal AS 'Amount', ORPC.DocDate,
                              (SELECT DISTINCT TaxRate
                                FROM          RPC4
                                WHERE      (staType = - 90) AND (StaCode = 'BED@10') AND (DocEntry = RPC1.DocEntry)) AS 'Basic Excise Duty BED@10 %',
                             (SELECT DISTINCT TaxRate
                                FROM          RPC4 AS RPC4_8
                                WHERE      (staType = - 60) AND (DocEntry = RPC1.DocEntry)) AS 'Education Cess @2%',
                             (SELECT DISTINCT TaxRate
                                FROM          RPC4 AS RPC4_7
                                WHERE      (staType = - 55) AND (DocEntry = RPC1.DocEntry)) AS 'Secondary Education Cess @1%',
                             (SELECT DISTINCT TaxRate
                                FROM          RPC4 AS RPC4_6
                                WHERE      (staType = 4) AND (StaCode = 'CST2') AND (DocEntry = RPC1.DocEntry)) AS 'Central Sales Tax(CST)',
                             (SELECT DISTINCT TaxRate
                                FROM          RPC4 AS RPC4_5
                                WHERE      (staType = 1) AND (StaCode = 'VAT4') AND (DocEntry = RPC1.DocEntry)) AS 'Input VAT@5%',
                              (SELECT DISTINCT TaxRate
                                FROM          RPC4 AS RPC4_4
                                WHERE      (staType = 1) AND (TaxRate = 12.500000) AND (StaCode = 'VAT12.5') AND (DocEntry = RPC1.DocEntry)) AS 'VAT12.5%',
                           (SELECT DISTINCT TaxRate
                                FROM          RPC4 AS RPC4_3
                                WHERE      (staType = 18) AND (StaCode = 'Add2') AND (DocEntry = RPC1.DocEntry)) AS 'ADD Tax 1%',
                                  (SELECT DISTINCT TaxRate
                                FROM          RPC4 AS RPC4_2
                                WHERE      (staType = 7) AND (DocEntry = RPC1.DocEntry)) AS 'Excempt'
    FROM         OSTA INNER JOIN
                          RPC4 AS RPC4_1 ON OSTA.Code = RPC4_1.StaCode CROSS JOIN
                          ORPC INNER JOIN
                          RPC1 ON ORPC.DocEntry = RPC1.DocEntry
    WHERE     (OSTA.Code IN ('BED@10','eCess 2%','HeCess 1%','CST')) AND (ORPC.CardCode = 'V00308') AND (ORPC.DocNum = '9220004')
    Kindly help me to solve this problem
    Regards
    Rahul

    Hi rahul,
    Try this:
    SELECT DISTINCT T0.DocNum AS 'Debit Note No.', T0.CardName AS 'Name', T0.CardCode AS 'code', T0.NumAtCard AS 'Supplier Ref.'
         ,T1.Dscription AS 'Description of Goods', T0.Address, T1.Quantity, T1.Price AS 'Rate', T1.LineTotal AS 'Amount', T0.DocDate,
         (SELECT DISTINCT ISNULL (SUM(RPC4.TaxRate),0)FROM RPC4 WHERE RPC4.StaType = -90 AND RPC4.DocEntry = T0.DocEntry) AS 'Basic Excise Duty BED@10 %',
         (SELECT DISTINCT ISNULL (SUM(RPC4.TaxRate),0) FROM RPC4 WHERE RPC4.StaType = -60 AND RPC4.DocEntry = T0.DocEntry) AS 'Education Cess @2%',
         (SELECT DISTINCT ISNULL (SUM(RPC4.TaxRate),0) FROM RPC4 WHERE RPC4.StaType = -55 AND RPC4.DocEntry = T0.DocEntry) AS 'Secondary Education Cess @1%',
         (SELECT DISTINCT ISNULL (SUM(RPC4.TaxRate),0) FROM RPC4 WHERE RPC4.StaType = 4  AND RPC4.StaCode = 'CST2' AND RPC4.DocEntry = T0.DocEntry) AS 'Central Sales Tax(CST)',
         (SELECT DISTINCT ISNULL (SUM(RPC4.TaxRate),0) FROM RPC4 WHERE RPC4.StaType = 1  AND RPC4.StaCode = 'VAT4'AND RPC4.DocEntry = T0.DocEntry) AS 'Input VAT@5%',
         (SELECT DISTINCT ISNULL (SUM(RPC4.TaxRate),0) FROM RPC4 WHERE RPC4.StaType = 1 AND RPC4.StaCode = 'VAT12.5'AND RPC4.DocEntry = T0.DocEntry) AS  'VAT12.5%',
         (SELECT DISTINCT ISNULL (SUM(RPC4.TaxRate),0) FROM RPC4 WHERE RPC4.StaType = 18 AND RPC4.StaCode = 'Add2'AND RPC4.DocEntry = T0.DocEntry) AS   'ADD Tax 1%',
         (SELECT DISTINCT ISNULL (SUM(RPC4.TaxRate),0) FROM RPC4 WHERE RPC4.StaType = 7 AND RPC4.DocEntry = T0.DocEntry) AS  'Excempt'
    FROM ORPC T0
         INNER JOIN RPC1 T1 ON T0.DocEntry = T1.DocEntry
    WHERE  (T0.CardCode = 'V00308') AND (T0.DocNum = '9220004')
    FOR BROWSE
    Thanks,
    Neetu

  • Re:Problem in displaying the output by using filters

    hi to all,
    when using filters in ALV i am getting a problem of displaying the <b>full contents of a particular field while going for F4 option</b>.
    even i using <b>ls_fieldcat-outputlen = field length</b> it is not coming .
    please help me in this issue.
    thanks
    sun
    Message was edited by: sun deep

    Hello,
    set ST_FIELDCAT-OUTPUTLEN to the actual lenght of the field.
    regards,
    Naimesh

  • In my ipad mini sound is there but somehow display turned off....please help...how to turn on the display

    In my ipad mini sound is there but somehow display turned off....please help...how to turn on the display

    Frozen or unresponsive iPad
    Resolve these most common issues:
        •    Display remains black or blank
        •    Touch screen not responding
        •    Application unexpectedly closes or freezes
    http://www.apple.com/support/ipad/assistant/ipad/
    iPad Frozen, not responding, how to fix
    http://appletoolbox.com/2012/07/ipad-frozen-not-responding-how-to-fix/
    iPad Frozen? How to Force Quit an App, Reset or Restart Your iPad
    http://ipadacademy.com/2010/11/ipad-frozen-how-to-force-quit-an-app-reset-or-res tart-your-ipad
    Black or Blank Screen on iPad or iPhone
    http://appletoolbox.com/2012/10/black-or-blank-screen-on-ipad-or-iphone/
    What to Do When Your iPad Won't Turn On
    http://ipad.about.com/od/iPad_Troubleshooting/ss/What-To-Do-When-Your-Ipad-Wo-No t-Turn-On.htm
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    Home button not working or unresponsive, fix
    http://appletoolbox.com/2013/04/home-button-not-working-or-unresponsive-fix/
    Fixing an iPad Home Button
    http://tinyurl.com/om6rd6u
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
     Cheers, Tom

Maybe you are looking for

  • Multiple Submit buttons in Adobe form !

    Hello Experts, Scenario : Form has Material number as input field and Material description should get automatically populated( maybe as a script or button , dont know yet ). Then the form is to be submitted at the backend. I have created an Adobe int

  • Mail Alias support

    Another question before I'd change to Blackberry: I use a mail account with several alias-adresses. On Android I installed K9-Mail where I can set more identities per mail account and which also will reply with the correct mail address. That means: i

  • File and Password

    Hi, Can i read from a remote Directory in a LAN network if it is protected by password? I need open this Directory as a File Object and not as URL Object. How I settings username and password to open this Directory? Thank you Alessandro

  • 2 sided printing with hp 6800 all in one

    I recently went to print my Caring Bridge blog and was amazed I had not noticed the option for 2 sided printing before. (I've have this printer at least 6 mos) I was thrilled how beautifully this worked! Problem is, the 2 sided option doesn't show an

  • Skalierung der Bedienoberfläche für QHD unter Windows

    Da ja Dell jetzt das XPS 15 und das M3800 rausgebracht haben und diese beide über QHD DIsplays verfügen wollte ich mal fragen wie es mit der Bedienoberfläche aussieht? Windows soll ja alles gut skalieren, aber die Bedienelemente in den Adobe Anwedung