File association question

Hello All,
I'm trying to setup VLC media viewer on all of our Mac's here. I have a configuration file that has all of the info for each streaming video channel that we offer. If I do a "Open With" I can associate this file with the VLC viewer, then double click on the file and it launches the viewer just fine.
Here is the problem, I'm using ARD to push the two files out to all of the client machines. When I do this the "Open With" link that I setup is broken. Then on each machine I have to go and manually reestablish the link.
Is there a preference that I can copy that will carry this link? Or a command I can issue from ARD to the client, something like the defaults command?
Thanks for any help.
John

Sorry it took so long to get back to you.
I tried it this morning, copying the LaunchServices plist along with the other files. That didn't work, same thing.
So I started poking around in the VLC app and was able to do as "Save Playlist As" and copy that file over with the app and it worked just fine.
In theory, should the LaunchServices file have held that info in it? I would still like to know. When I did a "Open With" and went to the apps folder, the VLC viewer was not a option until I changed the drop down to All Applications. Then I would get a error warning in the window stating that this app may not recognize this file type, but it worked. Could this have been my problem? Just wondering now.....

Similar Messages

  • Midnight commander questions. menu file & associations file

    hi! i use tuxcmd all time, but find myself interested in try mc, first because it can be transparent and integrates with my transparent desktop:
    but i read this manual  http://www.chm.tu-dresden.de/edv/mc/mc4.5/manual1.html  and dont know how to make a couple of things in first place...
    1. when i start mc it sorts files in a confusing (for me) way tuxcmd shows me first the "dot" directories, next the "not dot" directories , next the "dot" files and finally the files, all in alphabetic order. how to achieve that sorting in mc?
    2. in tuxcmd i have the options to sort (maintaining the number 1 item sort fashion) by date (newest files first) by name, by extension. how to do this in mc?
    3. in tuxcmd i add to it a lot of file associations to my common use files, like when i right click a media file, i have my programs like open with mplayer, xine, vlc, ffmpeg -i (shows me info about the file), etc. what file or what i need to do to have file associations like that in mc? so i can just double click the file and it opens with his associated program?
    THANKS!!!
    my desktop:
    Arch
    Fluxbox
    gkrellm (cronos skin)
    aterm (command: aterm -tr -bl +sb)
    mc (transparent mc: Copy this line to ~/.mc/ini
    [Colors]
    base_color=normal=white,default:directory=white,default:marked=yellow,default:selected=gray,white:executable=brightgreen,default:link=lightgray,default:stalelink=brightred,default:special=brightblue,default:device=magenta,default:editnormal=white,default)
    Last edited by leo2501 (2008-04-12 13:12:47)

    Well, right now i edited my ~/.mc/menu file so when i press F2 i get a menu with my additions, but the thing is, that i need that depending on the selected file when i press F2, the menu displays the corresponding options depending on the file type, but i barely understand the conditions and subconditions thing
    #### Added by me ####
    #### Video File Menu ####
    + f \.avi$ | f \.mpg$ | f \.mpeg$ | f \.mkv$ | f \.ts$ | f \.rm$ | f \.vob$ | f \.rmvb$ | f \.flv$ | f \.wmv | f \.ram | f \.mp4 | f \.asf | f \.ogm | f \.m2v | f \.evo$ $ & t n
    1 ffmpeg -i (show audio/video info)
    ffmpeg -i %f
    2 vlc
    vlc %f
    3 Encode to h264 hq 96 700
    enc2h264 hq 96 700 %f
    #### Audio File Menu ####
    + f \.wav$ | f \.mp3$ | f \.au$ | f \.aiff$ | f \.snd$ | f \.mp2$ | f \.flac$ | f \.wma$ | f \.snd$ | f \.mpc$ | f \.ac3$ | f \.mid$ | f \.ogg$ $ & t n
    1 mplayer
    mplayer %f
    2 aplay
    aplay %f
    3 ffmpeg -i (show audio/video info)
    ffmpeg -i %f
    4 audacity
    audacity %f
    5 Encode to *.mp3
    enc2mp3 %f
    #### Disk Image File Menu ####
    + f \.iso$ | f \.ccd$ | f \.img$ | f \.nrg$ | f \.mdf$ | f \.cue$ | f \.bin$ | f \.daa$ | f \.b6t$ | f \.b6i$ & t r & ! t t
    1 mountiso
    mountiso %f &
    2 isomaster
    isomaster %f
    3 Convert BIN to ISO
    bin2iso %f
    4 Poweriso convert image to ISO
    all2iso %f
    5 Convert CCD to ISO
    myccd2iso %f
    #### Image File Menu ####
    + f \.jpg$ | f \.jpeg$ | f \.bmp$ | f \.png$ | f \.gif$ | f \.svg$ & t r & ! t t
    1 feh
    feh %f
    2 gimp
    gimp %f
    3 gqview
    gqview %f
    4 mirage
    mirage %f
    #### PDF File Menu ####
    + f \.pdf$ & t r & ! t t
    1 epdfview
    epdfview %f
    2 xpdf
    xpdf %f
    #### Text File Menu ####
    + f \.txt$ | f \.nfo$ | f \.cfg$ | f \.log$ | f \.srt$ | f \.sub$ | f \.ssa$ & t r & ! t t
    1 leafpad
    leafpad %f
    #### Archive File Menu ####
    + f \.zip$ | f \.gz$ | f \.rar$ | f \.bz2$ | f \.tgz$ | f \.7z$ | f \.ace$ & t r & ! t t
    1 xarchiver
    xarchiver %f
    2 Extract *.tar.gz
    tar -xzvf %f
    3 Extract *.tar.bz2
    tar -xjvf %f
    4 Extract *.rar Full Path
    unrar x %f
    5 Extract *.rar Current Dir
    unrar e %f
    6 Extract *.zip
    unzip %f
    7 Extract *.7z Full Path
    7z x %f
    8 Extract *.7z Current Dir
    7z e %f
    9 Extract *.ace Full Path
    unace x %f
    a Extract *.ace Current Dir
    unace e %f
    b Extract *.rar in *.rar_dir directory
    unrar2dir %f
    c Extract *.zip in *.zip_dir directory
    unzip2dir %f
    d Pacman Install Package
    sudo pacman -A %f
    e Pacman Upgrade Package
    sudo pacman -U %f
    #### Windows Executable File Menu ####
    + f \.exe$ | f \.bat$ | f \.msi$ & t r & ! t t
    1 wine
    wine %f
    #### Internet File Menu ####
    + f \.htm$ | f \.html$ | f \.php$ | f \.asp$ & t r & ! t t
    1 kazehakase
    kazehakase %f
    2 swiftfox
    swiftfox %f
    #### Document File Menu ####
    + f \.doc$ | f \.rtf$ | f \.php$ | f \.asp$ & t r & ! t t
    1 abiword
    abiword %f
    2 OpenOffice Writer
    soffice -writer %f
    #### Spread Sheet File Menu ####
    + f \.xls$ | f \.csv$ & t r & ! t t
    1 gnumeric
    gnumeric %f
    #### Presentation File Menu ####
    + f \.ppt$ | f \.pps$ & t r & ! t t
    1 OpenOffice Impress
    soffice -impress %f
    #### Java File Menu ####
    + f \.jar$ & t r & ! t t
    1 Execute
    java -jar %f
    #### Help/Manual File Menu ####
    + f \.chm$ | f \.pps$ & t r & ! t t
    1 xchm
    xchm %f
    Last edited by leo2501 (2008-04-12 13:14:16)

  • How to restore file associations in Bridge CS5?

    Hi
    Some time ago I somehow lost file associations in Adobe Bridge CS5. Now when I doubleclick a RAW file (Canon .CR2 file) I get Firefox, when I doubleclick a JPG I get FastStone and when I doubleclick a PSD file nothing happens at all. Also Photoshop is not in the options I get by right-clicking photos and choosing "Open with...".
    I have tried [ Edit -> Preferences... -> File Type Associations -> Reset to Default Associations ] , but that didn't help.
    Also when I look in the File Type Association dialog, my file types are set to "Explorer Settings", and Photoshop is not among the other options. I don't know how this uses to be (if associations are defined in Bridge or it uses Explorer/Windows settings?), but how do I easily recreate original setup from when I installed Photoshop?
    Regards
    Stig Nygaard
    http://www.rockland.dk/
    http://www.flickr.com/photos/stignygaard/

    Hi Neil
    Thanks for the answer. I'm aware I can manually setup associations one-by-one for all file types I need, but just hoped there was some easier way. I mean there's a lot of file types associated in either windows/explorer or directly in Bridge. Some that I might not know I need tomorrow.  Two things I have found out since I asked the question:
    1) The problem is probably caused by uninstalling my old CS4 after I had installed CS5. It looks like somebody experienced a similar problem by uninstalling CS3 after the installation of CS4: http://forums.adobe.com/message/1899159#1899159. So apparently a bug Adobe hasn't fixed even though it was in previous version too!? :-( I think it is only natural to keep your old version installed for some time when installing an upgrade. Just to make sure the new version works well before you uninstall the previous (And I have previous had the problem that a new version of Photoshop had a habit of freezing on my PC - or some other error I don't remember -  until Adobe released an update. So there's a reason for my behavior).
    2) I have installed a second copy of CS5 now on my secondary portable PC, and are using this to make a similar setup regarding file associations in windows/explorer and Bridge. All associations for Photoshop was lost on my primary PC, and God... there's a lot of file associations to setup again... May I recommend Adobe (if reading this) to fix this bug and/or make a script to automatically recover all associations in case of loss!
    /Stig

  • CS6 Beta Modifies CS4 & CS5 Bridge File Associations (W7 Pro 64Bit SP1)

    Symptoms:
    After installing CS6 including bridge CS6 onto a W7 pro 64Bit Machine with SP1.
    The File associations in the existing copies of CS4 and CS5 bridge are updated to make the CS6 Beta the default programme for opening the majority of file types from either CS4 or CS5 bridge.
    When right clicking ona file from CS4/5 bridge only the option of opening in CS6 is presented
    Expected Bahaviour:
    I expected that CS6 would be the default programme launched from CS6 bridge but that CS4/CS5 would remain the default programmes launched from their own versions of bridge.
    Setting CS6 as the default file association in previous versions of bridge makes no sense at the Beta stage, as it interupts a clean migration back to existing workflow.
    I would also question the value in not preserving the existing file associations in prior versions of bridge in the final CS6 release, as there are cases when it might be desirable to go back to a previous version of CS, in which case opening that version of bridge and launching directly into the prior versions of CS is very desirable.
    Is there anyway to quickly restore the previous associations in CS4/CS5 bridge and be sure that they are exactly the same as prior to the CS6 beta install ?

    Sorry for the noise. I misunderstood your depth of knowlege and what you had tried. I also committed the sin of not testing the procedure all the way through because I did not want to change the association on my computer. I get the same behavior.
    Guess for .jpg
    Registry shows for .jpg:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg\UserCho ice  Progid = Applications\Photoshop.exe
    HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Applications\Photoshop.exe\shell\open\command  (Default) = "C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Photoshop.exe" "%1"
    UserChoice seems to be added when I made the association choice. Note that it points into Applications with a non-version specific Photoshop.exe. Within HKLM\....\Applications there is only one Photoshop.exe -- no version -- and that entry points to CS6.
    I believe that explains why the browsed to association is CS6. It does not explain why it would be set up that way. Probably has something to do with Windows special handling of certain file extensions. Beyond my depth and tells me I am not going to find a solution.

  • Delete Previous Version - file associations

    Have a question on file association problems when deleteing previous version of PS.
    For example user bought CS5 and  installed.  File Associations now changed by defauilt to CS5.
    If user un-installs CS4, the file associations now revert back to CS4, even though that version is not on computer.
    Changing file associations is Bridge and in the OS does not solve file association problem.
    One either has to uninstall PS and wipe Adobe files, then re-install latest version, or go into OS registry and make changes.  Registry changes can be difficult for many.
    I am sure when CS6 is released we will again have this same scenero, as outlined above, repeated unless the code has been changed.
    The question is:  In CS6 will this bug have been eliminated?

    Just because it's happend to multiple people doesn't make it not machine or user specific (a problem with user permissions on one computer can happen on another as well). I've never seen this behavior on any of my systems and I have to install and uninstall random versions of the software all the time. The most recently installed version of the software should always have the file type associations, regardless of what versions have been removed.
    Have you been able to reproduce the issue on your own machine during testing?

  • Unable to open files associated with Adobe Reader - program goes into a loop

    i am unable to open any file associated with adobe reader or adobe pro.  when i double-click the file, adobe reader opens up but it goes into a loop. 
    adobe reader opens, then a progress window opens, as if the file will open but adobe closes and opens again and the same cycle repeats itself until i manually close the program.
    any advice?
    update:
    i can open regular .PDF files when i double-click the icon and i can also open .PDF files when i open adobe reader first and then choose open file.  it's just the .FDF files that are the problem (so far).
    the file in question happens to be an .FDF extension, which is an internet generated form. i attached a screen shot of the screen that pops up, goes away, and pops up again that creates the loop.
    the white out section is the server name where the file was saved to.  but i also get the same symptoms when i am in internet explorer, hit the generate form button.

    hey ankit,
    sorry i didn't see a notification that you replied to this discussion.
    "1. Generate a new PDF and a FDF file. Try opening the same and see if it behaves the same way."
    yes, it does behave the same way, it's just a continuous loop until i have to kill the process.
    "2. Check if you have access to the PDF that is being used by the particular FDF."
    by this do you mean the correct permissions?  if that is what you mean, then yes, the permissions are set correctly.
    "3. If possible, please send me the FDF and the associated PDF that is behaving in this way on your system."
    i really wish i could but the information in the form is sensitive and cannot be sent. 
    as an update though, i reimaged the customer's workstation, installed Adobe Reader 10.1.1 and it worked perfectly (finally).  HOWEVER, after about two weeks the same symptoms returned! 

  • File associations lost from ftp servers

    Whenever I move files to an ftp server, the file associations are lost if there are no extensions on those files.
    Mac OSX knew what it was when I put it on the server but when it comes back, finder has no idea what to do with it. I.e. a quicktime doc mymovie (with no .mov exension) still had the blue Q icon when I moved it up there, but when I pull it down, it looks like a plain blank sheet and double clicking yields "There is no default application specified to open the document "mymovie".
    Checking the file head in terminal reveals creator and type are still there, so how do I get OSX's finder to use those? If OS9 could do it, there must be a way for OSX to!!!

    Thanks Jeffery - you are right, type and creator were in fact lost.
    I've answered my own question with some research though - Fork Server Helper.app from Marcel Bresink Software seems to be the solution:
    http://www.bresink.de/osx/ForkServerHelper.html

  • Livetype files associated with Photoshop in timeline

    Over the past week some of my livetype files in the timeline have become associated with Photoshop rather than livetype. By this I mean that when I right click and choose open in editor, they try to open in Photoshop rather than Livetype. They also show in the timeline as the same shade of bluey green as an image file would.
    The file extension is still .ipr and within the Finder the file is still set to open with Livetype. If you get the item properties within Final Cut on the files in question (Right click, item properties, format) there type shows as a "Still". The ones that open correctly in Livetype show as a "Clip".
    I made all these files at the same time one after the other so I can't see why 3 have come out wrong and 7 have come out right.
    Anyone have any ideas?

    Right I have just realised what has happened...
    In livetype the files durations (In and Out Markers) have all changed to 0.1 of a second instead of the 10 they were originally set to when I created the file.
    Now thats solved does anyone know why this has happened?

  • Applications & File Associations

    Hi, I love GoodReader. Great app. I also need MarinerCalc (sorry Numbers). My question is this:
    When opening a document in email or what have you, there is that "open in (applicationname)" button. MarinerCalc, for some reason, has decided that it should be the default open-er of .pdf files. This is horribly annoying.
    Anyone know if/how this can be changed?

    Hi Primeid,
    You could use Group policy for file associations or you could deploy the xml file during image deployment. However as you mentioned that the file associations only applies to common application on local hard drive or metro app.
    http://blogs.technet.com/b/mniehaus/archive/2014/01/10/configuring-file-associations-in-windows-8-1.aspx
    http://blogs.technet.com/b/mrmlcgn/archive/2013/02/26/windows-8-associate-a-file-type-or-protocol-with-a-specific-app-using-a-gpo-e-g-default-mail-client-for-mailto-protocol.aspx
    We understand your confusion about this, but we hope you understand that using network location for file association deployment is highly insecure and it is out of our recommendation since the content in that network location could be changed without any
    notification or permissions constraint.
    Thanks for your understanding.
    Regards
    D. Wu
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Visual Source Safe keeps checking out my .cs file associated with a report

    Hello there.
    I am new in this community and I need some help. I am part of a team that works with Crystal Reports under .NET framework and we are using Ms Visual Source Safe. Any time we open a solution (.sln file) all .cs files associated  with a Crystal report are checked out. This, of course, drives all of us crazy. If I try to delete the .cs file, it is added automatically. And we could not find any solution to this problem.
    I compared the 2 .cs files (before and after check out) and the indeed differ. The namespace , to be more specific is different.
    I believe the problem is that we are using a separate project that contains the report files and then those .rpt files are added as links to the main project.
    So ... my question is... is there anyway I can tell Sourcesafe or Crystal report or any other program, application or person to stop checking out my .cs files or stop modifying them?
    Thank you.

    Hello  Don.
    Thank you for your answer.
    It seems I have SP1 already installed. I am referencing the following files with versions in my report project:
    CrystalDecisions.CrystalReports.Engine v12.0.2000.0
    CrystalDecisions.Enterprise.Framework v12.0.1100.0
    CrystalDecisions.Enterprise.InfoStore v12.0.1100.0
    CrystalDecisions.ReportSource v12.0.2000.0
    I personally believe that the problem is with the link files.
    To be more exact, I have several projects (csproj) that handle all reports and report loading. I also have several applications that refer these projects (not all in the same time). Because all .rpt files are loaded at runtime, I made these files Embedded resources and I created a folder in the main projects named Reports where I added all .rpt files as links.
    When I open main application A solution, all .cs files associated with the .rpt files are checked out (the namespace is modified to A).
    When I open main application B solution, all .cs files associated with the .rpt files are checked out (the namespace is modified to B).
    And so on.
    And since we are a team of several developers working with all main applications, this is rather annoying.
    I hope this presents my situation a little more clear.
    Any ideas?
    Thanks again

  • EA Could Not Find The .html File Associated With...

    After naming folder names, I now get the "EA could not find the .html file associated with..." message when I open the .edge file. When I open the .an file, I have all elements and the timeline are gone! How can I restore it? Surely, it is just a question of changing a path, or? Please help. Thanks!

    From the File > Open menu, browse to the that same folder (the newly renamed one), and select the .html file.
    Darrell

  • Dont Steal Mac OS X.kext - Getting rid of file association?

    Hey everyone, new to the OS X operation system -
    Long story short: I got curious about reading the little poem Apple developers put in the .kext, and I figured it was the file equivalent to Windows where you would open a '.nfo' file with notepad (or text editor of choice) to view the hidden message inside.
    Now being as unlucky and new to how OS X works, my guess was wrong.
    Now I guess OS X has put a file association thing, because the icon of the 'Dont Steal Mac OS X.kext' went from the lego brick, to a blue folder icon.
    How would I go about putting it back the way it was?
    Thanks!
    MacBook   Mac OS X (10.4.9)   I only wanted to see the poem for myself ;_;

    First, select the item and press COMMAND-I to open the Get Info window. Be sure the filename has not been changed (the extension should be .kext). Also check that the permissions are correct:
    Owner = system with Read/Write privileges
    Group = wheel with Read-Only privieges
    Other = Read-Only privileges
    Now select any other extension and open a Get Info window on it. Click on the icon in the upper left of the Get Info window then press COMMAND-C to copy. Click on the icon in the changed extension and press COMMAND-V to paste.
    This may or may not succeed because of access restrictions. However, as long as the permissions and extension of the file are unchanged (.kext) there should be no impact on your system.
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • 3gpp file association in Bridge CS5 Production Premium

    Hello,
    To make the issue really simple, I have a video camera on my phone that outputs video to a .3gpp file extension.
    I am trying to associate Quicktime to open it as the default for Bridge.
    The .3gpp or .3gp file extension is not listed in the file type association under preferences in Bridge.
    Anyone know how I can set this up?
    I do have the files associated with Quicktime outside of the Bridge interface, but whenever i double click the file in Bridge, it plays it in Windows Media Player.  Windows media player will play the video portion, but does not play the sound, also i cannot preview the video in Bridge.
    I am using windows 7 pro 64 bit.
    Any help would be appreciated, thanks.

    Hi Neil
    Thanks for the answer. I'm aware I can manually setup associations one-by-one for all file types I need, but just hoped there was some easier way. I mean there's a lot of file types associated in either windows/explorer or directly in Bridge. Some that I might not know I need tomorrow.  Two things I have found out since I asked the question:
    1) The problem is probably caused by uninstalling my old CS4 after I had installed CS5. It looks like somebody experienced a similar problem by uninstalling CS3 after the installation of CS4: http://forums.adobe.com/message/1899159#1899159. So apparently a bug Adobe hasn't fixed even though it was in previous version too!? :-( I think it is only natural to keep your old version installed for some time when installing an upgrade. Just to make sure the new version works well before you uninstall the previous (And I have previous had the problem that a new version of Photoshop had a habit of freezing on my PC - or some other error I don't remember -  until Adobe released an update. So there's a reason for my behavior).
    2) I have installed a second copy of CS5 now on my secondary portable PC, and are using this to make a similar setup regarding file associations in windows/explorer and Bridge. All associations for Photoshop was lost on my primary PC, and God... there's a lot of file associations to setup again... May I recommend Adobe (if reading this) to fix this bug and/or make a script to automatically recover all associations in case of loss!
    /Stig

  • Xfce4 file associations simple problem

    Can anyone help me with some simple file association problems in xfce4?
    whenever I click a link, it tries to launch the GNOME Web Browser, and I get the following message:
    Could not start GNOME Web Browser
    Startup failed because of the following error:
    Unable to determine the address of the message bus (try 'man dbus-launch' and 'man dbus-daemon' for help)
    I've set the preferred application to Opera in the Settings menu, but no difference.
    Additionally, can anyone point to somewhere explaining how to write custom commands for opening files in thunar. For example, it doesn't recognise .torrent files, and I'd like to launch them in Azureus when I click on them.
    Any help appreciated!

    soylent_green_is_hamster wrote:
    run dbus-launch gnome web browser
    this produces the following error
    Couldn't exec web: No such file or directory
    about the thunar question if u right click a .torrent file and open it with azureus theres a tick which is ticked by default to open these files every time with azureus.
    yeah - but azureus isn't listed as one of the  applications I can pick from. Not sure what to do...
    errm ...
    dbus-launch NAME_OF_BROWSER_EXECUTIVE
    edit: u could always edit the menu or make a custom link adding the command for example dbus-launch FOO instead of just FOO
    about azureus: add it manually using a custom command..

  • How to remove automatic file associations in Dreamweaver CS5?

    When installing Dreamweaver, I chose to associate a broad array of file extensions with the program.  I would like selectively remove some of these automatic file associations (e.g. .php).  I have found this question posted several times, but never answered.  Any assistance would be greatly appreciated.

    Thanks, John.  The link you provided would help to change the automatic file association in Windows 7.  I should have been more specific that my ultimate goal was to have .php files not automatically associated with any program (so that I could modify the file extensions of some .php files).  I don't believe this could be achieved by changing the automatic association via the operating system (because you must select another program to automatically associate with a given file type).  However, my particular problem is resolved because I discovered that I could just deselect "hide extensions for known file types" in the "view" tab of "folder and search options".  This way I could change the .php extensions even though they were still automatically associated with dreamweaver.  Although this may be an obvious solution to many, I thought I would share it here in case anyone else finds themself stuck in the same way.

Maybe you are looking for

  • How can you prevent that you can swipe to the next article?

    Hi, I'm creating a folio for a fair. The purpose is that the clients can choose from a menu which "presentation/article" they would like to view. Then when the article is at his end it should go back to the menu at the beginning. But now when you are

  • Sales order cannot be created  for the delivery date before 20.10.2008

    when i create a sales order today (18102008) sales order cannot be created  for the delivery date before 20.10.2008 how the system is checking the 2 days duration for delivery date - which table is having this duration days. is it dependent on sales

  • True Type Problems

    Has anyone had trouble using or installing True Type fonts. I need a lot of different fonts and i can get True Type fonts for free. Anything to watch out for?

  • Debuging with Sun java AS and eclipse

    hi, i'm using eclipse 3.4 and sun java as 8.2 as application server. when i used first tomcat and in my code i put system.out.println("...") the console showed the result, now using sun as i can not see anything ? what to do to print in the console (

  • Gps not workind on ipad 2 IOS 5.1.1

    I am using i pad 2 IOS 5.1.1 my i have issue with my location service whenever i tried to use loction service it says Cannot determine location please help me