How to fix error in file name.?

Ergh! I put a . where it should not be in my Open Office Document file name. How can I fix it?
2014, 11, 01, Processing Review, Ref. TB1424 2075 2132.doc
Urgent! Is there a way to fix it?

Did you purchase
- Adobe Acrobat Pro
- Adobe PDF Pack
- something else?

Similar Messages

  • How to fix the .pdf file with error "invalid annotation object"

    how to fix the .pdf file with error "invalid annotation object"

    As long as the PDF opens, then just try saving it to a new file name. There may be a preflight script that would help troubleshoot the issue.

  • Anyone know how to fix error message: word cannot complete too many files open

    anyone know how to fix error message: word cannot complete too many files open
    thanks
    Ronny

    First, take a look at this thread, toward the end of the second page:
    https://discussions.apple.com/thread/1449787?start=0&tstart=0
    Your ansswer is there, somewhere.
    Unfortunately, you've not provided enough system information to solve this.(The only info is that you use a MacBook Pro.) This issue may have been addressed in a prior version. Update your Support Communitees Profile to include your current hardware, system, and devices.

  • How can I assign image file name from Main() class

    I am trying to create library class which will be accessed and used by different applications (with different image files to be assigned). So, what image file to call should be determined by and in the Main class.
    Here is the Main class
    import org.me.lib.MyJNIWindowClass;
    public class Main {
    public Main() {
    public static void main(String[] args) {
    MyJNIWindowClass mw = new MyJNIWindowClass();
    mw.s = "clock.gif";
    And here is the library class
    package org.me.lib;
    public class MyJNIWindowClass {
    public String s;
    ImageIcon image = new ImageIcon("C:/Documents and Settings/Administrator/Desktop/" + s);
    public MyJNIWindowClass() {
    JLabel jl = new JLabel(image);
    JFrame jf = new JFrame();
    jf.add(jl);
    jf.setVisible(true);
    jf.pack();
    I do understand that when I am making reference from main() method to MyJNIWindowClass() s first initialized to null and that is why clock could not be seen but how can I assign image file name from Main() class for library class without creating reference to Main() from MyJNIWindowClass()? As I said, I want this library class being accessed from different applications (means different Main() classes).
    Thank you.

    Your problem is one of timing. Consider this simple example.
    public class Example {
        public String s;
        private String message = "Hello, " + s;
        public String toString() {
            return message;
        public static void main(String[] args) {
            Example ex = new Example();
            ex.s = "world";
            System.out.println(ex.toString());
    }When this code is executed, the following happens in order:
    1. new Example() is executed, causing an object to constructed. In particular:
    2. field s is given value null (since no value is explicitly assigned.
    3. field message is given value "Hello, null"
    4. Back in method main, field s is now given value "world", but that
    doesn't change message.
    5. Finally, "Hello, null" is output.
    The following fixes the above example:
    public class Example {
        private String message;
        public Example(String name) {
            message = "Hello, " + name;
        public String toString() {
            return message;
        public static void main(String[] args) {
            Example ex = new Example("world");
            System.out.println(ex.toString());
    }

  • How to find out the file name

    Hi,
    In selection screen (parameter) user will give input TXT file from presentation server to upload to SAP. I need to capture the file name only but not the path and need to concatenate with date stamp and need to download error log in XLS file to presentation server.
    How to find out the file name from selection screen?
    I searched SCN threads but not found relavant solution.
    Thanks,
    R Kumar

    Hi
    This code gets only filename from selection screen :
    REPORT x.
    PARAMETERS p_file(100).
    DATA : gv_full_path LIKE  ibipparms-path,
           gv_full_path_string TYPE string,
           gv_filename(100),
           gv_file_ext(3).
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
    Ask user to select file with a popup :
      CALL FUNCTION 'F4_FILENAME'
        IMPORTING
          file_name = gv_full_path.
    Get filename from path :
      gv_full_path_string = gv_full_path.
      CALL FUNCTION 'CH_SPLIT_FILENAME'
        EXPORTING
          complete_filename = gv_full_path_string
        IMPORTING
          extension         = gv_file_ext
          name              = gv_filename.
      CONCATENATE gv_filename '.' gv_file_ext INTO gv_filename.
      p_file = gv_filename.
    I hope it helps.

  • How to fix error 3914 of itunes for windows...?

    How to fix error 3914 of itunes for windows...?

    Queries1 :- Where i need to type the above command to get the version of cygwin and make.From the command prompt -- Make sure that the Cygwin Bin directory is set in the Path (Refer to the same doc, 7. Add Cygwin Bin Directory to Path). You could also search for make.exe file to verify the directory where all those executable files are located.
    Thanks,
    Hussein

  • How to fix  Error Code: U43M1D204?

    How to fix  Error Code: U43M1D204? When trying to update.

    Hi There,
    Kindly check the name and version of update and try to install there patch manually from the below mentioned links.
    All Adobe CC 2014 Updates: The Direct Download Links for Mac OS | ProDesignTools
    All Adobe CC 2014 Updates: The Direct Download Links for Windows | ProDesignTools
    If you are not able to install the patch,Kindly try
    Enabling and using the "root" user in OS X - Apple Support
    Hidden Admin (Windows): Enable and Disable the Built-in Administrator Account (Standard 7 SP1)
    You can also try :Troubleshoot update issues | CS5, CS5.5, CS6
    Thanks,
    Atul Saini

  • How to fix error 29

    i want to know how to fix error twenty nine

    Howdy KendelGilbert,
    It sounds like you are trying to sync your phone with iTunes and are getting an error code 29. I found this article for you that should help you troubleshoot that error, and explains a bit about what can cause it to occur named:
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    http://support.apple.com/kb/ts3694#error29
    Error 20, 21, 23, 26, 28, 29, 34, 36, 37, and 40
    These errors typically occur when security software interferes with the restore and update process. Use the steps to troubleshoot security software issues to resolve this issue. In rare cases, these errors may be a hardware issue. If the errors persist on another computer, the device may need service.
    Also, check your hosts file to verify that it's not blocking iTunes from communicating with the update server. See the steps under the heading "Blocked by configuration (Mac OS X / Windows) > Rebuild network information > Mac OS X > The hosts file may also be blocking the iTunes Store." If you have software used to perform unauthorized modifications to the iOS device, uninstall this software prior to editing the hosts file to prevent that software from automatically modifying the hosts file again on restart.
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • How to fix error 1015 while restoring iphone 3G

    how to fix error 1015 while restoring

    This error is usually the result of hacking (jailbreaking) the iPhone. It is likely now bricked.
    Error 1015: This error is caused by attempts to downgrade the iPhone, iPad, or iPod touch's software. This can occur when you attempt to restore using an older .ipsw file. Downgrading to a previous version is not supported. To resolve this issue, attempt to restore with the latest iPhone, iPad, or iPod touch software available from Apple."

  • How to fix error 4450 while burning cd

    how to fix error 4450 while burning cd

    This error is usually the result of hacking (jailbreaking) the iPhone. It is likely now bricked.
    Error 1015: This error is caused by attempts to downgrade the iPhone, iPad, or iPod touch's software. This can occur when you attempt to restore using an older .ipsw file. Downgrading to a previous version is not supported. To resolve this issue, attempt to restore with the latest iPhone, iPad, or iPod touch software available from Apple."

  • How to fix error (-54) itunes

    how to fix error (-54) itunes ?

    == Error -54 ==
    From an OS9 reference, error -54 is a software lock on a file or a permissions error. (Some of the old codes still apply to OSX although there is no formal list of OSX error codes.)
    First, try simply restarting your computer.
    iTunes Library cannot be saved (Error -54) - https://discussions.apple.com/thread/1912814
    Unknown error (-54) while syncing ipod - https://discussions.apple.com/thread/1082953 - problem was locked files
    Why does iTunes keep showing a -54 error when I sync my iPad? - https://discussions.apple.com/thread/3727114
    Error -54 possibly related to Touch Copy - https://discussions.apple.com/thread/3727114 - cleared by deleting preferences on iPad.

  • How to fix Error 1349

    How to fix Error 1349
    Ive done the host file method still no luck. Ive even formated my computer.

    3194?
    See the actions for that error here:
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    iPhone Error 3194 - How to Fix iTunes Error 3194?
    Fix Error 3194 from iTunes during iPhone restore

  • How to fix error malformed URL?

    How to fix error malformed URL?

    Can you give more details where you see this error message?
    You can try these steps in case of issues with web pages:
    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and remove cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • HT201442 how to fix Error 3194

    how to fix Error 3194

    Try following along with the article that was linked above your post.
    Any luck modifying the hosts file or testing without the security software?

  • TS1424 how to fix error 21 my iphone doesnt work what should i do????

    how to fix error 21 my iphone doesnt work what should i do????

    Hello,
    I found this article that should help you out:
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    http://support.apple.com/kb/TS3694
    It says the following about Error 21:
    These errors typically occur when security software interferes with the restore and update process. Follow Troubleshooting security software issues to resolve this issue. In rare cases, these errors may be a hardware issue. If the errors persist on another computer, the device may need service.
    Also, check your hosts file to verify that it's not blocking iTunes from communicating with the update server. See iTunes: Advanced iTunes Store troubleshooting—follow steps under the heading Blocked by configuration (Mac OS X / Windows) > Rebuild network information > Mac OS X > The hosts file may also be blocking the iTunes Store. If you have software used to perform unauthorized modifications to the iOS device, uninstall this software prior to editing the hosts file to prevent that software from automatically modifying the hosts file again on restart.
    Hope that helps,
    David

Maybe you are looking for

  • Tv out probs

    i have a geforce 4 mx420 video card and im trying to connect it to the tv so i can watch a movie. i connected the svideo cable into my digital reciever because that is the only way i can connect that cord to get the signal to the tv but then that is

  • Help in select plx

    hi Abapers, I need to improve performance in this select. H I H S G  <- I H S G   SELECT        * FROM  ihsg INTO TABLE hihsg     FOR ALL ENTRIES IN ht357g        WHERE ( objnr  LIKE 'OR%'           )        AND   ( k_skip EQ  imprm_k_skip-yes )     

  • Directory browsing in Application Server

    Hi Gurus, I need Directory browsing facility for my application server . i.e facility to select any directory on my application server. Can any body help me. Regards, Srinivas

  • Multi Plot Interpolation Property

    Hi I'm showing multi plots in a XY Graph and want to set the interpolation of all plots to "Stepwise horizontal" but I only can change the interpolation of first plot. Any suggestion on how I can do this?

  • Adding Nickname in Seach Help (F4) option

    Hello, My client wants to know if we can have 'Nickname' as a search field in the search help (F4) for PERNR / Person ID. Else if the Nickname can be added as a Return Value field. Thanks in advance.