Is there a way to make two different text fields be "either or" like a "yes no" check box?

I'm have Acrobat 9 Pro on a Mac running Yosemite.
I have two text fields that each are formatted to have a number entered, but the user chooses which to fill out — either "number of weeks" OR "number of months" (two separate text fields). I don't want them to fill out both fields, only one of them.
Is there a way to set up these two text fields so that only one can be filled out? (Sort of like when you have a "yes" and "no" check the box field, you name them the same but have different export values?)
Thanks for any help provided.
~ bexterinni

Only by custom JavaScripting.

Similar Messages

  • Is there a way to consolidate two different Apple ID's into one. I have an old Apple ID that I used for Itunes and a new I used to set up my iphone.

    Is there a way to consolidate two different Apple ID's into one. I have an old Apple ID that I used for Itunes and a new one I used to set up on my iphone.

    You cannot merge accounts.
    Why did you start a new account?

  • Is there a way to have two different iTunes for two different iPhones on one Windows User account?

    Using Windows 7, iphone 4.
    I've read as many threads on these forums and as many kb's as I could find, but I sttill can't figure it out. I have 2 iPhones. Let's call them, "wife" and "hubby". I want to have two separate iTunes, one for each of the phones. Hubby is the Windoows User. I don't want to set up a different Windows User for wife.
    Hubby was the original iPhone. When I plug it in, iTunes recognized it has Hubby's iPhone. Then I unplug Hubby and close iTunes. I plug in Wife but iTunes stll comes up with Hubby under Devices and syncs Hubby's iTunes to Wife's iphone.
    I've tried using the shift key when I open iTunes to set up two separate .itl files to no avail.
    Is there a way to have two different iTunes for two different iPhones on one Windows User account?
    Thanks!

    What happens if you rename the iPhone "Wife" when it shows up as "Hubby", then choose a different set of apps/playlists to sync with? iTunes is supposed to be able to manage multiple devices, each with their own selection of content. Perhaps you "restored" "Wife" with a backup from "Hubby" when you first set things up which is now causing confusion.
    To create a new library press and hold down the shift key as you click the icon to start iTunes and keep holding shift until asked to choose or create a library. You need to use the same technique to switch back.
    tt2

  • Is there a way that you can have two different text fields (email, phone) that one at least one of them must be completed before submitting the form? Can it be done using javascript in the validation tab? if so, how?

    Is there a way that you can have two different text fields (email, phone) that one at least one of them must be completed before submitting the form? Can it be done using javascript in the validation tab? if so, how?

    Here is one solution:
    // mouse up action for submit button;
    function GetField(cName) {
    // get field object for cName field with error checking;
    var oField = this.getField(cName);
    if(oField == null) app.alert("Error accessing field named " + cName + "\nPleae verigy field name, spelling and capitalizeation.", 1, 0);
    return oField;
    } // end GetField function;
    var oPhone = GetField("phone");
    oPhone.required = oPhone.value == oPhone.defaultValue;
    var oEmail = GetField("email");
    oEmail.required = oEmail.value == oEmail.defaultValue;
    if(oPhone.required && oEmail.required) {
    app.alert("Missing required fields.", 1, 0);
    } else {
    app.alert("Submitting form", 3, 0);
    // additional code for submission;

  • Is there any way to scroll two different documents simultaneously?

    Hi all, scroll two different documents simultaneously  - it will be helpul while doing corrections / checking documents. Is there any plugin available for this?

    I use two computers (don't laugh). I set up the laptop next to my desktop monitor and use one hand on each keyboard.
    Consider using (if appropriate) compare tools as well. You can export both documents to RTF and use Word to compare them if all you care about is textual differences. You can export both documents to PDF and use Acrobat to compare them if you need to see graphic differences as well.
    Ken

  • Project Web App (PWA)/Sharepoint 2013: is there any way to display two different views of the Project Center PWA web part to the same user in a site collection?

    i want some of my users to see all the projects in the Project Center at my top-level site, and those same users to see only the projects they own at a subsite level in Project Center. that way they could see an 'all project' view on the homepage and only
    their projects on their dashboard pages (which also have an instance of Project Center web part on them). i have searched and searched but cannot find a solution to this. is there any way to acheive this functionality? thanks in advance for your assistance!

    I have tried this in the past, but was not successful, as far as I can recall. Once you access the project center webpart in one page, the view will be retained regardless where you see it again. (until you apply a different view or clear your browser cache). 
    May be an easier solution is to display a 'report' on the home page with ALL projects (much easier to do), and use the Project Center webpart for the My projects view as it is easier to achieve via Project Server Security, than a report.
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:
      

  • Is there a way to run two different threads indefinitely

    I have two different threads and they both are doing different tasks.... I want them to be running indefinitely....
    i want the threads to run indefinetly passing the control between one another( anyway, passing the control is unpredicatable)
    I dont want the tasks to be run in a infinite loop but the threads itself, which are doing their respective tasks.....

    vinney_143 wrote:
    anyway, with respect to what i understood, this is what i tried.............. i thought of calling the start() methods within a loop but it should be throwing illegalThreadStateException. so, i came to this forum to seek some help on this.
    If i am gonna put the loop inside the threads, i dont think that serves my purposes of calling two threads indefinitely and not doing a task in each thread indefinitely........Threads have states: NEW, RUNNABLE, BLOCKED, WAITING, TERMINATED. When you create a thread (as an instance of thread) it is in NEW state. When you call start() on the thread instance it goes into RUNNABLE state. Process scheduler chooses a thread in runnable pool and runs it on the processor. When a thread goes to RUNNABLE etc states it can not go to NEW state (thats illegal). From a RUNNABLE state thread can only go to BLOCKED, WAITING or TERMINATED states. You can't call start() on the thread more than once. Once a thread is terminated (TERMINATED state) it can't go to NEW state either. Once start() is called the thread is started and you write logic that determines when the thread is terminated. Thats the reason why you got an IllegalThreadStateException.
    while(true) {
        thread.start(); // throws IllegalThreadStateException
    }Heres one way to keep thread running till a certain condition is met.
    class MyThread extends Thread {
        public void run() {
            while(true) {
                boolean condition = //
                if(condition) {
                    return; // terminates thread because run() returns
    }Hope this helps.

  • Is there a way to change an interactive text field back into a picture box?

    I'm working on recreating an interactive form and I mistakenly made a picture box a text field when I should have turned it into a regular text box.
    I can't seem to find a way to change it back.
    All my boxes are lined up and sized perfectly right now, so I'd rather not have to re-draw the box and re-align and measure everything again if I can avoid it.

    Select text field with Selection tool. Object > Interactive > Convert to Object. Place your picture into the frame.

  • Is there a way to set two different settings for the backlight?

    I was wondering if there is a way for me to set the backlight to always on when watching videos on my 5G 30 gig iPod and off when doing anything else?
    Or do I have to manually go in and change the setting everytime?

    The backlight will always be on when watching videos. This is automatic, regardless of the setting.
    btabz

  • Is there a way to give two different regular expressions in a Grep command?

    I am trying to search message logs from CLI. My search query which involves a regular expression is giving thousands of results. We need to further filter the results using another regular expression. Please let me know if we can put two regular expressions in the search query.
    Below is how I use grep command: Can I use multiple regular expression separated by a "|" (pipe) symbol
    Enter the regular expression to grep.
    []> MID 123456

    No - unfortunately - from the CLI on the ESA/SMA - the 'grep' command is not as intuitive as the unix/linux 'grep'.  You would need to push logs off appliance, and then take advantage of an external OS in order to parse through the logs as definitively needed.
    -Robert
    (*If you have received the answer to your original question, and found this helpful/correct - please mark the question as answered, and be sure to leave a rating to reflect!)

  • Is there a way to make YouTube download my selection completely before playing (like you can do with songs on iTunes)? I'm getting sick of start and stop during viewing!!

    Apparently I typed my entire question into the subject line without knowing what I was doing!
    I want to FULLY download selections from YouTube before attempting to view them. Just like you can select to fully download the samples of songs from iTunes. I am sick of the **** YouTube video going in and out, especially when I'm also downloading something else at the same time!
    Please tell me how to set this 'preference,' if there is a way!
    Thanks !
    David

    Sounds like you did this on the fly.
    MM is supposed to open the Marker Panel Dialogue
    M just sets a marker
    Not sure if either are intended for on the fly during playback .
    There is also a Marker Icon on the Source Window Pane  >>

  • Is there a way to make all screen text bold (but not necessarily) larger?

    My sweetheart can't see font well except for that which is very bold. Chasnging the SIZE of font is too cumbersome for him because it enlarges the entire page and means he has to scroll everywhere to see everything he wants to see. We can't seem to locate an option to just make all of the font on screen go bold, rather than larger...

    Only on web pages or also in the user interface?
    A possibility is to use code in [http://kb.mozillazine.org/UserChrome.css userChrome.css] below the @namespace line.
    See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    body, body * {font-weight: bold !important;}
    </nowiki></pre>
    You can also look at Stylish.
    Stylish: https://addons.mozilla.org/firefox/addon/2108
    NoSquint: https://addons.mozilla.org/firefox/addon/2592

  • I'm a Mac user. Is there any way to make FireFox play .wmv files within the browser, like Safari does?

    Nothing else left to say.

    I just have a hard time comprehending why they don't handle file structure sorting.
    It's not a difficult thing to understand. It is, in fact, a computing science +industry standard+, deviations from it are the +unusual and esoteric+, not something I'd expect from one of the industry's giants - certainly not a mandatory deviation.
    It seems like it's a decision that only serves to frustrate people. I can understand why they would want a metadata sorting mode; I can even see making that the default setting... I'm just kind of flabberghasted at the uninclusion of an alternative file sorting method for those of us who trust our own devices better than metadata that may be incorrect, missing, typographically flawed, or what-have-you. I can get to my own music just fine... On my PC. Why not my iPod? Why does the industry-leading mp3 player have to make it a frustrating and difficult chore to find the media I want to play?

  • Is there any way to edit the pdf text field design?

    I dont want a black frame around text frames when a form is printed...
    In Livecycle you could define various properties (like sunken box etc.), but not in FormsCentral?

    If you have Acrobat Pro you can edit a pdf form file to have the various field border properties that you describe.  You would create the form in FormsCentral and save as PDF.  Then you would do a Save a Copy on the form.  Open the copy and select Tools->Form->Edit.  You can then select the fields and set the border in the Properties dialog in the appearance tab.  Once you have the form looking the way you want you would then re-import the copy into FormsCentral and send the file out to the world.

  • Is there a way to edit a cell?  I need to put some spacing between the check boxes...  I already have the whole form done 60 plus text cells, except 5 check box cells.  Is there a way to edit existing text?

    Hi,
    I am new to the forum, because I usually don't run into stupid format issues.  I create most of my forms in word or excel then import them into PDF.  I need help with figuring out if I can edit some text without having to redo the entire document.  5 cells are off... really be steamed if I have to do it all over.

    Acrobat can make limited edits to the text on a page, but the control you have is limited and may not be sufficient for what you need to do. To access the text editing tool in Acrobat 11, select: Tools > Content Editing > Edit Text & Images
    and then click where you want to edit the text, and see what happens when you attempt to make the changes you want.

Maybe you are looking for