Setting the default start

how to make that all the documents .pdf opened in read mode

1. I open document in Reader
2. Then I press Сtrl+H (read mod)
I open all documents  for reading and I want to documents opens in the second version (read mod) at startup.

Similar Messages

  • BPEL : Setting the default start value for instance ID

    The instance ID for the processes are generated by the system, is it possible to set the starting value for the instance id. for eg: when I deployed a new process on a fresh installation and created an instance through BPEL console, it created a new instance with instance ID #1.
    Is it possible for me to start the value from a different number say "5000"

    Hi ashutosh,
    I think you can achieve this by writing a small java code in this Java Embedding activity.
    For using Java Embed in BPEL, you can refer to the following blog:
    http://technology.amis.nl/blog/?p=2387
    Cheers,
    Abhi...

  • How to set the default start page (login) of apex itself?

    Hi!
    I've successfully upgraded from 3.2 to 4.0! I'm using the pl/sql embedded gateway.
    When I enter the url http://s01:8081/apex I get an error (page cannot be displayed (404)). But when I enter http://s01:8081/apex/f?p=4550:1:1481295403790110 the apex logon page appears and everything works well.
    For testing I turned on debug logging and entered again http://s01:8081/apex
    The trace file contains the following logging entries:
    *** 2010-12-17 14:30:25.825
    *** SERVICE NAME:(SYS$USERS) 2010-12-17 14:30:25.824
    *** SESSION ID:(133.21643) 2010-12-17 14:30:25.824
    Embedded PL/SQL Gateway: (null) HTTP-404 No procedure specified to run
    Embedded PL/SQL Gateway: (wpu.c,626) longjumping back to the beginning
    Embedded PL/SQL Gateway: (wpu.c,488) cleaning up before longjmp
    Embedded PL/SQL Gateway: (wpu.c,513) in init state
    Embedded PL/SQL Gateway: (wpx.c,688) Shutdown has been called
    How can I solve this issue?
    Thanks
    Markus

    Hi!
    Thanks for your reply!
    I'm using apex 4.0 on oracle 10.2.0.4 enterprise edition with the embedded pl/sql gateway. I've to instances on this server (dev and prod). The development instance works without any problems.
    The query returns:
    ORA-24231: Database Access Descriptor (DAD) APEX not found
    ORA-06512: in "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: in "SYS.DBMS_EPG", line 58
    ORA-06512: in "SYS.DBMS_EPG", line 299
    After googling or searching on metalink for the error message I'm redirected to oracle documentation which tells me the reason for the error but nothing about to correct it - that's why I love oracle documentation so much...
    Cause: The specified Database Access Descriptor (DAD) did not exist.
    Action: Make sure the name of the Database Access Descriptor (DAD) is correct and the DAD exists.
    Thanks
    Markus

  • How to set the default value of a database column to NULL

    Hello,
    I want to set the default value of a column (VARCHAR2(20) to NULL, nut I cannot figure out to do this. I tried the following editing the offline table with JDeveloper:
    Default Value : <empty> -> On database NULL
    Default Value: '' -> On database ''
    When I create a new column, there is no default value on the database side and when I open the tabe properties in the database navigator I can see that the default value is (null). This is what I want to see in the other column as well. I don't know why sometimes a default value is visible on the database side (when generating form offline tables to database tables) and sometimes not.
    Perhaps sombody can bring some light in this issue.
    Thanks Thomas

    Hello Shay,
    I have the impression that you don't understand my problem. So here step by step:
    1. Create a offline Table TEST with one column TEST: VARCHAR2(20). nullable=true, no default value.
    2. Generate the table to the database
    3. When you look at the table properties (columns) with the database navigator the following information is displayed (sorry for the formatting):
    Column Name | Data Type | Nullable | Data Default | COLUMN ID| Primary Key | COMMENTS
    TEST | VARCHAR2(20 BYTE | Yes | (null) | 1 | (null) | (null)
    4. Now set the default value for the column TEST in the offline table for example to 'Test'
    5. Generate the table to the database.
    6. When you have a look at the database table, the default value is now 'Test' (as expected)
    7. Now remove the default value of the column TEST in the offline table
    8. Generate the table to the database
    9. When you have a look at the database table, the default value is now NULL (in uppercase letters without parenthesis)
    And this is where the problem starts!
    When you generate the table again with the options "Alter/Manual Reconcile" the default value of the column test is considered to be different! But in fact it should'nt be different because nothing has been changed.
    Best regards Thomas
    Edited by: thmayr on May 28, 2009 9:05 AM
    Edited by: thmayr on May 28, 2009 9:31 AM

  • How to set the default display date of Calender prompt of SMPortal???

    Good Day!!
    As for as my knowledge, the default date Visible in all Calender prompt will be the
    Starting Date in the Specified date range either "RelativeDateRange" or "AbosoluteDateRange".
    But we have a requirement to set the default date to a date in the middle of the specified range, I don't find any option to specify in Request Offering Wizard or MP's xml file.
    Our scenario is as follows,
        We are trying to customize the CSPP's request offer "Request Virtual Machine", which has a user promt to select Decommission Date for the New VM. We have configured the date prompt as Relative Date range and set the
    Start date as "1 day next to user's current time" and Maximum date to "90 days after relative date".  So the user will get option to select Decomm date from (1-90) days with the defalut date as 1st day next to his current
    time. But our requirement is to set the default available date as 90th date in the above mentioned Relative Date Range.  
         I couldn't find any option in Request offering Wizard as attached below,
          Also I couldn't even find any tag to specify the default display date in the MP's XML file as attached below. Is there any other <tag> can be included inside <Details> tag to accomplish this ??
        Is there any other way to accomplish this???
        Please advise
    Thanks,
    Narayanababu
    Thanks and Regards, Narayana Babu

    This is probably a link editor parameter, see the linker and loader guide.
    Another thing you can do is write your own sbrk() that will log whenever it's called, so you can at least see how many times it's called and with what values. If you really need in-depth instrumentation, write your own heap routines and give them the same names as the CRTL routines. The linker should find yours first and route all memory operations through them. At least, that's the way it worked for me on SunOS 4.1....

  • How to set a default start and/or end date for New Events based on trigger date.

    I'm using the CalendarActivityListener to get current row when clicking on an existing event. As per previous posts this listener gives you access to event detail including Start Date, End Date, etc.
    However, what I want to do is to default the start (and end) dates for New Events based on the trigger date.
    I've tried the CalendarListener and can grab the Trigger Date from it - however, I can't see a way to pass this directly to the popup/dialog I'm using to create the new event.
    At present I'm putting the TriggerDate into the ADFContext session scope e.g. ADFContext.getCurrent().getSessionScope().put("TriggerDate",calendarEvent.getTriggerDate());
    Then, I've tried multiple approaches to try and "get" the TriggerDate from session scope to drop it into my new Calendar Event basically, I'm trying to default the InputField(s) associated with the Start Date using the value from the session - I've tried
    1. setting the default value for the InputField in the jspx using a binding expression i.e. value="#{sessionScope.TriggerDate}" - this actually sets the value appropriately when the jspx is rendered but, when I go to create I get a NPE and I can't debug. I assumed that it might be a Date type issue - it would appear that CalendarListener provides a date of type java.util.Date and that the StartDate attribute of my VO/EO/table is a DATE and therefore requires oracle.jbo.domain.Date so I tried casting it - to no effect
    2. Using a Groovy expression *(StartDate==null?adf.context.sessionScope.TriggerDate:StartDate)* in my calendar's EventVO to default the Start Date to the same result
    Any thoughts or ideas?

    John,
    Thanks for that suggestion - could not get it to work. However, I did manage a different approach. I finally determined the sequence of events in terms of how the various events and listeners fire (I think).
    Basically, the CalendarActivityListener fires, followed by the listener associated with the Calendar object's Create facet, followed finally by the CalendarEventListener - the final is where the TriggerEvent is available and then finally, control is passed to the popup/dialog in the Create facet. So, my approach of trying to set/get the TriggerDate in the user's HTTP session was doomed to failure because it was being get before it had been set :(
    Anyway, I ended up adding a bit of code to the CalendarEvent listener - it grabs the current BindingContext, navigates through the DCBindingContainer to derive an Iterator for the ViewObject which drives the calendar and then grabs the currently active row. I then do a few tests to make sure we're working with a "new" row because I don't want to alter start & end dates associated with an existing calendar entry and then I define the Start and End dates to be the Trigger Date.
    Works just fine. Snippet from the listener follows
    BindingContext bindingContext = BindingContext.getCurrent();+
    *if ( bindingContext != null )    {*+
    DCBindingContainer dcBindings = (DCBindingContainer) bindingContext.getCurrentBindingsEntry();+
    DCIteratorBinding iterator = dcBindings.findIteratorBinding("EventsView1Iterator");+
    Row currentRow = iterator.getCurrentRow();+
    if ( currentRow.getAttribute("StartDate") == null)+
    currentRow.setAttribute("StartDate", calendarEvent.getTriggerDate());+
    if (currentRow.getAttribute("EndDate")==null)+
    currentRow.setAttribute("EndDate", calendarEvent.getTriggerDate());+
    *}*

  • How to Set A Default Start Time For New Events In Calendar?

    How to Set A Default Start Time For New Events In Calendar?

    John,
    Thanks for that suggestion - could not get it to work. However, I did manage a different approach. I finally determined the sequence of events in terms of how the various events and listeners fire (I think).
    Basically, the CalendarActivityListener fires, followed by the listener associated with the Calendar object's Create facet, followed finally by the CalendarEventListener - the final is where the TriggerEvent is available and then finally, control is passed to the popup/dialog in the Create facet. So, my approach of trying to set/get the TriggerDate in the user's HTTP session was doomed to failure because it was being get before it had been set :(
    Anyway, I ended up adding a bit of code to the CalendarEvent listener - it grabs the current BindingContext, navigates through the DCBindingContainer to derive an Iterator for the ViewObject which drives the calendar and then grabs the currently active row. I then do a few tests to make sure we're working with a "new" row because I don't want to alter start & end dates associated with an existing calendar entry and then I define the Start and End dates to be the Trigger Date.
    Works just fine. Snippet from the listener follows
    BindingContext bindingContext = BindingContext.getCurrent();+
    *if ( bindingContext != null )    {*+
    DCBindingContainer dcBindings = (DCBindingContainer) bindingContext.getCurrentBindingsEntry();+
    DCIteratorBinding iterator = dcBindings.findIteratorBinding("EventsView1Iterator");+
    Row currentRow = iterator.getCurrentRow();+
    if ( currentRow.getAttribute("StartDate") == null)+
    currentRow.setAttribute("StartDate", calendarEvent.getTriggerDate());+
    if (currentRow.getAttribute("EndDate")==null)+
    currentRow.setAttribute("EndDate", calendarEvent.getTriggerDate());+
    *}*

  • Can I set the default locale for jvm

    Hi,
    Can I set the default locale for jvm?
    How to do it?
    Pan

    My windows default locale is chinese .I have thought of your opinion. But in
    windows nt , if I change the locale , all the environment will be
    destroyed(just like reinstall it , it's difficult for me) . So , Is there
    any other approach?
    Dimitri Rakitine <[email protected]> wrote in message
    news:[email protected]...
    Did you try to change the locale in the Windows control panel?
    (Control panel -> Regional Options -> Your locale)
    Pan YangBin <[email protected]> wrote:
    I have tried changing this system property and other properties such
    as -Duser.language=en -Dfile.encoding=Cp1252 , but all these properties
    did
    not changed, you can get this infomation from the log file .Maybe these
    system properties are readonly.
    Thanks very much.
    Pan
    Chris Halstead <[email protected]> wrote in message
    news:[email protected]...
    Try adding -Duser.region=US to the java command line used to start
    WebLogic...
    -chris
    "Pan YangBin" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    The problem exists in my project still exist.That is it.
    When I did not set weblogic.jsp.encoding to GB2312 in my web
    application(web.xml), and when the jsp file contain's chinese , the
    output
    will be error(error chinese) .And when I did not set it , the output
    is
    correct, but when I use request.getParameter("SomeFormElement")(theelement
    inputed chinese), the return value is error(still chinese error).And
    when
    I
    am in windows nt english version and do not set this property, all
    these
    two
    problems dispear. And I try to compare the java files those were
    generated
    by weblogic from the jsp file , there is only two additional clause
    in
    the
    java file. That's it:
    ((weblogic.servlet.jsp.JspWriterImpl)out).setEncoding("GB2312");
    response.setHeader("Content-Type", "text/html; charset=GB2312");
    (the web.xml has <context-param>
    <param-name>weblogic.jsp.encoding</param-name>
    <param-value>GB2312</param-value>
    </context-param> to be set
    So, I think maybe it works well if I change the default locale toenglish.
    And unfortunately, your method is also failed.(I have to use weblogic
    in
    chinese environment)
    Would you please help me to solve this problem?
    Pan
    Dimitri Rakitine <[email protected]> wrote in message
    news:[email protected]...
    Try java ... -Duser.language=en ...
    or mode con cp select=437 in the command prompt before running
    weblogic.
    Pan YangBin <[email protected]> wrote:
    I'm using weblogic server 5.1 sp6 in chinese environment, and I
    want
    weblogic compile my jsp with en_us locale . So I can't use
    Locale.setDefault(new Locale(...)) to set the default locale ,butI
    really
    want someway configure.
    Pan
    Dimitri Rakitine <[email protected]> wrote in message
    news:[email protected]...
    Locale.setDefault(new Locale(...)) ?
    Pan YangBin <[email protected]> wrote:
    Hi,
    Can I set the default locale for jvm?
    How to do it?
    PanDimitri
    Dimitri
    Dimitri

  • How do I set the default to adobe 9.3?

    How do I set the default to Adobe 9.3?  I have Acrobat 6.0 that tries to open. However, I want the Adobe Reader 9.3 to open.  How do I make this change?

    I had the exact same problem.....iinstalled on a Windows XP machine
    You probably had 9.3 already installed, then you pulled out your 6.0 Acrobat Professional disk and installed that.
    What you need to do is "remove" your Adobe 9.3.
    Re-start your machine.   Then reload Adobe ...try Adobe 8.
    Now it won't use Acrobat 6.0.    At this point, select an existing PDF file, RIGHT click, select "Open With...".    You won't probably see Acrobat 6.0 so you have to "BROWSE" ... find Adobe, then find "6.0".    Select.
    At this point Adobe 8 will be your default, but, you can always select 6.0 by "right clicking" the PDF first, when you want to.

  • How to set the default SASL auth mech

    Does any body know how I can set the default SASL auth mechanism? I can currentlly authenticate to slapd only when requesting manualy CRAM-MD5 and I would very much like to set that as the default. In a non-macosx server environment creating a
    /usr/lib/sasl2/[service_name].conf
    file and putting in
    'mech_list: CRAM-MD5'
    solves the issue, but on macos x server it doesnt really help. I'm not sure if this is the correct file at all.
    (situation described in detail hre: http://discussions.apple.com/thread.jspa?threadID=894046&tstart=0)
    Xserve G4   Mac OS X (10.4.9)  

    Slowfranklin, thanks for your helpful posts.
    My ultimate goal is to have a shared conact list in our OD database. I want to be able to give Joe User a friendly interface to insert update and use this contact list. 2 solutions I found are j2anywhere.com's AddressBookXLDAP and the open source package phpLDAPadmin (far more complicated, but OK). Both won't work on my particular setup and I'm trying to figure out why. You helped me figure out how to authenticate (this thread: http://discussions.apple.com/thread.jspa?threadID=894046&tstart=0). My guess is, if I use the same settings for ABXLdap thinks will start working. I don't have no way to set the -Y CRAM-MD5 option on the application level, so I'm looking for a way to set it golobally, on the server level.

  • System keeps re-setting the default app to Preview for iWork files.

    Hello.
    I've scoured the internet for a solution to this problem, but can't find one.  The problem applies to Numbers, Pages and Keynote, and I am putting this post in the forum for each.  I shall explain it using a Numbers file as an example.
    For three or four years, I've had a file that was created in Numbers to be opened in Numbers; it's a spreadsheet that I update with every transaction of my bank account.
    Until about a week ago, the file would always open in Numbers, its default application, and then the file kept opening in Preview instead of in Numbers.  I checked the 'Get Info' panel and found that its default application was Preview.  This was strange, so I changed it to Numbers.  When I opened the file the next day, it again opened in Preview, and I found again that Preview was set as its default app.  This time, I set Numbers as the default app by right-clicking on the file, selecting 'Open With', and Numbers wasn't on the list, so I went to 'Other...', and in the 'Choose Application' window, navigated to the Numbers app, selected it and activated the 'Always Open With' option.
    As you would expect, the file then opens in Numbers.  However, whenever the computer has been off and I have logged in again, the default app for the file has reverted to Preview.
    The only thing I can think of that might have a bearing on this problem is a recent App Store purchase.  I bought Numbers on an iWork '09 disk back in 2008/9, but about a week ago decided to uninstall the iWork apps with AppZapper and buy them from the App Store (I just like to have the App Store as the source of my apps, and I had some money to spare).  I can’t see why this would cause the problem, but the installation of these apps and the start of the problem seem to co-incide.
    I wondered if the problem could be solved by re-creating my spreadsheet in a new Numbers file, so I opened Numbers, selected a blank worksheet and pasted the spreadsheet from the original file into this new one, but it made no difference: the next time I logged into my system, Preview was the default app for the new file as well.  The problem persists even with new files created in Numbers, Pages or Keynote that are unconnected with older files and after the App Store purchases.
    I would be grateful for any advice the community can offer.
    Thank you.

    Hello again.
    I followed your advice and created another user account, and in that one, Numbers, not Preview, was the default app for my Numbers file.  Logging back into my original account, I deleted the com.apple.LaunchServices.plist file, and for good measure, the com.apple.LaunchServices.plist.lockfile as well, and reset Numbers as the default app for my Numbers file.
    I restarted the system, but found that Preview was now the default app for the file.  Perhaps the .plist file needed a second restarting of the system, so I set the default app for the file to Numbers again.  I also put Pages, Numbers and Keynote into a new folder called iWork '09, as they used to be before I replaced my shop-bought iWork disk installations with the same apps bought form the App Store.  I don't know if this made a difference.  I restarted the system and, this time, the default app was Numbers.
    Pages and Keynote are also now the default apps for files created by them.
    You have been very helpful and I appreciate it.  Thank you.

  • With recent update of Firefox, I can no longer set the default page, it always reverts back to the Mozilla page, why?

    Why can I no longer set the default page to something else? Every time I open Mozilla Firefox, it always reverts back to the Mozilla page. No matter how many times I do this, it always reverts.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Setting the default font

    Hey,
    I was just wondering if there is a way to set the default font to whatever you want. It is especially frustrating for footnotes (no matter how many times you change the font of your footnotes, every subsequent footnote is created in the default Helvetica).
    I've looked around in Help and such but can't find any option to set the default font.
    Thank you!
    Jesse.

    Jessiah87 wrote:
    Hey,
    I was just wondering if there is a way to set the default font to whatever you want. It is especially frustrating for footnotes (no matter how many times you change the font of your footnotes, every subsequent footnote is created in the default Helvetica).
    I've looked around in Help and such but can't find any option to set the default font.
    I described several time ways to do that.
    It requires surgery in the index.xml file describing the used template.
    Assuming that the used template is Blank.template.
    Create a new document using it.
    Save it as my_Blank.pages.
    Using the scheme which I described many times, open its index.xml file.
    To do that I use the free TextWrangler.
    Search for "footnote" to reach this block of code :
    You see the entry spelled <sf:fontName/>
    Edit it as :
    <sf:fontName>
    <sf:string sfa:string="LucidaGrande"/>
    </sf:fontName>
    to get :
    Of course, you may use an other fontname.
    The rule is to use the official internal fontname.
    I already posted a long list of such names.
    Save the edited index.xml file
    If the original document contained a index.xml.gz file, remove it so that when you will open the doc it will be forced to use the edited index.
    Create a new document
    Leave it empty and save it as a custom template : my_Blank.template in the dedicated folder.
    Each time you will create a document starting from this template, the footnotes will be automatically created using LucidaGrande
    Some lines below the fontName descriptor is the fontSize one.
    The default one is :
    <sf:fontSize>
    <sf:number sfa:number="10" sfa:type="f"/>
    </sf:fontSize>
    You may edit it as
    <sf:fontSize>
    <sf:number sfa:number="9" sfa:type="f"/>
    </sf:fontSize>
    or an other integer value so the footnotes will default to this fontSize.
    Of course, double check what you do.
    When you will be satisfied of the result, maybe you will wish to edit the inthebox template.
    It may be done but it's an other story.
    Yvan KOENIG (VALLAURIS, France) dimanche 6 mars 2011 21:50:14

  • How to set the default page size ?

    Hi there,
    I just bought a 15.4" Macbook Pro.
    When I use Safari to surf, I found that the image/fonts are to small for my liking.
    So I did VIEW > ZOOM IN two times & the image/fonts & it become satisfactory.
    But after I shutdown & restart the laptop again, I find that whenever I startup, the page in Safari when back to the smaller setting & I have to click VIEW > ZOOM IN twice again .
    My question is how to make this settings permanent ? It is irritating having to do VIEW > ZOOM IN everytime I start up the system !!
    Any ideas ?
    Thnaks

    In Safari, go to Safari >> Preferences. Click on the Appearance tab. Set the standard and monospaced fonts. That not only sets the default fonts for web pages (many web-sites will specify other fonts), but also the default sizes (though web-sites can specify alternate sizes). Also, on the 'Advanced' tab, there's a checkbox labeled 'Never use font sizes smaller than' followed by a drop-down. This permits you to prevent the text from going beneath the specified size.
    The advanced tab also permits you to provide a CSS stylesheet to apply as the default. If you know CSS, this can be very powerful.

  • Set the default spellcheck language to English (Australian)

    When I start the browser, the spell check dictionary is always English (US)
    I have to change it manually every time after opening the browser.
    In the preferences for Display Language, I have [en-au], then [en]
    Has been this way for many versions - currently 34
    Happens on 5 systems here
    Is there a way to set the default spellcheck to Australian?
    Regards,
    Mike

    Current Firefox versions use the "lang" attribute in the HTML tag to automatically select a dictionary if you have one for the specified language, so with an en-US link this would be the en-US dictionary for this forum.
    <pre><nowiki><html class="no-js" lang="en-US" dir="ltr"></nowiki></pre>
    I'm not sure if you can override this easily, but I would assume that this should have effect on prefs.
    You can use the user.js file to force a specific value for the spellchecker.dictionary pref.

Maybe you are looking for

  • Error while restarting the Oracle BI

    Hi, Getting an error while trying to restart the Oracle BI. This was happened when appending the new Repository file. Below is the error msg: <Mar 30, 2012 3:19:12 PM IST> <Error> <oracle.bi.management.sysmancommon> <BEA-0 00000> <Operation Failed: s

  • How do I reinstall Photoshop CS4 on a new Mac?

    About three years ago, I bought Photoshop CS4 for my MacbookPro. I just replaced the computer as it was on its last legs, and I'd like to reinstall my Photoshop software. I have the disk, serial number, everything, but I can't just pop the disk in be

  • My macbook pro retina 15'' cant boot after smc reset .

    My macbook pro retina 15" cant boot after smc reset. Can someone find me a solution which does not require opening my laptop ? Thnx in advance .

  • Mouseover stopped working in Dreamweaver CC

    I'm trying desperately to determine why my mouseover effects stopped working in Dreamweaver CC. Everything was working fine, so I cannot figure out where I went wrong. This is a class exercise to produce a navigation only. The images in the navigatio

  • Erase free space issues?

    I am using fully updated Yosemite on two iMacs, one office, one home, and recently began having this problem:  When I use Disk Utility to erase free space, the window first says it is creating a temporary file and then very quickly starts the erase p