JavaScript for several types of checkbox

Help please! I used the JavaScript below (with success) to count a number of boxes in my paper that were appointed AM1.1, AM1.2, AM1.3, etc., but now I'm counting several checkboxes in the same way but two different lists. Thus, for example, I want the javascript code to count AM1.1, AM1.2, AM1.3, etc. AND County PM1.1, PM1.2, PM1.3, etc. until a value added. I can't understand how to add the lines necessary for this script to add the two groups of fields. Any advice?

The script that I am currently using with success a little as the AM1 checkboxes:

Custom calculate script

(function () {}

Get an array of the fields bed

var f = getField("AM1").getArray ();

Initialize counter

var sum = 0;

To loop through the fields and update counter

for (var i = 0; i < fa.length; i += 1) {}

Sum += fa [i] .value! == "Off"? 1: 0;

}

Set the value of this field to the amount

Event.Value = sum;

})();

In my test file that works, the AM and PM boxes have an export value of 'yes '.

In my case, they are called "AM1.0", "AM1.1", "AM1.2" etc. and "MP1, 0 ', 'PM1.1', 'PM1.2', etc..

Also, here's the cleaned a little script:

Custom calculate script

Get an array of the fields bed
var f = getField("AM1").getArray ();
var FP = getField("PM1").getArray ();

Initialize counter
var sum1 = 0;

To loop through the fields and update counter
for (var i = 0; i)< fa.length;="" i="" +="1)">
sum1 += f [i] .value! == "Off"? 1: 0;
}

var sum2 = 0;
To loop through the fields and update counter
for (var i = 0; i)< fp.length;="" i="" +="1)">
sum2 = PS [i] .value! == "Off"? 1: 0;
}

Set the value of this field to the amount
Event.Value = sum1 + sum2;

Check the names of all the boxes.

In addition, open the JavaScript Console and see if an error message appears, it can help pinpoint the problem. If there is an error message, post it here.

If it still does not, have your zip code here and I'll try to help.

Tags: Acrobat

