Launch CRM without toolbar

Hi - we have just gone live with CRM and I have customised/branded the logon page  and would now like to launch it in the browser without a toolbar as users will insist on pressing the back button.  I can do this simply enough using the javascript window.open() but we don't want an additional web page open and also we don't want the security pop-up when using window.close().  Does anyone know of a way around this?  many thanks.

Solution:
window.opener=self;
window.close();

Similar Messages

  • How to Launch CRM Web-UI when IE is crashed down

    Dear experts,
    My IE is crashed down because of some historical reason. However, when I use "crm_ui" or "wui" transaction codes to try to launch CRM Web-UI, the error message always pops up like this:
    " Thes sytem is trying to execute the program C:\Program Files (x86)\Internet Explorer\iexplore.exe"
    And since my IE is crashed and the iexplore.exe can not get executed any more, I can not log-on Web-UI via GUI directly.
    For some reason that I really can not fix this issue by fixing IE, so could some expert urgently help me and teach me how to configure or modify the defaulted route of web-UI lauching path so that I can change it to firefox.exe or chrome.exe?
    Thanks so much for your kindly help in advance if any.
    Best regards,
    Vivian

    Hi Vivian,
    today I had a look in the system. With my above assumption I seem to be wrong. SAP does not use the system default browser. It checks the registry for a config string and otherwise always uses InternetExplorer. Though I do not know how this registry string is filled (maybe by setting a default browser ;-) )
    See the screenshot below for the logic that is invoked by transaction WUI. WUI is the more common way of CRM_UI ;-)
    Now it is up to you again:
    Fix your windows installation.
    Change the registry string to use Firefox or Chrome.
    Do as Christian pointed out and call WebClient by URL.
    For the last option keep in mind: Calling other browser dependent transactions will crash as well. Just check SOAMANAGER. Testing WebClient components using the component workbench will not work either.

  • How to call a servlet in new window without toolbar from OA page

    How to call a servlet in new window without toolbar from a OA page?Please provide sample code

    I have tried with the way suggested in Mukul's blog using javascript in Destination URI property.
    I tried to open a OA Page and from which forwarded it to a servlet..
    It is showing the error:
    Error Page
    Exception Details.
    oracle.apps.fnd.framework.OAException: The application id or shortname () you entered does not exist.
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1223)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1969)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423)
         at oa_html._OA._jspService(_OA.java:86)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:175)
         at oa_html._OA._jspService(_OA.java:96)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: The application id or shortname () you entered does not exist.
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getAppId(OAWebBeanFactoryImpl.java:5391)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:969)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423)
         at oa_html._OA._jspService(_OA.java:86)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:175)
         at oa_html._OA._jspService(_OA.java:96)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    oracle.apps.fnd.framework.OAException: The application id or shortname () you entered does not exist.
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getAppId(OAWebBeanFactoryImpl.java:5391)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:969)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423)
         at oa_html._OA._jspService(_OA.java:86)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:175)
         at oa_html._OA._jspService(_OA.java:96)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)

  • How can I open a url in oracle form 9i without toolbar and menubar

    I want to create a button in my form. When I click on the button it should open url without toolbar and menubar.
    I tried with web.show_document. but I am not able to remove the toolbar and menubar. plus not able to specify width and height. Any way to achieve this.
    Thanks,
    Mansoor

    Dear Frank,
    I have done as follows
    created a form with a button, and in my button pressed event I wrote
    WEB.SHOW_DOCUMENT('javascript:openMyURL("http://192.168.1.34/HELP/ADMF0005.html");', '_Self');
    and in my formsweb.cfg I have the following
    HTMLbeforeForm=<script> function OpenMyURL(page){window.open(page,"myURL","width=700,width=400,top=0,left=0,toolbar=no,menubar=no"); } </script>
    When I click on the button it is coming with toolbar , etc as well as no page found is coming with the following in the address bar.
    javascript:openMyURL("http://192.168.1.34/HELP/ADMF0005.html");
    My html view source comes as below for the form
    <HEAD><TITLE>Oracle9iAS Forms Services</TITLE></HEAD>
    <BODY >
    <script> function OpenMyURL(page){window.open(page,"myURL","width=700,width=400,top=0,left=0,toolbar=no,menubar=no"); } </script>
    <!-- Forms applet definition (start) -->
    <OBJECT classid="clsid:CAFECAFE-0013-0001-0009-ABCDEFABCDEF"
    codebase="/forms90/jinitiator/jinit.exe#Version=1,3,1,9"
    WIDTH="1000"
    HEIGHT="660"
    HSPACE="0"
    VSPACE="0">
    <PARAM NAME="TYPE" VALUE="application/x-jinit-applet;version=1.3.1.9">
    <PARAM NAME="CODEBASE" VALUE="/forms90/java">
    <PARAM NAME="CODE" VALUE="oracle.forms.engine.Main" >
    I am using Forms [32 Bit] Version 9.0.2.7.0

  • Initial load of sales orders from R3 to CRM without statuses

    1) Some sales orders were uploaded into CRM without statuses in the headers or line items. 
    2) Some sales orders were uploaded without status, ship-to, sold-to, payer.....If I deleted them and use R3AR2, R3AR4 to upload each individual then no problem.
    Any ideas or suggestions?
    Thanks.

    Hi,
       Request load of adapter objects uses different extractor modules for extracting the data from external system to CRM. While your initial load of sales docs. will use a different extraction logic bases on the filter conditions specfied on trx.
    R3AC1
       There may be a problem in the extraction of data from the source system (don't know if you are using a R/3). Can you please de-register the R/3 (i suppose) outbound queue using trx.
    SMQS
    , and then debug the extraction (R/3 outbound) before the data is sent to CRM using FM
    CRS_SEND_TO_SERVER
       If this goes well, you may try debugging the mapper in CRM inbound and the validation module in CRM as a last resort. Also, please refer to trx.
    SMW01
    to see if the Bdocs are fully processed.
    Hope this helps...Reward if helpful.
    Regards,
    Sudipta.

  • How to open a new browser window without toolbar, location, and menu bars from AIR?

    I have the following problem in my Flex+AIR application. I need to embed an ActiveX component that has JavaScript API inside my application. I tried to embed it inside <mx:HTML> component but unfortunately, AIR doesnot support plug-ins or ActiveX controls. So I've decided to open it in a new browser window. I tried navigateToURL(...) method but it has two problems - it is opening a new tab in the existing browser window and there is no way for me to configure the new browser window appearance, like removing toolbar, menu bar, location bar, etc. Then I tried to open a new window from JavaScript running inside <mx:HTML> component using window.open(...) API but it doesn't open a new window at all.
    Is there any way for me to open a new browser window without toolbar, location bar, etc. (which will run ActiveX control, so it cannot be AIR window) from inside AIR?
    Best regards,
    Arkady.

    Is it possible to open a new browser window using JSP?a JSP page is also an HTML page, this is client side stuff, you can do it with JavaScript.

  • Unable to add custom SOAP header to consumer webservice in CRM( without using PI)

    Hello Experts,
    We have a requirement to consume webservice proxy in CRM without involving PI. We have WSDL file which has many services as depicted in the first screenshot.After checking old posts, I could add custom SOAP header by using if_wsprotocol_ws_header and there is no xml parsing error for ws_header.Have used if_ixml_stream_factory to check xml parsing error for header.
    '<soapenv:Header>'
    '<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">'
    '<wsse:UsernameToken wsu:Id="UsernameToken-2">'
                '<wsse:Username>user id</wsse:Username>'
                '<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">paswd</wsse:Password>'
                '<wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">MT0B9XFzsZJXXKmVKOsj/Q==</wsse:Nonce>'
                '<wsu:Created>2015-03-30T06:29:17.407Z</wsu:Created>'
    '</wsse:UsernameToken>'
    '</wsse:Security>'
    '</soapenv:Header>' INTO l_string.
    But when my ABAP program as a whole gets executed where consumer proxy is called, then it still throws XML parsing error - undeclared namespace prefix. As mentioned, there is no parsing error for header and WSDL file as a whole in SOAP UI tool works fine,by manually adding SOAP header.
    Have configured SOAMANAGER with logical port.Or any wrong setting in SOAMANAGER can cause this issue? When I tested webservice ping, it gave me attached error but I read in a SAP note that such error can be ignored.
    I want to know if some more setting/coding is required if we manually add custom header to a payload? Is PI really required to implement this requirement? Payload mapping has to be done to add custom header and if that can be taken care by ABAP coding and how?
    Can you please help?
    BR,
    Nisha Verma

    Hello Experts,
    I have not found the solution yet.
    Can anyone provide some insight??
    BR,
    Nisha Verma

  • Ever since I got the "new & improved" Firefox, I have had all kinds of problems the latest of which has left me without toolbars. How can I get back to the previous version?

    # Question
    Ever since I got the "new & improved" Firefox, I have had all kinds of problems the latest of which has left me without toolbars. How can I get back to the previous version? edit
    IS THIS A GAME?
    WHAT DETAILS DO YOU NEED?
    THE COMPUTER HAS WORKED FINE
    WITH THE OLD MOZILLA FIREFOX
    FOR YEARS.
    NO CHANGES HERE IN ANYTHING ELSE.

    Click the Firefox button, go to Add-ons, then Plugins and disable the following:<br><br>
    * Fun Web Products Plugin<br><br>
    * My Web Search<br><br>
    Both of these are adware/spyware and cause performance issues in Firefox.
    Next, click the Extensions menu link (above Plugins where you are) and remove the "Ask Toolbar".
    If the problem persists, please do the following:<br><br>
    #Click '''Help '''| '''Restart with Add-ons disabled'''.<br><br>
    #In the next menu which appears, checkmark: "'''Reset toolbars and Controls'''".<br><br>
    #Finally, click the button called "'''Make changes and restart'''".
    Just in case you weren't aware of it, you can right click the Back or Forward buttons to get a list of sites visited. If you'd like to see the return of the arrow on the Back button, install this add-on: https://addons.mozilla.org/en-US/firefox/addon/backforward-dropmarker/
    Last but not least, some of your plugins are seriously out of date which exposes your system to exploits. Please visit the [http://www.mozilla.com/en-US/plugincheck/ Plugins Check] page and update where necessary.
    See: http://www.adobe.com/support/security/bulletins/apsb11-08.html

  • Launch CRM 7.0 from SAP Solution Manager

    We are buiding the BPH in SAP Solution Manager and would like to store the CRM Business Processes in it as well. Therefore we'll also store the TCodes under the "Transaction" Tab.
    Now, i understand that CRM 7.0 uses a web GUI for configuring TCodes. If we launch the TCode from SAP Solution Manager, does it launch a browser with the right IMG Object for the TCode? How does this work?
    Anyone offer any suggestions/thoughts?
    Thank you, in advance.

    Dear Ramesh,
    I'm pretty sure that it's possible to launch CRM web GUI components from Solution Manager. You can assign BSP Applications to process steps and launch them.
    Most of the configuration in CRM 7.0 is still done via SAP GUI. I think it's only the UI view configuration that can be done in web GUI. However, if you find out which BSP application it is, you should be able to assign it to process steps in the configuration tab. It's done in the same way like assigning TCodes; just use type BSP_APPLICATION instead of BMTA.
    Best regards
    Jens

  • Excel file in CRM "WITHOUT TAB LIMITED CONVERSION"

    Hi experts,
      tHIS QUESION HAS BEEN ASKED SO MANY TIMES BUT I COULDNT FIND A SINGLE ANSWER WHICH EXPLAINS UPLOADING WITHOUT CONVERTING THE EXCEL FILE IN TAB LIMITED.
    Can somebody please tell me how to upload an excel file in crm without converting the excel file into tab limited.
    the FM "TEXT_CONVERT_XLS_TO_SAP",
    "ALSM_EXCEL_TO_INTERNAL_TABLE"
    "ALSM_EXCEL_TO_INTERNAL_TABLE"
    ARE NOT ABAILABLE IN CRM 5.0.
    I can use GUI_UPLOAD but i need to convert the excel file to tab limited which i dont want to. So, somebody can please help me out FINDING AN ALTERNATE FUNCTION MODULE.

    Hello,
    The FM TEXT_CONVERT_XLS_TO_SAP use class like I_OI_DOCUMENT_PROXY and I_OI_SPREADSHEET which are avalaible in CRM5.O.
    You can maybe check program SAPRDEMO_TABLES_IN_EXCEL and use it to write your own logic.
    Regards,
    Frederic

  • Opening new HTML window without toolbars and set size.

    Hi, I am researching the possibilities for opening a new HTML
    window without toolbars and at a certain size. I have found a bunch
    of tutorials and even this guide here at adobe:
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14192
    BUT
    I work in Flash 8 and I use Dreamweaver 8.2 (with all the
    latest updates). As you know Dreamweaver uses Java Script to
    implement Flash into a HTML page. By generating a folder called
    Scripts and the file AC_RunActiveContent.js
    So I tri the methods described in the above technote. I even
    found a guide at kirupa...and at flashkit. I even downloaded an
    example file from Flashkit. But any implementation of any of the
    methods above in a Flash 8 file implemented with DW does NOT work.
    I am not a hardcore programmer. I am more the kind of guy who
    finds code that works and moulds it to my purpose. Copy and paste
    programming if you may. So its not so easy for me to see why it
    wont work and where the problem is. But I do have a suspicion
    towards the javascript flash implementation that Dreamweaver does.
    So if anyone have guide or tips to how I can use Flash 8 and
    DW 8.2 and get flash to open a new HTML window with a certain size
    and without scroll or toolbars..that would be GREAT!!
    Thanks in advance!
    AKIRA

    AKIRA,
    The TechNotes are from the Cold Fusion site at Adobe. I am
    not certain, but I think that you need to be using Cold Fusion on
    your websites server to be able to use the functions to which you
    refer. Again, I am not certain that I am right here, but it could
    be a place to start research into the problem.
    -john

  • How can I launch FCPX without validating AU plugins?

    I have many hundreds of audio plugins for use with Logic Pro X, the primary app used on my system.  When I launch FCPX, it crashes during AU (plugin) validation.  How can I launch FCPX without validating AU plugins?  Is there an FCPX-specific AU manager?  I do not wish to move AU components around as my primary function is as an audio designer (so I do not wish to disrupt Logic Pro X functionality, even temporarily).
    Thank you for any help that you can provide.

    Thank you for your reply, David.  This is more of an FCPX question rather than a LPX question.  AU plugin validation works fine in LPX.  AU plugin validation crashes FCPX.  So, I am looking for a way to disable AU validation in FCPX (because I don't need the AU plugins in FCPX) ... or ... a way to selectively disable problematic AU plugins from within the FCPX app.  The latter is because I do not believe there is a system-wide way to do this without physically moving AU plugin components so FCPX does not "see" them.  At least one 3rd party tool does this, but I am not interested in affecting my LPX experience in any way.  Sorry if I was not clear in my original post.
    Thanks again for any insight or help that people can provide.  And, Happy Holidays to everyone in the community!

  • MultiSim 9.0.41. Non-admin users unable to launch program without error messages.

    I have installed MultiSim 9.0.41 has been installed on four workstations. The PCs reside within a local domain with ten users. The domain resides within the greater university domain, is technically not configured as a true subdomain, but it has access to university domain resources (such as the license server). We have SSO (remote profiles) functionality enabled.
    MultiSim runs with without problems for admin users. We start having issues with nonadmin users. I series of pop-up messages appear when the program is launched:
    "The Microsoft Jet database engine can not open the file C:\Program Files\Electronics Workbench\EWB9\database\mscomp_s.prd. It is already opened exclusively by another user, or you need permission to view its data."
    "The Microsoft Jet database engine can not open the file C:\Program
    Files\Electronics Workbench\EWB9\database\CPCOMP_S.PRJ. It is already
    opened exclusively by another user, or you need permission to view its
    data."
    "Error loading library C:\Program
    Files\Electronics Workbench\EWB9\PCBComponentEdit.dll, ('998') Invalid access to memory location."
    "The Microsoft Jet database engine can not open the file C:\Program
    Files\Electronics Workbench\EWB9\database\mscomp_s.prd. It is already
    opened exclusively by another user, or you need permission to view its
    data. Error Code:3051"
    Solutions attempted (without success):
    - Update program (no updates found via update manager or NI site)
    - Run program as admin
    - Give all users full permissions to program files (major security risk)
    - Change "Directory for EWB Shared Components" to public shared drive. Interestingly, MultiSim shows the network drive as unwritable (though it clearly is).
    Any ideas? Are there updates that fix this issue? Is this solved by the newest version? What do I need to do differently to ensure that user config files are saved in their roaming profiles vs. locally (note: I have already tried to correct the paths during install and post-install without success).
    Thanks!
    Message Edited by refriend on 05-22-2008 02:26 PM

    Hi Refriend,
    The error message indicates Multisim is not able to read/write to the database folder.  Please have a look at the following knowledge base article for instructions to correct the database problem.
    http://digital.ni.com/public.nsf/allkb/B06773CE511C7E588625720B00502B8E
    Multisim 9, you need to setup the permission for the database manually but in version 10, this step is not required.  As for saving user config file as part of the roaming profile, this option is not available.  Multisim will always look in the locale drive for the config file and if one does not exist it will create one for that user and save it locally.
    Tien P.
    National Instruments

  • Error in Transaction launcher - CRM 5.0 / ECC 6.0

    Hello all,
    I am trying to pull one ECC 6.0 transaction into CRM 5.0 IC webclient through launch transaction.
    When I click the link in the NavBar, I get the logon box for ECC system but after I enter the logon details below error message is getting displayed.
    The transaction call failed
    Reason:: Function module EWB_PROC_CREATE does not exist
    But this FM exists in both CRM and ECC systems.
    Any ideas about this error message?
    Best Regards,
    Nag

    Hi Sudeep,
    Thanks for the reply.
    I am not sure about the EEWB extensions.
    Initially I created a launch transaction using BOR method the path of the ECC logical system is given as below.
    http://ssever:port/sap/bc/gui/sap/its/CRM_CIC_RABOX
    But now I've changed the path as: http://ssever:port/sap/bc/gui/sap/its/CCMP_RABOX
    and it is working now. I am able to pull the transaction from ECC although some other data flow issues are there.
    So looks like there is some issue with the serivce CRM_CIC_RABOX in our system.
    Thanks to all,
    Nag

  • Acrobat 9.5.5 multiple .pdf files open without toolbars displaying

    Recently, I noticed that, when I open one .pdf file, all toolbars I have selected as customized are displayed.  But, upon opening additional ,pdf files, those files do not display my toolbars at the top - only the file menu shows up.  If I try to close the limited toolbar files, I get the error "Adobe Acrobat 9.5 has stopped working," and the programs aborts.  I've searched the web to no avail for a solution.  My work requires I have multiple Adobe files open, but these additional files have extremely limited functionality without the toolbars.
    Event Viewer indicates the following errors:
    Faulting application path: C:\Program Files (x86)\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe
    Faulting module path: C:\Program Files (x86)\Adobe\Acrobat 9.0\Acrobat\Acrobat.dll
    I'm running Win 7 Pro 64-bit, on Intel i7, with 14 GB RAM, 224GB SSD/68 GB free.  My system should more than amply support the application.
    My thought is a recent Adobe update or Windows update caused this anomaly.  Has anyone else experienced this issue?  Please advise - I'm desperate for a resolution.  Thanks.
    Message was edited by: psoberg
    Update - when you select View -Toolbars on the additional files, all the customized toolbars are check-marked, so they should be displaying.  But, they don't.

    Bill@VT,
    Thank you for your reply.  Your recommendation is not the issue for sure.  I had tested by opening numerous files on my system, which I know are not secure.  The first file opened with all toolbar functionality, and the rest of the files opened in limited view.  These are files I've created and opened numerous times in the past with no issues, until recently.
    I've since installed Adobe Pro XI Trial, as well as a couple other .pdf maker apps.  I had already remove Adobe Pro 9.5.5, so I can't reinstall while I have XI on my system - the installation aborts.  My assessment, after spending hours researching it, is that there's a conflict in my OS and 9.5.5.  At this point, I have to cut my losses (time & billable hours) and move onto a more stable, dependable application.  It's probably not going to be an Adobe product, sad to say.  Too many issues, too little accessible and timely support.
    I am grateful for your input in my scenario. Have a splendid day/evening!

Maybe you are looking for

  • Can't pass event from WebDynPro to JspDynPage - why?

    I Created JSP project and embedded in main page script (in its title), which subscribes to event by EPCM API, EPCM.subscribeEvent("urn:ru.intertech.common.wd.component", "save",   go); and created WebDynPro page that fires event using, when pressing

  • ALV Tree event registration doesn't work

    Hello Experts, the following is the registration-form which shall register a item-double-click event to my alv-tree-object. when doing the double-click it doesn't open my own methods in the event-handler class but the standard ones and nothing happen

  • Is it normal for the 4s to get kinda hot when running apps/ video recording?

    Any know? Hope it's not a hardware issue.

  • MacBook Air Restore Problem

    Hi I wanted to do a clean restore of my MacBook Air 2014, but I am not able to choose the right partition to install, only Restore partition is shown, but of course not available for installation. I see MacintoshHD disk un Disk Utility, but IMHO ther

  • Incremental refresh in Planning Desktop only processes 1 member

    Hello, We're running Essbase 9.2.0.2 on AIX, Planning Desktop 9.2.0.2 on Windows, 2003, and Oracle 10g R2 on an AIX machine also. We copied our Oracle schema "X" to schema "Y" and linked it to a new Planning Application. Now, whenever we run a refres