How to paint a Custom Cell  while you are editing on adjacent Cell in JTabl

Hi All,
I have two Columns in my Custom Table . Both Two Columns are Custom Cell Editors/Renderers.
I have made UI such that Column1 is Label , Column 2 is TextBox / Combo/ UI Input any
My Custom Table View when i edit some value against Max Conn. it should display Blue
=================================
Column A | Column B
==================================
Timeout | some_unchanged_value
*{color:#0000ff}Session{color}* | some_unchanged_value
Log File | some_unchanged_value
===================================
My issue is when i start typing in my Custom Editor suppose i Type /invoke Edtir of Index 2, Column 2 font should become Blue.
It becomes blue only when i debug this issue it perfectly works, without Debugger it doesnt changes the Font
MyDefaultRenderer is my Custom renderer - I have set Foregroud Color as BLUE
NOTE:_
In run method if table.repaint() instead of single renderer:
It turns Blue when i make call on table.repaint() methosd but i feel that repainting full table on every key Stroke should not be very good programming. Whats is more appropriate way?
I want to repaint only that particular cell against which i change the Value
    private class MyDefaultEditor extends AbstractCellEditor implements TableCellEditor {
        private JTextField txtField = null;
        private int rowIndex;
        public MyDefaultEditor() {
            txtField = new JTextField();
            txtField.addKeyListener(new KeyAdapter() {
                @Override
                public void keyTyped(KeyEvent e) {
                    super.keyTyped(e);
                    System.out.println("########### Hello This is MyDefaultEditor");
              SwingUtilities.invokeLater(new Runnable() {
                        public void run() {
                              // Call Renderer adjacentt to input to turn Blue (Is this Valid Code ??)
                            MyDefaultRenderer defRen = (MyDefaultRenderer) thisTable.getCellRenderer(activeRowIndex, 0);
                            defRen.paintMe();
          // table.repaint() works for me but i dont want to call it on evey ket type, that will be Heave rite???
        public Component getTableCellEditorComponent(JTable table,
                Object value, boolean isSelected, int row, int column) {
            rowIndex = row;
            String valStr = "";
            if (value != null && value instanceof String) {
                valStr = value.toString();
            txtField.repaint();
            return txtField;
        public Object getCellEditorValue() {
            return txtField.getText();
    }Edited by: Shubhadeep on Jun 27, 2009 1:58 AM
Edited by: Shubhadeep on Jun 27, 2009 2:01 AM
Edited by: Shubhadeep on Jun 27, 2009 2:06 AM
Edited by: Shubhadeep on Jun 27, 2009 2:12 AM

Well, I think you need to add a custom renderer to the first column. The renderer would check if the table.isEditing(). If it is and the editing is done on the same row, then you set the font color blue, otherwise you use the default font color.
Then the next question is how do you repaint the cell. Well you can use the table.repaint(Rectangle) method. You can get the Rectangle to repaint by using the table.getCellRect(...) method.
Finally, you need to know when to repaint the cell. Well a PropertyChangeEvent is fired when a cell starts and stops editing. So you only need to handle these events. Don't use a KeyListener. The PropertyChangeListener you add to the table might be something like:
public void propertyChange(PropertyChangeEvent e)
     if ("tableCellEditor".equals(e.getPropertyName()))
          if (table.isEditing())
               processEditingStarted();
          else
               processEditingStopped();
}So when editing is started you need to determine the "adjacent" cell you want to repaint to the blue font is used. You would save the cell Rectangle so you can restore the font when editing is stopped.

Similar Messages

  • How do you surf the web while you are on the iphone?

    How do you search the web while you are having a phone conversation? do you have to put the phone on speaker?

    You dont have to, but it is hard to listen and look at the screen at the same time.  You can also use a bluetooth headset or ear phone that came with the phone.  Remember you can not do both at the ame time on Verizon.

  • HT2128 Does any one know how to attach a document from your mail, while you are already in your e-mail, meaning not having to look for your file first and then open the e-mail.

    Does any one know how to attach a document from your mail, while you are already in your e-mail, meaning not having to look for your file first and then open the e-mail.

    Luis
    Good question - and one that a lot of (business) people would like solved!
    Your question prompted me to do some research, and I found this workaround posted by Scott Grossberg:
    His solution actually addresses a second problem too - how to attach a document when replying to an email message. In your case you may not need to consider the "reply" aspect - but if not right now, it'll come in useful someday!
    I've pasted it verbatim - if it works for you (it does for me) then all credit goes to Scott for solving the problem. There's just one thing I'd add to his solution: you will probably want to rename the message, as by default Goodreader gives it the Subject line: Mail with GoodReader attachments.
    THE GOODREADER OPTION
    1.  CREATE the document you want to send.
    2.  SAVE it to GoodReader (this will require you to buy and install the app).
    3.  Go to your email and OPEN the email thread to which you want to Reply and attach your file.
    4.  COMPOSE your Reply.
    5.  DOUBLE TAP the message.
    6.  TAP SELECT ALL. This will copy the entire email thread.
    7.  OPEN GOODREADER on the iPad and go to the file you want to send as part of your Reply.
    8.  At the bottom of the GoodReader screen you will see an EXPORT icon (it looks like a rectangle with an arrow pointing to the right).
    9.  TAP the Export button.
    10.  TAP EMAIL FILE. Depending on your needs, tap either SEND FILE “AS IS” or “FLATTEN ANNOTATIONS.” This will open a compose message screen with the chosen document already attached.
    11.  TAP in the body of the email screen. TAP PASTE. This will place your composed Reply and the prior email thread into the message.
    12.  ENTER the Recipients’ names in the TO: field of your message.
    13.  SEND your email Reply.
    The modified version (= when composing a new message rather than a reply):
    1 Make sure that the doc you want to attach is saved in GoodReader
    2 In the message you are composing, double tap, select all, and then copy.
    3 Open GoodReader and select the file you want to attach
    4 Select the export button at the bottom of screen
    5 Select e-mail file
    6 Position cursor in body of the email message, tap and paste. You may want to delete the "sent from GoodReader" text that precedes the attachment.
    7 Rename your message (as by default it will be Mail with GoodReader attachments)
    8 Add the recipient's address in the To field.
    Hope this helps! All thanks to Scott for this workaround.

  • Starting a node while you are in other node in RAC

    Hi,
    Any idea how to start a node while you are in other node in RAC?

    Hi,
    Not sure what is your database version. However, you can start/stop the instance via srvctl and/or sql*plus.
    Note: 753516.1 - The difference between using srvctl vs using sqlplus for start/stop one or more database nodes
    Oracle® Database Oracle Clusterware and Oracle Real Application Clusters Administration and Deployment Guide
    http://www.oracle.com/technology/documentation/database.html
    Regards,
    Hussein

  • I'm running Mac OS X version 10.6.8 How come I get this error message "You are running an operating system that Photoshop no longer supports. Refer to the system requirements for a full list of supported platforms." When I Try to download a FREE trail?

    I'm running Mac OS X version 10.6.8 How come I get this error message "You are running an operating system that Photoshop no longer supports. Refer to the system requirements for a full list of supported platforms." When I Try to download a FREE trail?

    Hi Brizill,
    Please refer to the help document below to understand the technical specifications for the same:
    System requirements | Photoshop
    Regards,
    Sheena

  • How does google work out what country you are browsing from?

    Hi,
    Does anyone know how sites like google know what country you are browsing from and automatically forwards you to the local country site? I would like to do something similar with an ApEx application I am writing, showing country-specific things without prompting the user for their country.
    Thanks,
    Bill
    Message was edited by:
    user497072

    Google for keywords like geolocation IP address
    See
    http://linuxjournal.com/article/7856
    Read all the comments people have written for that article, they are very informative.
    I found http://www.dnsstuff.com/tools/city.ch to be uncannily accurate!
    See http://www.ip2location.com/

  • How to get legacy customer no. while uploading Customer master and vendor

    Hi All,
    I want to upload Customer master and Vendor master data from legacy using LSMW. I am using SAP standard programs available for the same. I am using internal number assignment in SAP for these masters.
    I case of material master these is a field in MARA named BISMT which is populated with old material no. used in legacy. Is there any corresponding field for customer and vendor master upload?. Moreover is this field automatically populated by SAP report while uploading?.I want to know which old material no. is mapped to which new internally generated number.
    Your feedback is highly appreciated.

    Hi,
    if you are looking for a field in customer and vendor master data that should contain the old (legacy number), take a look at knb1-altkn and in case of a vendor at lfb1-altkn.
    regards
    Siggi

  • How can I make it to where you are not aloud to delete the history unless you have a password? Public Fox does not work because they can simply go to "Show All History" and delete from there.

    Alot of people use my computer and I would like to make it to where you are required to have a password to delete the history. I tried public fox but you can simply delete the history by accessing "Show all history". So public fox doesn't work.

    Sorry, Firefox doesn't have a password feature for browsing history, and I haven't seen an extension for that.

  • Is it true that while you are using someone's wifi, that they can see whatever your doing that involves the Internet?

    Suppose you are using wifi. For example, I use my dads wifi, can he see what I am doing on my iPod when I use the Internet/wifi?

    Yes it is possible if he has installed the appropriate monitoring software.

  • Can you insert an image into an image you are editing?

    I am editing a picture & would like to add in our logo on the picture, is this a possibility?
    Your commets would be greatly appreciated.
    Cheers.....

    Hi,
    After you have inserted the image, you can use
    Magic Erasor tool : Click on the white background area you want to remove. ( if the areas you want to keep does not have White at all, uncheck Contiguous from the options bar and click on the white( or any color) background area.
    Paint Bucket tool: from the options bar, select from Mode Drop down, - "Clear". Check/Uncheck Contiguous depending on the colors, and click on the color to be removed.
    Magic Extracter: Go to Image > Magic Extractor: Mark areas to protect and remove with not so refined and perfect strokes, and Click on Preview to verify that you have acheived the desired results. You can erase and mark your areas you want to protect and remove till you have the right areas removed.  Once you are satisfied by the results, click on OK
    PS: Make sure you have the correct Layer selected from the Layer's panel.
         Also, please mark the answers as correct answers if they solve your problems.
    Cheers,
    Swarnima

  • Version: you are editing the shared version of this page. Not able to edit the page

    Hi,
    I have a sharepoint 2010 publishing site, which i have version upgraded to Sharepoint 2013.
    I have the below features already activated:
    1.Activate office sharepoint publishing infrastructure feature at site collection level.
    2. Activate office sharepoint publishing feature at site level.
    Also, versioning is enabled in the pages - document library settings.
    The page does not seem to be checked-out by anybody else, and I am trying to edit the page using the system account.
    I am not able to modify the page, and the ribbon does not show up.
    What am i missing?
    Thanks

    This is not an error message but simply letting you know you are making changes to a page that will affect everyone viewing
    the page vs. a personal view.
    See more at:
    http://www.go4sharepoint.com/Forum/version-editing-shared-version-page-7439.aspx#sthash.P2ZfVOBm.dpuf
    http://office.microsoft.com/en-us/windows-sharepoint-services-help/about-web-part-page-personal-and-shared-views-HA001160936.aspx
    Mark ANSWER if this reply resolves your query, If helpful then VOTE HELPFUL
    INSQLSERVER.COM
    Mohammad Nizamuddin

  • Rcvd message re: locked cells while trying to edit a field in my form

    I'm trying to edit a field in my form and keep receiving the following message:
    "Something unexpected happened and your request could not be completed. Please try again. Why? Some of the cells you have selected are locked. What Can You Do? Unlock the locked cells."
    I've been able to edit all of the other fields/cells in this form except for this one. How do I unlock a cell? I searched through all of the options while in the design mode for this field and can't find anything related to locking or unlocking cells.

    Found the answer here: View Responses
    The issue was with the cell in the table of the view responses tab, not in the design of the form field.

  • How to delete a Customer in its SALES AREA?

    Hi All,
    I've deleted a Customer by t.code OBR2. But it exists again in its SALES AREA.
    Could anyone tell me how to delete it in the sales area too?
    Thanks

    Hi Gandalf,
    not possible.
    Note 725857 provides some reference coding for your own program.
    Regards,
    Joosz

  • How do I stop message (The file you are attempting to play has an extension that does not match the file format... result in unexpected behavior..)

    Mozilla Firefox Installation Started: 2011-06-16 13:11:19
    Installation Details
    Install Dir: C:\Program Files\Mozilla Firefox
    Locale : en-US
    App Version: 4.0.1
    GRE Version: 2.0.1
    OS Name : Windows XP
    Target CPU : x86
    Installing Main Files
    Installed File: C:\Program Files\Mozilla Firefox\AccessibleMarshal.dll
    Installed File: C:\Program Files\Mozilla Firefox\application.ini
    Installed File: C:\Program Files\Mozilla Firefox\blocklist.xml
    Installed File: C:\Program Files\Mozilla Firefox\chrome.manifest
    Created Directory: C:\Program Files\Mozilla Firefox\components
    Installed File: C:\Program Files\Mozilla Firefox\crashreporter-override.ini
    Installed File: C:\Program Files\Mozilla Firefox\crashreporter.exe
    Installed File: C:\Program Files\Mozilla Firefox\crashreporter.ini
    Installed File: C:\Program Files\Mozilla Firefox\D3DCompiler_42.dll
    Installed File: C:\Program Files\Mozilla Firefox\d3dx9_42.dll
    Created Directory: C:\Program Files\Mozilla Firefox\defaults
    Installed File: C:\Program Files\Mozilla Firefox\dependentlibs.list
    Created Directory: C:\Program Files\Mozilla Firefox\dictionaries
    Created Directory: C:\Program Files\Mozilla Firefox\extensions
    Installed File: C:\Program Files\Mozilla Firefox\firefox.exe
    Installed File: C:\Program Files\Mozilla Firefox\freebl3.chk
    Installed File: C:\Program Files\Mozilla Firefox\freebl3.dll
    Installed File: C:\Program Files\Mozilla Firefox\libEGL.dll
    Installed File: C:\Program Files\Mozilla Firefox\libGLESv2.dll
    Installed File: C:\Program Files\Mozilla Firefox\mozalloc.dll
    Installed File: C:\Program Files\Mozilla Firefox\mozcpp19.dll
    Installed File: C:\Program Files\Mozilla Firefox\mozcrt19.dll
    Installed File: C:\Program Files\Mozilla Firefox\mozjs.dll
    Installed File: C:\Program Files\Mozilla Firefox\mozsqlite3.dll
    Installed File: C:\Program Files\Mozilla Firefox\nspr4.dll
    Installed File: C:\Program Files\Mozilla Firefox\nss3.dll
    Installed File: C:\Program Files\Mozilla Firefox\nssckbi.dll
    Installed File: C:\Program Files\Mozilla Firefox\nssdbm3.chk
    Installed File: C:\Program Files\Mozilla Firefox\nssdbm3.dll
    Installed File: C:\Program Files\Mozilla Firefox\nssutil3.dll
    Installed File: C:\Program Files\Mozilla Firefox\omni.jar
    Installed File: C:\Program Files\Mozilla Firefox\platform.ini
    Installed File: C:\Program Files\Mozilla Firefox\plc4.dll
    Installed File: C:\Program Files\Mozilla Firefox\plds4.dll
    Installed File: C:\Program Files\Mozilla Firefox\plugin-container.exe
    Installed File: C:\Program Files\Mozilla Firefox\README.txt
    Installed File: C:\Program Files\Mozilla Firefox\removed-files
    Created Directory: C:\Program Files\Mozilla Firefox\searchplugins
    Installed File: C:\Program Files\Mozilla Firefox\smime3.dll
    Installed File: C:\Program Files\Mozilla Firefox\softokn3.chk
    Installed File: C:\Program Files\Mozilla Firefox\softokn3.dll
    Installed File: C:\Program Files\Mozilla Firefox\ssl3.dll
    Installed File: C:\Program Files\Mozilla Firefox\update.locale
    Installed File: C:\Program Files\Mozilla Firefox\updater.exe
    Installed File: C:\Program Files\Mozilla Firefox\updater.ini
    Installed File: C:\Program Files\Mozilla Firefox\xpcom.dll
    Installed File: C:\Program Files\Mozilla Firefox\xul.dll
    Installed File: C:\Program Files\Mozilla Firefox\uninstall\helper.exe
    Installed File: C:\Program Files\Mozilla Firefox\searchplugins\amazondotcom.xml
    Installed File: C:\Program Files\Mozilla Firefox\searchplugins\bing.xml
    Installed File: C:\Program Files\Mozilla Firefox\searchplugins\eBay.xml
    Installed File: C:\Program Files\Mozilla Firefox\searchplugins\google.xml
    Installed File: C:\Program Files\Mozilla Firefox\searchplugins\wikipedia.xml
    Installed File: C:\Program Files\Mozilla Firefox\searchplugins\yahoo.xml
    Created Directory: C:\Program Files\Mozilla Firefox\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}
    Installed File: C:\Program Files\Mozilla Firefox\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}\icon.png
    Installed File: C:\Program Files\Mozilla Firefox\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}\install.rdf
    Installed File: C:\Program Files\Mozilla Firefox\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}\preview.png
    Installed File: C:\Program Files\Mozilla Firefox\dictionaries\en-US.aff
    Installed File: C:\Program Files\Mozilla Firefox\dictionaries\en-US.dic
    Created Directory: C:\Program Files\Mozilla Firefox\defaults\pref
    Installed File: C:\Program Files\Mozilla Firefox\defaults\pref\channel-prefs.js
    Installed File: C:\Program Files\Mozilla Firefox\components\binary.manifest
    Installed File: C:\Program Files\Mozilla Firefox\components\browsercomps.dll
    DLL Registration
    Registered: C:\Program Files\Mozilla Firefox\AccessibleMarshal.dll
    Adding Registry Entries
    Added Registry String: HKLM | Software\Mozilla\Mozilla Firefox\4.0.1 (en-US)\Main | Install Directory | C:\Program Files\Mozilla Firefox
    Added Registry String: HKLM | Software\Mozilla\Mozilla Firefox\4.0.1 (en-US)\Main | PathToExe | C:\Program Files\Mozilla Firefox\firefox.exe
    Added Registry String: HKLM | Software\Mozilla\Mozilla Firefox\4.0.1 (en-US)\Uninstall | Description | Mozilla Firefox 4.0.1 (x86 en-US)
    Added Registry String: HKLM | Software\Mozilla\Mozilla Firefox\4.0.1 (en-US) | | 4.0.1 (en-US)
    Added Registry String: HKLM | Software\Mozilla\Mozilla Firefox 4.0.1\bin | PathToExe | C:\Program Files\Mozilla Firefox\firefox.exe
    Added Registry String: HKLM | Software\Mozilla\Mozilla Firefox 4.0.1\extensions | Components | C:\Program Files\Mozilla Firefox\components
    Added Registry String: HKLM | Software\Mozilla\Mozilla Firefox 4.0.1\extensions | Plugins | C:\Program Files\Mozilla Firefox\plugins
    Added Registry String: HKLM | Software\Mozilla\Mozilla Firefox 4.0.1 | GeckoVer | 2.0.1
    Added Registry String: HKLM | Software\Mozilla\Mozilla Firefox | | 2.0.1
    Added Registry String: HKLM | Software\Mozilla\Mozilla Firefox | CurrentVersion | 4.0.1 (en-US)
    Added Registry String: HKLM | Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox 4.0.1 (x86 en-US) | Comments | Mozilla Firefox 4.0.1 (x86 en-US)
    Added Registry String: HKLM | Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox 4.0.1 (x86 en-US) | DisplayIcon | C:\Program Files\Mozilla Firefox\firefox.exe,0
    Added Registry String: HKLM | Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox 4.0.1 (x86 en-US) | DisplayName | Mozilla Firefox 4.0.1 (x86 en-US)
    Added Registry String: HKLM | Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox 4.0.1 (x86 en-US) | DisplayVersion | 4.0.1
    Added Registry String: HKLM | Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox 4.0.1 (x86 en-US) | InstallLocation | C:\Program Files\Mozilla Firefox
    Added Registry String: HKLM | Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox 4.0.1 (x86 en-US) | Publisher | Mozilla
    Added Registry String: HKLM | Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox 4.0.1 (x86 en-US) | UninstallString | C:\Program Files\Mozilla Firefox\uninstall\helper.exe
    Added Registry String: HKLM | Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox 4.0.1 (x86 en-US) | URLInfoAbout | http://www.mozilla.com/en-US/
    Added Registry String: HKLM | Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox 4.0.1 (x86 en-US) | URLUpdateInfo | http://www.mozilla.com/en-US/firefox/
    Added Registry DWord: HKLM | Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox 4.0.1 (x86 en-US) | NoModify | 1
    Added Registry DWord: HKLM | Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox 4.0.1 (x86 en-US) | NoRepair | 1
    Added Registry DWord: HKLM | Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox 4.0.1 (x86 en-US) | EstimatedSize | 31131
    Added Registry String: HKLM | Software\Microsoft\Windows\CurrentVersion\App Paths\firefox.exe | | C:\Program Files\Mozilla Firefox\firefox.exe
    Added Registry String: HKLM | Software\Microsoft\Windows\CurrentVersion\App Paths\firefox.exe | Path | C:\Program Files\Mozilla Firefox
    Added Registry Key: HKLM | Software\Microsoft\MediaPlayer\ShimInclusionList\FIREFOX.EXE
    Added Registry Key: HKLM | Software\Microsoft\MediaPlayer\ShimInclusionList\plugin-container.exe
    Adding Shortcuts
    Added Shortcut: C:\Documents and Settings\All Users\Start Menu\Programs\Mozilla Firefox.lnk
    Added Shortcut: C:\Documents and Settings\All Users\Desktop\Mozilla Firefox.lnk
    Added Shortcut: C:\Documents and Settings\Owner\Application Data\Microsoft\Internet Explorer\Quick Launch\Mozilla Firefox.lnk
    Setting as the default browser
    Mozilla Firefox Installation Finished: 2011-06-16 13:11:23

    The usual cause of that type of error is incorrect programming of the web server. The file is being sent with the wrong content-type, and since the browser uses that to determine how to handle the file, it does not treat it correctly. You could try the extension Force Content-Type to correct the content-type of that file.
    https://addons.mozilla.org/en-US/firefox/addon/force-content-type/

  • Item don't return to SC if you try to print while you are in catlog

    Our Client is in SRM6.0 and they have long pending issue related to IE7. We have opened OSS msg with SAP and we got respond that this is an current architect issue of SRM6.0. I would like to know if this problem do exists in SRM7.0 or SAP was able to resolved it in SRM7.0.
    Here are the details of the problem
    When a user prints any page of a punch-out catalog, SRM will not return the items to the shopping cart. Instead, it will default back to the Step 1 / Catalog Selection screen. At any point while at the punch-out web site, right click and print the web page. When the items are checked out of the punch-out, they will not be returned to the SC, rather, SRM will default back to the Step 1/Catalog Selection screen. These issues, however, are related strictly to returning from a PUNCHOUT catalog. That is, a catalog hosted remotely by the supplier.
    Thanks,
    Sachin

    Sorry, I see a response from SAP and they confirmed this problem exists in SRM7.0 too.  They are working with Microsoft to resolve this issue.

Maybe you are looking for

  • How to load a swf into an empty movieClip from and as file to flash

    i've trying to read up on some flash AS2 stuff. anyone got some ideas about this. i want to create an emptyMovie in a flash external as. file and us a loadMove() function to run a swf and have that get displayed in flash. how would i do that. so far

  • Web dispatcher SSL error

    Hi, All I am using webdispatcher as reverse proxy for SSL terminiation. let me explain my steps. to create pse 1-get request file sapgenpse get_pse u2013s2048 -p C:\usr\sap\FW2\W00\sec\SAPSSLS.pse  -r C:\usr\sap\FW2\W00\sec\SAPSSLS.req  "CN=portal.xx

  • Urgent:db link from oracle 10g to sql server 2000

    Hi I have a db link 10g from oracle to sql server 2000. This was created a couple of years ago. This is working. I have now created another db link from same oracle server to the same sql server but it is not working. But I am getting ORA-28500 and I

  • Help with installing elements 9

    Hello, I was gifts elements 9 a while back. As I was travelling I only now have a computer to install it onto. Imac OSX 10.8.5. When I insert the Mac OS disk it whirls away but nothing comes up, when I insert the windows disk I get all the installing

  • Losing Displays Color setting when waking from sleep

    Hey y'all! I haven't seen this specific problem addressed anywhere in the forums - I have a Pismo 500 running 10.3.9. The problem is that when I wake the Pismo from sleep, nine times out of ten, it defaults to the uncalibrated display space. If I ope