Similar Questions

  • ODI - Size Build for several types of plan

    Hello

    Application of classical planning on 11.1.2.2

    I have a version of dimension for an application with two types of plans.   The entity dimension is one of the six required and is shared by the two types of plans.  So when I reverse engineer my target planning app in my model target in ODI, there are four new fields.  Two fields of aggregation for each plan type and two plan of fields of type for each type of plan.   I can then map my SQL Server source that has all four.

    However, I have exactly the same to a custom dimension called 'Project' and when I reverse in the dimension of 'Project' target only two fields for the aggregation appear for each type of plan.   The Type of Plan of those who are not there so I can't have my model source card.

    This is normal and it is assumed that this dimension is shared and the two contours will be updated?  Or something is wrong and I should / need to have these "Type Plan" for each type of plan on the target model?   The fact is required dimension feature have nothing to do with it?  I rechecked and the two Types of Plan are verified in the screen "Administration-> Dimension.

    Just confused with ODI runs.  No sense sometimes

    The two types of plan are updated every hour.

    As I said, when loading dimensions in Hyperion Planning with ODI, ODI adapters that connect to the planning will limit the options on the dimension build based on the rules that apply in Hyperion planning.

    So what I mean is that if you can not do in planning directly then used ODI will give the option to do either.

    Remember you when loading dimensions in planning directly (in the user interface or through ODI) you are loading in planning first and then it is a refresh of Essbase growing dimensions and members to essbase and plan types in Essbase. Loading dimensions in Planning with ODI you're ALWAYS updated of all types of plan. The options you see in ODI on the Plan Types and aggregations are options/parameters for the Member. Its not what type of plan is being updated. The Plan Type of option in the entity dimension is a setting that says: is this valid member for this type of plan. It is to say is that members actually exist in this type of plan. This is not an option to say update the members for that plan type.

    But back to what I said about the custom dimensions. Custom dimensions are valid for the Types of Plan, that are set at the level of the dimension. That is to say members of level you can't say member 1 is valid for type 1 and type plan 2 plan and member 2 is valid for the Type 1 Plan. If the dimension is valid for both, then all members of this dimension are valid for both. You can not change at the level of the Member and so if the option is not relevant and ODI has so no need to get this option

    I think you're confused as to what Type Plan of ODI fields are actually for. As I say, is not here to say what plan update types. His option to tell whether or not this member exists in this type of plan.

    So in your case because the project is valid for the two types of plan, then you don't need to specify the type of plan at the Member level because by default both will be updated, because you do not have the option for both during the loading of the dimension with the help of ODI is not to be updated.

  • Design for speed: types BINARY_FLOAT vs NUMBER vs VARCHAR

    We have a database which consists almost exclusively of whole numbers. All (except the identity columns) have less than 1,000 values and all are positive.

    Throughout the day, many people bite with queries and never modify the data. The output is often floating point, but we do not need more than 2 or 3 decimal places of precision - a lot of it is average, quartiles, correlation, etc. - basic stats.

    I'm not worried at all about the speed of INSERT/update - data set are changed only once a week on weekends, and could take 48 hours for what is important to us (it takes less than 30 minutes at the moment).

    So, what are the best types of data to use for columns?

    In general:

    (1) for integers, is faster BINARY_FLOAT or NUMBER types (3)? I read that the types BINARY_FLOAT is faster than NUMBER because the CPU can run directly on it. The loss of precision is not important in our case.

    (2) our identity columns (user ID) are 10-digit numbers - the numeric value is used only for the PK/FK relationship. Is faster BINARY_FLOAT, NUMBER types (10) or VARCHAR2 (10)?

    (3) we also have a bunch of lookup columns for descriptions 2-digit numbers, strings, etc. BINARY_FLOAT, NUMBER types (2) or VARCHAR (2)?

    I guess that "smaller storage in the comic book" essentially equals faster, because more of the DB should be stored in the memory cache.

    Thank you, brain trust!

    See the first response to this link so that Tom Kyte says about using vs PLS_INTEGER NUMBER PL_SQL. It the measure as an important place. And it's strictly in the PL/SQL engine and memory storage. So for handling and external storage it will probably not even measurable.

    http://asktom.Oracle.com/pls/asktom/f?p=100:11:0:P11_QUESTION_ID:5340131040835

    Here is what Tom Kyte says about storage
    http://asktom.Oracle.com/pls/asktom/f?p=100:11:0:P11_QUESTION_ID:4246401300346330419

    >
    virtually all of the data is stored in a mode 'string like. '

    A string will be an indicator of null, a length byte or bytes (characters of <=250 characters="" -="" 1="" byte,="">250-2 bytes), followed by the data.

    A number will have a null flag/length byte (numbers are length 0.22 bytes) followed by the variable amount of data.

    A binary_float kinds consumes 5 bytes - a null flag/length byte followed by 4-byte floating point data of the main.

    A binary_double will consume 9 bytes - leading indicator/length zero followed by 8 bytes of floating point data.
    >

    Here is a test code that will show you the requirements of physical storage for several types.

    CREATE TABLE SCOTT.NUMBER_TEST1
    (
      B_FLOAT        BINARY_FLOAT,
      NUM10          NUMBER(10),
      VARCHAR2_10    VARCHAR2(10 BYTE),
      PLAIN_INT      INTEGER,
      SMALL_INT      INTEGER,
      PLAIN_DECIMAL  INTEGER
    )
    
    insert into number_test1 values (1,1,'1', 1,1,1)
    
    insert into number_test1 values (1000,1000,1000,1000,1000,1000)
    
    insert into number_test1 values (999, 999,999,999,999,999)
    
    select 'Float', b_float, dump(b_float) dump_float
    from number_test1
    union
    select 'Num10', num10, dump(num10) dump_num10
    from number_test1
    union
    select 'Varchar2_10', to_number(varchar2_10), dump (varchar2_10) dump_varchar2_10
    from number_test1
    union
    select 'Int', plain_int, dump (plain_int) dump_int
    from number_test1
    union
    select 'SmallInt', small_int, dump (small_int) dump_small_int
    from number_test1
    union
    select 'Decimal', plain_decimal, dump (plain_decimal) dump_decimal
    from number_test1
    
    Decimal     1     Typ=2 Len=2: 193,2
    Decimal     999     Typ=2 Len=3: 194,10,100
    Decimal     1000     Typ=2 Len=2: 194,11
    Float     1     Typ=100 Len=4: 191,128,0,0
    Float     999     Typ=100 Len=4: 196,121,192,0
    Float     1000     Typ=100 Len=4: 196,122,0,0
    Int     1     Typ=2 Len=2: 193,2
    Int     999     Typ=2 Len=3: 194,10,100
    Int     1000     Typ=2 Len=2: 194,11
    Num10     1     Typ=2 Len=2: 193,2
    Num10     999     Typ=2 Len=3: 194,10,100
    Num10     1000     Typ=2 Len=2: 194,11
    SmallInt     1     Typ=2 Len=2: 193,2
    SmallInt     999     Typ=2 Len=3: 194,10,100
    SmallInt     1000     Typ=2 Len=2: 194,11
    Varchar2_10     1     Typ=1 Len=1: 49
    Varchar2_10     999     Typ=1 Len=3: 57,57,57
    Varchar2_10     1000     Typ=1 Len=4: 49,48,48,48
    
  • I have disabled my iPhone s4 because I type in my password PIN for several times how I unlock now?

    I have disabled my iPhone s4 because I type in my password PIN for several times how I unlock now?

    Follow the instructions in this article to support that best apply to your situation:

    iOS: device disabled

    Good luck

    GB

  • Maximum number of user defined dimensions for Hyperion application with several types of plan

    Dear,

    I know that the maximum number of dimensions is 20 for an application and for better performance, we shouldn't have more than 12 years, but if we plan different types? I found the below in the psb user guide:

    "Applications are supported up to 20 dimensions. However, optimal performance, not more than 12 dimensions must be attributed to each Type of Plan. »

    I have therefore 20 dimensions by plan type, or application? and that optimal performance it should be 12 dimensions by plan type, not by the application?

    Any advice, please?

    Thank you

    Hello

    The limit is for a planning application for a type of plan... You can add dimension to choose to exist for a type of plan in particular.

    All members of custom dimension that there will be for only this type of regime...

    Kind regards

    Sourabh

  • Several Home Pages for different Types of users

    Dear Apex Experts,

    I use custom authentication to validate the existence of a user in a DB table. I put on the page to the home page.

    I have three types of users. I need to have three home pages. How authentication regime towards the home page assigned for each type.

    I use Apex 4.1.1

    Best regards

    Mahmoud

    mahmoudrabie wrote:

    I use custom authentication to validate the existence of a user in a DB table. I put on the page to the home page.

    I have three types of users.

    How to determine the type of user?

    I need to have three home pages. How authentication regime towards the home page assigned for each type.

    Create 3 branches before Header on the existing home page, one for each type-specific homepage and make them depends on the type of user.

  • FileSelectPopup, several types with the same extension

    Hello

    When you use a popup of file selection with several types of files for a SAME extension, such as:

    FileSelectPopup ("", "*.tiff (8 bits) ', *.tiff *.tiff";(16 bit) "(8 bits)," save under ", VAL_SAVE_BUTTON, 0, 0, 1, 1, file");

    Y at - it no way of knowing what 'Save as type' has been selected by the user on the popup?

    (win7x86; 2010 CVI)

    see you soon,

    DIZ

    None that I know.

    In your case, you will need to review the content of the actual file to discriminate between the different types available: I guess that's what programs focus on the image. A tiff file should have a header that specifies what tye of image is stored in it.

  • Why search results list of files under several types of files

    When I use the search for windows 7, the returned files are listed as several types of files that are not relevant.

    In other words, a Word document will return in the results of research as a 'Document' and as a 'video' and an 'image' and 'music '.
    The documents do not have no more any music incorporated, photos, objects and videos.

    How do I put the research so that Windows 7 do not think that the documents are bad or several types of non-relevant files.

    Hi Wintomac,

    I see that the search results are not relevant. I'll help you with this problem.

    1. What is the brand and model of the computer?

    2. what security software is installed on the computer?

    3. have you made changes on the computer recently?

    4 is the computer connected to a network domain?

    Method 1.

    Run this correction and verification.

    Difficulty Windows Desktop Search when it crashes or no results: http://support.microsoft.com/mats/windows_search/en-us

    Method 2.

    To resolve these issues, follow these steps:

    Click Start, click run, type cmd, and then click OK.

    Type the following commands and press ENTER after each command:

    regsvr32 jscript.dll
    regsvr32 msxml.dll
    regsvr32 vbscript.dll

    Restart the computer.

    Method 3.

    A clean boot to test if any element of service or third party application startup is causing this issue.

    How to troubleshoot a problem by performing a boot in Windows Vista or Windows 7:http://support.microsoft.com/kb/929135

    Note: Once you have finished troubleshooting, follow step 3 in the article to start on normal startup.

    Method 4.

    You can run the Microsoft Safety Scanner to make sure that the computer is virus-free.

    Microsoft safety scanner: http://www.microsoft.com/security/scanner/en-us/default.aspx

    Warning of Security Scanner: there could be a loss of data while performing an analysis using the Microsoft safety scanner to eliminate viruses as appropriate.

    You can read these articles and check if it helps.
    Problems with search
    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-problems-with-searching

    Searching in Windows: frequently asked questions
    http://Windows.Microsoft.com/en-us/Windows7/searching-in-Windows-frequently-asked-questions

    Improve Windows searches using the index: frequently asked questions
    http://Windows.Microsoft.com/en-us/Windows7/improve-Windows-searches-using-the-index-frequently-asked-questions

    I hope this helps.

  • Several Types of EAP on ACS 3.2

    Hello

    I have the following problem:

    -We have a Version WLC 4.2.61.0

    -We have a SSID wep-cloud

    -We have a wpa cloud SSID

    -We have a GBA Version 3.2

    Now, I want to authenticate the SSID wep-cloud with JUMP on GBA. At the same time, I want to authenticate the SSID cloud wpa with PEAP the GBA.

    Is it somehow possible to use several types of eap for a single device (WLC) on GBA.

    If I configure the WLC under Network Configuration, I can set the field to authenticate using 'RADIUS (Cisco Aironet)' for the JUMP or 'RADIUS (Cisco IOS/PIX)' for PEAP.

    Thanks in advance for your help.

    It is not possible to use several types of eap for a single device on GBA. Following links can help you

    http://www.Cisco.com/en/us/products/HW/wireless/ps4570/products_configuration_example09186a00801bd035.shtml

    http://www.Cisco.com/en/us/products/sw/secursw/ps2086/products_configuration_example09186a00805e7a13.shtml

  • Several types of pdf export (high quality, prepress, smaller size, etc.) in a single process indd file?

    Hello world

    For many of the projects I'm working on that I need to provide customers with a high resolution, low resolution and ready to print their documents. It is not a huge deal to run the export of Indesign 3 times, but I wonder if there is a batch process that can do at once? For the moment, I'm archiving work and it's a major pain to do this for each file!

    I have been a script, perhaps a droplet of acrobat or action, Distiller affecting thinking, or perhaps a third-party app?

    Does anyone have any ideas or suggestions? I looked for something like this for a while, but the only thing I found is out factory of Zervik - I'm not yet sure he does several types of indd. But surely there are free tools or some intelligent workflows that I have not yet stumbled...

    Any ideas or suggestions would be greatly appreciated!

    Thank you very much

    Manny

    Manny, check out this blog post:

    http://www.ID-extras.com/script-to-export-multiple-PDFs-at-once

  • The execution of Javascript for the onchange event of Rich text editor field

    Hello

    I have a piece of javascripts that warns users when they try to move away from a page with unsaved changes (if they change all fields in a form). The code works for all types of fields except for rich text editors.

    I think that the reason might be (not 100% sure) which is the form element when users type in their changes is nested inside an iframe html document, and my jQuery onchange event trigger nested inside an html document changes.

    Dynamic measurements also do not work if you create a simple rich text box and write JavaScript codes in onchange events fire.

    Would be grateful if anyone can suggest a way to make my Rich Text Editor work fields onchange events.

    I use Apex 4.2.2 theme 26.

    The field is a Rich Text Editor to type CKEditor3, Toolbar = intermediate.

    Hello

    This might help

    Re: Counter of characters for a rich text editor.

    Kind regards
    Jari

  • Captivate 5.5 prohibited for different types of a quiz question slides to work properly?

    Captivate 5.5 prohibited for different types of a quiz question slides to work properly?

    I have a quiz that includes multiple choice questions, multiple choice with several answers, sequencing, and short answer questions. I was told in an online conversation that I had to use a default template to Captivate with a type of question only for captivate slide works correctly. The Adobe representative remotely considering my record, and discovered that the quiz button is not connected to any action, even if I created it a slide of questionnaire.

    screen shot 18.png

    Online chat:

    Thank you for choosing Adobe. A representative will be with you shortly. Your estimated wait time is 4 minute (s), and 0 second (s) or more because there is 1 client (s) online in front of you.

    You are now chatting with 'Lea '.

    Leah: Hello. Welcome to Adobe Technical Support.

    Leah: I received your request. I would like to please a moment to check your account and review the details of your

    request.

    Leah: Please choose the option, the infinite attempts

    David Lee: Yes, I had endless attempts checked. It still does not work.

    Léa : Each question must have infinite attempts

    David Lee: Yes, I welcomed the infinite attempts in quiz preferences, as well as with respect to each question. This particular slide is a question multiple choice with multiple correct answers. The infinite button is checked. The slide informs the user to try again, but the back and the clear button do not work, the termination of the project and the user did not click the new button.

    Léa : I may have remote desktop connection help you?.

    David Lee: Yes, thank you. How do I facilitate this?

    Léa : http://my.adobeconnect.com/khyati/

    Léa : Enter as a guest

    David Lee: I'm in

    Léa : Share my screen

    Léa : Desktop

    Léa : Please show me what slide we discuss on

    David Lee: We discuss slide 18

    David Lee: The current slide

    Lea: I would like to see the result

    Léa : Tiffany is a Captivate model?

    David Lee: No, I did this. The other tab you see is called ClarkTemplate, but this isn't a model of captivate. I called model as is the format for the entire project.

    Léa : Unfortunately there is no action not implemented responses to check and also that is not a default captivate quiz, I can't support this.

    David Lee: Why is there no action on response to tick? It's a quiz slide

    Leah: The model of clark is not a default template of Captivate.

    David Lee: I'm supposed to use a default template of captivate?

    Leah: Yes if you want to

    David Lee: And it would work then?

    Léa : He could.

    David Lee: How to create a default template of captivate?

    Léa : They want a multiple response quiz?

    Léa : If so, please create a quiz, and you can create the quiz with the help of the help file.

    David Lee: Yes, but it should also include short answers and sequencing. Am I limited to a type of question in a quiz for captivate 5.5 working properly?

    Léa : Yes

    David Lee: Thank you for your time.

    Léa : Welcome

    Léa : I closed the meeting

    Léa : Please contact Adobe. Good bye.

    Friendly format for this question slide!  Very cool.

    One thing I want to suggest you check if you meet problems with question slides, but you have not accidentally deleted default captions that are on the slide when Captivate adds to your quiz.  For example if you have deleted or replaced the title of the question (the one that tells you that it is a true/false or multiple choice) or legends question text (the one that allows you to enter the question to which the user is supposed to reply), then you can expect to have strange problems arise.

    Usually, I suggest to users that they're trying to click the little eye icon on the timeline for the quiz question so that it hides all the objects on the slide.  This icon SHOULD NOT overshadow the default Captivate captions or buttons.  He must hide captions or the items that you added to the slide when it was inserted.  If you click on this icon and you see the title of the issue or question text captions disappear, then you are snookered and need to rebuild this quiz with a new question.  You can not re - insert these specialized legends once you've deleted.  They come with question slides.  Most users of Captivate are blissfully unaware that these legends of importance both for the proper functioning of the quiz.

    One last thing: some of your symptoms suggest that you have the Quiz settings > required options set too tight.  Make sure that the drop is set to optional for the highest degree of flexibility.

  • Flex services with several types of return

    Hello

    We create a webapplication with flex and php.

    Everything works fine, until we got to the part of the library of the application.

    Each service has so far had only 1 return type (for example: user, group,...)

    Now for the library, we want to return a collection of ArrayCollection of different types of objects. To be more precise the LibraryService must return a collection ArrayCollection containing objects of folder and file.

    But how to configure this in Flex (Flash Builder 4 (standard))?

    So far it converts all objects of type Object, I really wish it was the folder or the file

    The only solution we can think of right now is to create a new library object which will contain 2 ArrayCollections, file type and file type. This might work of course, but I wonder if there is a better solution for this OR that I can configure several types of return for a service.

    Ideas/advice is greatly appreciated.

    Look at Zend or AMFPHP.

  • Use Illustrator for several page document?

    I'm usually the FrameMaker and, to some extent, areas of InDesign, but a potential client asked me to work on a document for them.

    They are doing a reference guide fast (I guess a single sheet folded into six panels, or multiple sheets folded and stapled into a booklet) and plan to do in Illustrator.

    I've done these before in InDesign, but wanted to know if there is some capacity in Illustrator to make the document there, for one of the above formats.

    Any guidance would be appreciated. Thank you!

    Stairs:

    Yes!

    To do this, you use the functionality of the artboard in Illustrator. When you create a new document, specify the number of workplans (aka pages) you need and the amount of space between, etc. Once you have your document updated in place, to zoom out and see all the work plans outlined in the grid you specified. If you don't see it, make sure that "show the work plans" is checked in the view menu.

    You will not be able to create a master page, as you can in India, but you can stick to the same place on all work plans - I think that the command (mac) is command + shift + option + V. Cut you the original (command + x) item and then paste it in place on all pages.

    Interesting information:

    • If you open the palette of the artboard, you can name the work plans. When you export, say described SPE, you can choose 'use work plans' and you will get a separate eps file for each WITH THE NAME of the palette of the graphic board work plan, plus a file with all the plans of working together. Record in PDF format made a several page PDF as you would expect. You can choose out of a work plan.
    • Also, with the artboard open palette, you can double-click on a name of the artboard and Illustrator will pass to the artboard in format full screen. Very convenient when you have a lot of work plans.
    • You can change the layout of your work plans by clicking in the upper right of the palette of the artboard and choosing reorganize work plans (or something close to that). Make sure that everything is unlocked, otherwise they move with the new drink.
    • And finally, you can change the size of a work plan using the work plan of the tool palette tool or by double-clicking the artboard icon in the palette, which will bring up a dialog box...

    I'm a fan of InDesign, I feel your pain. One of my clients is a manufacturer of items sold at retail for which we design and prepare for the printing of many packages/donor cards, etc. Before the existence of the function of work plan, we had a separate Illy file for each SKU. He permits to be much more organized, and you don't get hit with seven gazillion files when you open a folder. (I tried to get them to convert into India, but really, it is not set up for this type of use, so I had to learn the ins and outs of the Illustrator and have come to appreciate for many things. Unfortunately, manipulation of type is not one of them, but it is designed to make designs, not the value type).

    Good luck and best regards - D

  • ADF validator or JavaScript for validation on the client side?

    using JDev and ADF 11 g

    Description of the problem: to apply postings as the range test date, pattern matching, maxlength, etc... on ADF Faces components.
    Solution 1: Use ADF as Reg Expr validator validator, validator of Max Length
    Souliton 2: write Javascript code to validate the value of the component next to cleint.

    When you use the ADF validator for this type of the validation check, a request is sent to the server for processing (additional charge). However, we can make these validations with javaScript functions without the need to interact with the server. So what does benefit validator ADF is used when we need to implement these validations?

    Please let know us your opinion...

    Some of the validator using the ADF Faces are actually using Javascript on the client - the date format and the regular expression for example.
    One thing to remember by the way relying on Javascript only validation - this is a security risk - since a hacker can create a version of the page which eliminates these controls.

