ColdFusion Builder 2 can't open current file in external browser

I can configure an external browser in CFB2.  However, either CFB ignores this (in the case of Opera) or it opens the project on the start page rather than the page I have open.  In some cases, e.g., FF, it loads Google.com. ernal browser in CFB2.
Many people have posted about this problem.  Can someone at Adobe actually take the trouble to deal with it?  It makes CFB pretty much useless.

I can configure an external browser in CFB2.  However, either CFB ignores this (in the case of Opera) or it opens the project on the start page rather than the page I have open.  In some cases, e.g., FF, it loads Google.com. ernal browser in CFB2.
Many people have posted about this problem.  Can someone at Adobe actually take the trouble to deal with it?  It makes CFB pretty much useless.

Similar Messages

  • Can't open PDF files in the browser. I've tried every fix mentioned and it still doesn't work!!!

    I have Windows XP. Using firefox as my browser. Suddenly, I can't open PDF files in the browser. I've tried all the fixes mentioned. Nothing works!!! Checked the plugin settings, checked Adobe Reader settings.

    I already fixed it. I never exited out of Firefox before deleting the mime file. it works now.

  • How can I open pdf files in safari browser without installing Adobe reader?

    I do not wish to use adobe reader. I just uninstalled it and now I can't view pdf files in preview when attempting to open the file in safari browser.  How can set safari to open any pdf files using preview application?

    Copy the text below, including the initial /
    /Library/Internet Plug-Ins
    Switch to Finder, then use the Go menu - Go to Folder command & paste in the text, clicking Go afterwards.
    A Finder window should open, showing various plug-in files. Trash any that are for Adobe or PDF. You'll be asked for an admin name & password.

  • How can I open .wmv files in a browser on my MacBook Pro?

    I know that a person that owns a Mac can open .wmv files in third-party programs such as Flip 4 Mac (Flip Player), but is it possible to open .wmv files in a browser?
    Thanks,
    Karen

    You may open word processing documents using Apple's Pages. Numbers may open spreadsheets. Nothing appears to open databases, however.
    If you have access to an older system that runs AW6, then you can export your documents to a compatible format for newer applications.

  • How Can i open Html file in a Browser from Jar file

    Hi
    i am having Html help files inside my Jar file ... if i use
    getclass().getRource("\lib\start.html");
    it is not opening ... so i have to ship seperate folders for html files along with jar files.... can anyone give the solution to have(open) html files inside the jar file and to open then in a default browser of any OS
    Regards
    Ganesan S

    the follwing method i have used to open html file ...
    so to access html file i am shipping resources folder with jar file ..
    private void openHtmlPages(String pageName) {
         String cmd[] = new String[2];
         String browser = null;
         File file = null;
         if(System.getProperty("os.name").indexOf("Linux")>-1) {
              file = new File("/usr/bin/mozilla");
              if(!file.exists() ) {
              }else     {
                   browser = "mozilla";
         }else {
              browser = "<path of iexplore>";
         cmd[0] = browser;
         File files = new File("");
         String metaData = "/resources/Help/Files/"+pageName+".html"; // folder inside jar file
         java.net.URL url = this.getClass().getResource(metaData);
         String fileName = url.getFile();
         fileName = fileName.replaceAll("file:/","");
         fileName = fileName.replaceAll("%2520"," ");
         fileName = fileName.replaceAll("%20"," ");
         fileName = fileName.replaceAll("jarfilename.jar!"," ").trim();
         cmd[1] = fileName;     
         try{
              Process p = Runtime.getRuntime().exec(cmd);
         }catch(java.io.IOException io){
                   //Ignore
    can anyone give me the solution..???
    Regards
    Ganesan S

  • Can't open pdf files in Safari browser windows (bank website window) after I installed Adobe Reader 11update on my Mac last night

    I previously had Adobe Reader 9, which worked perfectly.

    Here's EXACTLY what happens:  I am in a Safari browser website and try to open a pdf file (my bank statement).  When I click on the link I get this message in a black window: "Adobe Reader.  Before viewing a PDF file in this browser you must launch Adobe Reader and accept the End User License Agreement, then Quit and relaunch the browser."  So I launch Adobe Reader but there is no End User License Agreement to accept.  I have done this several times with no result.  I am using a MacBook Air with OS 10.9.4 and Safari 7.0.5.

  • Can't open sql file in subfolders.

    Hi,
    1. I can’t open any file by Windows Browser, right click, and open with SQL Developer if the file is located in subfolder which is several levels deep from C:\.
    2. I can’t use Files (from SQL Developer) to browse subfolders than 7 or 8 levels deep from C:\.
    In the first case SQL Developer starts (if not running) without to open the file. If the sql file is located in first 3, 4 levels of sub folders – works.
    In the second case it just stopped working. In the panel (Files) Loading … appears and nothing.
    I change Tools/Preferences/Navigation level from 20 to 50 – same!
    Windows 7 Enterprise 8 GB
    SQL Developer Version 3.1.07 Build MAIN-07.42
    JDK 1.6
    Moreover SQL Developer uses 700 MB memory. It was 200 - 300 MB on Windows XP.
    If somebody has similar experience - please help?
    Konstantin

    Hi Gary,
    I am sending the log without CTRL-Break. The problem is same as the another thread.
    This is the error of the very beginning.
    C:\sqldeveloper\sqldeveloper\bin>sqldeveloper.exe
    _execv() failed, err=2Registered TimesTen
    These are errors before the SQLDeveloper to stop.
    Exception in thread "IconOverlayTracker Timer" java.lang.OutOfMemoryError: Java
    heap space
    at java.util.Arrays.copyOf(Arrays.java:2882)
    at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.
    java:100)
    at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:390
    at java.lang.StringBuffer.append(StringBuffer.java:224)
    at org.tmatesoft.svn.core.SVNErrorMessage.getFullMessage(SVNErrorMessage
    .java:257)
    at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorMana
    ger.java:58)
    at org.tmatesoft.svn.core.internal.wc.admin.SVNAdminAreaFactory.open(SVN
    AdminAreaFactory.java:163)
    at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.doOpen(SVNWCAcce
    ss.java:364)
    at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.open(SVNWCAccess
    .java:272)
    at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.open(SVNWCAccess
    .java:265)
    at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.open(SVNWCAccess
    .java:261)
    at org.tmatesoft.svn.core.wc.SVNStatusClient.doStatus(SVNStatusClient.ja
    va:316)
    at org.tmatesoft.svn.core.javahl.SVNClientImpl.status(SVNClientImpl.java
    :296)
    at org.tmatesoft.svn.core.javahl.SVNClientImpl.status(SVNClientImpl.java
    :278)
    at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapte
    r.getStatus(AbstractJhlClientAdapter.java:480)
    at org.tigris.subversion.svnclientadapter.svnkit.SvnKitClientAdapter.get
    Status(SvnKitClientAdapter.java:141)
    at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapte
    r.getStatus(AbstractJhlClientAdapter.java:466)
    at oracle.jdevimpl.vcs.svn.SVNURLInfoCacheSimpleStrategy.getURLInfo(SVNU
    RLInfoCacheSimpleStrategy.java:79)
    at oracle.jdevimpl.vcs.svn.SVNURLInfoCache.getPropStatus(SVNURLInfoCache
    .java:59)
    at oracle.jdevimpl.vcs.svn.SVNStatusResolver.getStatus(SVNStatusResolver
    .java:159)
    at oracle.jdevimpl.vcs.svn.SVNStatusResolver.populateStatuses(SVNStatusR
    esolver.java:82)
    at oracle.jdevimpl.vcs.generic.GenericClient$2.getImpl(GenericClient.jav
    a:531)
    at oracle.jdeveloper.vcs.spi.VCSStatusCache.getValuesImpl(VCSStatusCache
    .java:31)
    at oracle.jdeveloper.vcs.spi.VCSURLBasedCache.getValues(VCSURLBasedCache
    .java:107)
    at oracle.jdeveloper.vcs.spi.VCSStatusCache.get(VCSStatusCache.java:63)
    at oracle.jdeveloper.vcs.spi.VCSOverlayItemProducer.getOverlayItems(VCSO
    verlayItemProducer.java:63)
    at oracle.jdeveloper.vcs.spi.VCSNodeOverlayTracker.getOverlays(VCSNodeOv
    erlayTracker.java:288)
    at oracle.ide.explorer.IconOverlayTracker.processPendingNodes(IconOverla
    yTracker.java:574)
    at oracle.ide.explorer.IconOverlayTracker.access$1400(IconOverlayTracker
    .java:69)
    at oracle.ide.explorer.IconOverlayTracker$7.run(IconOverlayTracker.java:
    487)
    at java.util.TimerThread.mainLoop(Timer.java:512)
    at java.util.TimerThread.run(Timer.java:462)
    This is the error log after the "Loading...".
    Exception in thread "AWT-EventQueue-0" java.lang.IllegalStateException: Timer al
    ready cancelled.
    at java.util.Timer.sched(Timer.java:354)
    at java.util.Timer.schedule(Timer.java:170)
    at oracle.ide.explorer.IconOverlayTracker$NodeWatcher.updateVisibleNodes
    (IconOverlayTracker.java:802)
    at oracle.ide.explorer.IconOverlayTracker$NodeWatcher.access$3000(IconOv
    erlayTracker.java:713)
    at oracle.ide.explorer.IconOverlayTracker$NodeWatcher$NodeUserListener.t
    reeExpanded(IconOverlayTracker.java:969)
    at javax.swing.JTree.fireTreeExpanded(JTree.java:2666)
    at javax.swing.JTree.setExpandedState(JTree.java:3427)
    at javax.swing.JTree.expandPath(JTree.java:2163)
    at javax.swing.plaf.basic.BasicTreeUI.toggleExpandState(BasicTreeUI.java
    :2204)
    at javax.swing.plaf.basic.BasicTreeUI.handleExpandControlClick(BasicTree
    UI.java:2191)
    at javax.swing.plaf.basic.BasicTreeUI.checkForClickInExpandControl(Basic
    TreeUI.java:2149)
    at com.jgoodies.looks.plastic.PlasticTreeUI.access$900(PlasticTreeUI.jav
    a:120)
    at com.jgoodies.looks.plastic.PlasticTreeUI$MouseHandler.mousePressed(Pl
    asticTreeUI.java:276)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:26
    2)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:26
    2)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:26
    2)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:26
    2)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:26
    2)
    at java.awt.Component.processMouseEvent(Component.java:6287)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
    at oracle.ideimpl.explorer.CustomTree.processMouseEvent(CustomTree.java:
    220)
    at java.awt.Component.processEvent(Component.java:6055)
    at java.awt.Container.processEvent(Container.java:2039)
    at java.awt.Component.dispatchEventImpl(Component.java:4653)
    at java.awt.Container.dispatchEventImpl(Container.java:2097)
    at java.awt.Component.dispatchEvent(Component.java:4481)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4575
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4233)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4166)
    at java.awt.Container.dispatchEventImpl(Container.java:2083)
    at java.awt.Window.dispatchEventImpl(Window.java:2482)
    at java.awt.Component.dispatchEvent(Component.java:4481)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:648)
    at java.awt.EventQueue.access$000(EventQueue.java:84)
    at java.awt.EventQueue$1.run(EventQueue.java:607)
    at java.awt.EventQueue$1.run(EventQueue.java:605)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessCo
    ntrolContext.java:87)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessCo
    ntrolContext.java:98)
    at java.awt.EventQueue$2.run(EventQueue.java:621)
    at java.awt.EventQueue$2.run(EventQueue.java:619)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessCo
    ntrolContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:618)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
    ad.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
    java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    java.lang.IllegalStateException: Timer already cancelled.
    at java.util.Timer.sched(Timer.java:354)
    at java.util.Timer.schedule(Timer.java:170)
    at oracle.ide.explorer.IconOverlayTracker._scheduleUpdateTask(IconOverla
    yTracker.java:498)
    at oracle.ide.explorer.IconOverlayTracker.scheduleUpdateTask(IconOverlay
    Tracker.java:449)
    at oracle.ide.explorer.IconOverlayTracker.repaintConsumerOverlays(IconOv
    erlayTracker.java:432)
    at oracle.ide.explorer.IconOverlayTracker.access$000(IconOverlayTracker.
    java:69)
    at oracle.ide.explorer.IconOverlayTracker$2.stateChanged(IconOverlayTrac
    ker.java:114)
    at oracle.ide.explorer.IconOverlayTracker$NodeWatcher.setVisibleNodes(Ic
    onOverlayTracker.java:843)
    at oracle.ide.explorer.IconOverlayTracker$NodeWatcher.access$2800(IconOv
    erlayTracker.java:713)
    at oracle.ide.explorer.IconOverlayTracker$NodeWatcher$4.run(IconOverlayT
    racker.java:818)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:646)
    at java.awt.EventQueue.access$000(EventQueue.java:84)
    at java.awt.EventQueue$1.run(EventQueue.java:607)
    at java.awt.EventQueue$1.run(EventQueue.java:605)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessCo
    ntrolContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:616)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
    ad.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
    java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

  • Can't open pdf file on browser explorer 11

    I have a problem on one of our customers pc's. it can't open pdf files on explorer browser.
    another user has the same problem, so all the solutions must be other then u can see here: Reader XI PDF Reader Display in browser does not work
    thanks
    shay

    Hi Shay,
    What is your Reader version?
    To check Reader version launch Reader and go to Help->About Adobe Reader
    Thanks,
    Rohit

  • Can't open CR2 files in photoshop and camera raw

    This weekend I rented a Canon 5D Mark iii. I have downloaded the files and all of the thumbnails in camera raw say CR2 and when I try to open Photoshop does not recognize this product.
    I have:
    Photoshop CS4
    Camera Raw CS4
    Canon 5D Mark ii
    I have checked my updates folder and all my updates are current. Do I need to upgrade to CS5 or is there a way around this?

    Hi I recently had a problem opening CR2 files in PHotoshop cs4. I had to reinstall into a new computer, so obviously it installed the basic programme and not the updates.
    After trying everything, even calling the help desk, there was apparently nothing that can be donw as they no longer support cs4.
    I kept trying and found a you tube video, which i cant find again to add the link but i followed the link and with what I did earlier I can now open CR2 files in my photoshop cs4
    I found the relevany update that I needed to install and downloaded it, camera raw 5.2 ( Adobe - Adobe Camera Raw and DNG Converter : For Windows : Camera Raw 5.2 update )  this is the one for the Canon 5d Mk2
    After downloading it would not update the progeramme so I was in the same possition, but i noticed the files were there and i just needed to put them in the right place in photoshop so carried on looking for were to put the Plus In.
    This led me to the video.
    To the point.
    Download the update and save to a location where you will remember.
    open Adobe photoshop and go to "edit"
    Them " Preferences "
    then "General "
    Then " Plus-Ins"
    At the top you will see " Add Plug-Ins Folder " Check this box then navigate to the "win64" ( this is because mine is a windows 64 bit computer and the download is specific ) and Choose it.
    Shut down photo shop and try to open a raw.
    Bridge doesnt work for some reason but im going to keep looking.
    Hope this works for you as well.

  • Can't open .jar file, nothing happens when I click, MAC OS 10.6.8

    Hello,
    I can't open .jar file, nothing happens when I click on the .jar file.
    I have MAC OS 10.6.8
    The thing it, I have desktop application that I'm building on Netbeans and when I compile and deploy it... it runs from Netbeans folder where I have all the files but copying the .jar on the desktop. It says "The Java JAR file "blablabla.jar" could not be launched check the Console for possible error messages"
    Any idea or solution will be appreciated.
    Thanks in advance
    Charles

    These are Java files.  http://www.java.com/en/ is where you can get the latest Java for your operating system. If your Java files need an older version of Java, there are instructions on the web to downgrade Mac Java, but it is difficult, and poses security issues.

  • I am running Vista and Windows Mail, I can not open PDF files when in Windows Mail, I must save to Desktop first, this has changes recently and I do not know why or how to fix

    I am running Vista and Windows Mail, I can not open PDF files when in Windows Mail, I must save to Desktop first, this has changes recently and I do not know why or how to fix.
    Why after 6 year's this has changed?
    I would like to open PDF's straight from Window Mail.

    Good day Jeff.
    I am running most current Adobe Reader X.
    Tks Mark

  • Some users can't open Excel files. It is trying to open it in Internet Explorer "An error has occurred. Please try again."

    I have some users in my company that can't open Excel files from any document libraries on SharePoint 2010. The receive the error message "An error occurred. Please try again."  We don't currently use the Excel calculations services. When
    a user opens an excel file they are prompted to either Read Only or Edit.
    This affects less than 5 people in a large company.  They have the Full Control permissions and have been able to open the files previously.  There has been no changes made to the server either.  I can't find anything that points to this in the
    event viewer. 
    It doesn't matter if which computer that they try to open this up from either.   All computers are Windows 7 Professional with IE 9 and Office 2010 x64.   
    I can't find anything that points specifically to this exact error. None of the excel files contain pivot tables.    This one has me stumped.

    I would make sure no one has open on machine / locked on machine (Would assume you checked this, but wanted to add)
    Also would have assumed you restarted the machines (:))
    Make sure the file security did not change (check to ensure no one changed the sercuity of the excel)
    Make sure the version of excel is the same (Changing from 2010 back to 2007 affects the file, etc.. on convert) that no one converted and saved thus causing error in file.
    Can they open other excel files?
    It sounds like the excel file it self has changed if you cannot see issue in SharePoint logs.
    If it is all SharePoint excel files - try deleting one persons access and readding them to see if that helps.
    SharePoint has issues ;)

  • Can't open .ase file in  Dutch  Ps cs4

    Hi,
    I can't open  .ase files in Dutch PS cs4. I have tried it with different  .ase files.
    Can somebody tells me what's wrong?
    Thanks,
    Moreen

    I was trying to open and old .pmd Page Maker file that was created in a Windows version of Page Maker.  I am not sure what version they were saved in.  The file was created in July of 2006 if that helps.
    It's been a long time since I was up to speed on PageMaker. The pmd file extension refers to Pagemaker 5, right? InDesign should be able to import the output of PM 6.5 and PM 7, but I've found that the PM6.5 import is usually pretty decent, while for some reason the PM7 import is flaky. This probably is a result of changes in the way the documents were build by the, ah, "designers," and has comparatively little to do with the abilities of ID to open PM files of various versions. PM5, however, can't be imported by InDesign, I think.
    What happens when you try to open them? Does InDesign crash, or does it fail without an error message, or ??? More details, please.
    Is there a way to open this file.  I also have a pdf that I created from this file.  I have Acrobat CS4  Is there a way to export the pdf back to an Indesign file.  Just another thought regarding this file.
    Well, there's always the PDF2ID tool, but since PDF is an uneditable container format, the results of running a PDF through PDF2ID is not reliable. Sometimes you get something very much like the source document, but I've found that most often it is faster to rebuild from scratch. I didn't buy PDF2ID, but that is because my clients' bizarro formatting techniques break on conversion. A very simple document might come back a lot cleaner.

  • Can't open Word files in Yosemite

    I installed Yosemite on my MacBook Pro Saturday. Now, I can't open existing files with Microsoft Word 2011. I can create and open new files, but I can't open old files. What gives?

    Let's gather some more information:
    How many of the following ways to open one of your old Word documents have you tried?
    * Double-click in Finder
    * Right-click in Finder, Open with..., Word
    * File > Open inside Word
    Do they all fail? In the same way?
    When an open fails, does it...
    * ... give an error message? (What message?)
    * ... beep?
    * ... fail silently?
    What file extension do these files have?
    * .DOCX
    * .DOC
    * .RTF
    * .TXT
    * something else? (What?)
    Have you tried uninstalling Word, reinstalling it, and updating it to the current version? (The intent is to rule out the possibility some component of Word has gotten damaged at some time in the past, and Yosemite triggers the damage to manifest itself.)

  • Can not open the file

    After the report files were moved to the directory under root in Linux, I can not open the file(.rdf) in my working directory in linux even though it doesn't work in the report builder in window.(it used to work fine)
    error message the following;
    rep-0110:unable to open file 'c:\documents and settings\myhome\desktop\invoice10.rdf
    rep-1070:error while opening or saving a documents
    can you tell me what it is the solution for that?
    Message was edited by:
    Jin

    I think I have to recompile the files again.
    I found the following solution but i do not know where do i write this script(Dos) and how to run it.
    can you tell me more detail?
    For Windows
    Forms/Reports 6i
    REM WINDOWS COMPILE FORMS
    ::compile_forms.bat
    cls
    Echo compiling Forms....
    for %%f IN (*.fmb) do ifcmp60 userid=scott/tiger@v817  module=%%f batch=yes
        module_type=form compile_all=yes window_state=minimize
    ECHO FINISHED COMPILING
    REM WINDOWS COMPILE REPORT
    ::compile_report.bat
    cls
    Echo compiling Report .....
    for %%f IN (*.rdf) do RWCON60 userid=scott/tiger@v817 batch=yes source=%%f
        stype=rdffile DTYPE=REPFILE  OVERWRITE=yes  logfile=log.txt
    ECHO FINISHED COMPILINGMessage was edited by:
    Jin
    Message was edited by:
    Jin
    Message was edited by:
    Jin

Maybe you are looking for

  • Using exec() to set Environment Vars in OSX

    Hi everybody I have some problems using the exec() command. Want I want to do is to start the tomcat Server out of my programm. Due to this reason I need to set two environment Variables and execute a shell script. Standardshell in OS X is Tcsh. So I

  • Problem in eos 1100d line in screen..

    I have this problem after a month from buy it ..blz tell me what is this problem? ..and can I fx it?.... sorry for my bad english..

  • Check Printing Sorting (Payments Manager)

    Hi all, I am currently working with Payments Manager in Oracle R12 and I am trying to sort the printing of the checks in the same order the invoices were entered. They are currently being sort by default by supplier number. I found some "Payment Sort

  • How do I disable autofilling in searches?

    I hate autofilling in searches and as much as I tried, I couldn't disable it so any time I start typing in Google or YouTube or any other search it autofills with my recent searches and it is really annoying sometimes... Is there anyway to do that? T

  • WIN in our Prize Draw! What's your baby's funniest...

    Hi everyone BT have just launched the Baby Monitor & Pacifier.  To celebrate this new arrival  we're running a Prize draw for BT Baby Monitors here in The Lounge.    For those gadget-mad dads, mums, parents to be and grandparents out there, here's th