Maybe you are looking for

  • iTunes will not match a few songs

    Recently subscribed to iTunes game to improve the quality of some mp3s, I've had for 15 years and more, most of which came from CDs that are now long gone. Some of them came from other music services that popped up over the years (music, Amazon, Zune

  • Add we have disappeared since new Mozilla updated today, help

    Since the new Mozilla update this morning, all except two Add - ons have disappeared, not even listed in my Add On more. Not only disabled, but disappeared. No previous version has been saved when updated Itoday!. Is it possible to retrieve the list

  • What is a 'live' bookmark, and how can I be sure that none of my favorites are online?

    I'm trying to reduce the automatic Firefox on the voluminous Internet communication (see previous thread at https://support.mozilla.org/en-US/questions/968773#question-reply for background). As far as I know, I have not subscribed to any news feeds,

  • Skype 7.15.0.103 Bugs

    1st. I still have the problem with sending messages, sometimes Skype will not send message circle turns and turns and sometimes it go deep in a few mintes, but sometimes just by turning all the time and when this happends I restart Skype and then mes

  • Outlook Express: How to generate a specific auto response?

    Hello;   I would be grateful if someone can help me or give a link to the manual.   1) assume that I would be out of the Office on June 12, 2011 to July 11, 2011.   2) I would like a specific auto response message to be sent to the shippers during th