Having trouble disabling fields form in LiveCycle 8.1.2

Hello,
I have been working with live cycle for 3 weeks now and I need to edit a form to be dynamic so that a user can select a check box and certain fields are available depending on what's selected.
ex: is user checks oper_bird than txt field oper_secur_id is available to be written in.
I have set the fields to "readOnly" initially and I am now having problems with JavaScript to disable the fields.
I have read the documentation on the differences between AcroJS and XFA and I am still confused. The form is set to dynamic and
Heres the code I'm trying to get to work (I am using it on a radio button to enable or disable a txt field for testing):
// Function to enable form fields
function EnableField(cFieldName)
// First acquire the field to be enabled
//var oFld = xfa.form.F.resolveNode("$.." + cFieldName)
//if(event.target.rawVaule == 1)//oFld)
//{ // Next acquire the hidden field with the normal colors
popup()
//var oNmlFld = xfa.form.F.resolveNode("$..NormalColorsFld")
//if(oNmlFld)
//{ // Make field interactive
$oFld.access = "open";
// Restore Normal Colors
$oFld.fillColor = oNmlFld.fillColor;
$oFld.borderColor = oNmlFld.borderColor;
$oFld.fontColor = oNmlFld.fontColor;
// Function to disable form fields
function DisableField(cFieldName)
// First acquire the field to be disabled
var oFld = xfa.form.F.resolveNode("$.." + cFieldName)
if(oFld)
{ // Make field Read- Only
oFld.access = "readOnly";
// Set Grayed out colors
oFld.fillColor = "192, 192, 192";
oFld.borderColor = "171, 171, 171";
oFld.fontColor = "125, 125, 125";
I removed some of the conditionals to see if the events were happening. The code is in "Init" and the functions are called respectively in the "mouseUp" for "enable" and "disable"
Thanks for the Help

Okay, heres where the problem stands now:
I disabled the fields, made them "readonly", however I can not reactivate the Fields to bring them back into a "User Entered - ..." value after setting them to "readonly". I know I am getting the calculation script to work because I am changing the colors of the field depending upon input.
WorkflowUser could you you still want to take a look at the script? if you want to of course.
Thanks again.

Similar Messages

  • I am having trouble with a form, won't tab to 2nd page...

    I am having trouble with a form I created in Acrobat Pro 10. I created tabs etc, they all work wonderfully in Adobe, but once I uploaded it onto the web-based program for other users, the tabs only work  on page 1, I have to click on page 2 to keep tabbing through.  It won't tab into it.  Any advise?  Also, when the users open it it opens in the web.

    1. The library is separate from the application, so re-installing shouldn't cause an issue with the actual photos. But it would be foolhardy in the extreme to do anything without first backing up.
    2. Often these issues are caused by a damaged Library, so reinstalling doesn't change much.
    FWIW
    To re-install iPhoto
    1. Put the iPhoto.app in the trash (Drag it from your Applications Folder to the trash)
    2a: On 10.5:  Go to HD/Library/Receipts and remove any pkg file there with iPhoto in the name.
    2b: On 10.6: Those receipts may be found as follows:  In the Finder use the Go menu and select Go To Folder. In the resulting window type
    /var/db/receipts/
    A Finder Window will open at that location and you can remove the iPhoto pkg files.
    3. Re-install.
    If you purchased an iLife Disk, then iPhoto is on it.
    If iPhoto was installed on your Mac when you go it then it’s on the System Restore disks that came with your Mac. Insert the first one and opt to ‘Install Bundled Applications Only.
    If you purchased it on the App Store you can find it in your Purchases List.
    Alternative approach:
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • I'm having trouble viewing PDF forms in a browser

    When I go to a business site for a manual and the format is using pdf, after viewing I cannot go back to previous page using the back button or the arrow back. It keeps returning to the pdf manual I was viewing. I have to click the arrow twice  or three times to return to back page and sometimes when clicking to many times it return to the beginning page. This has been happening to almost all pdf forms used by businesses or any other websites. Is there something I have tochange in settings?

    Hi Snakedog777,
    How frustrating! What web browser are you using? Do you run into the same troubles when viewing PDF files on other browsers? And does the problem only exist with PDF forms--or are you having trouble viewing any PDF files?
    For starters, please see Acrobat Help | Display PDF in browser | Acrobat, Reader XI for information about configuring your browser.
    I look forward to hearing back from you.
    Best,
    Sara

  • Having trouble with flowable form

    I've created a form in LiveCycle ES and I can't get the flow right. It has numerous tables and subforms and they are all expanding properly but the pagination and flow is all off. The trouble seems to be located between pages 1-3. Everything else is working fine. Any advice?

    If possible, send your form to [email protected]
    Nith

  • RE : Having troubles with a form

    Hi Guys,
    Its been a while since i posted here. The company I work for has a website designed by the former guy from marketing. So all upadtes and fix ups ar eup to me to fix. As I have said before, my skills in php/html/flash are a little above basic. I can understand coding and can work my way around a website.
    With that said, There is a form on the website to register as a VIP for our company. Now, It works fine, it sends to my email and all, so I assume the php code is ok. The problem is this, all the info that is typed in a input box shows up in the email, but all the info thats under a check box and radio button do not work. It shows up in the email as [object Object].
    Here is the email that sends out after clicking submit:
    Name: TEST21
    Telephone: 2890
    Email: [email protected]
    Address: 222
    Birthday (year month day): 1985 12 12
    Company: july 21 12 50pm
    Title: TEST
    No of kids: undefined
    Gender (True = Male): false
    Reward Selection: [object Object]
    Newsletter(True = yes): false
    Existing Cardholder: [object Object]
    Marital Status: [object Object]
    Interest:
    Age: [object Object]
    As you can see most of it sends through except for the radio buttons. I managed to fix (kind of) the GENDER and NEWSLETTER to send as true or false. But this won't do. I tried clicking both Male and Female for gender and it both shows up as false. I feel I'm so close to the answer, I managed to code something that the Gender sends as M or F. But I wasnt able to save the file. So I'm back to ground zero. Need help please.
    I can paste the code here from the submit button on the form and the PHP code for anyones reference. THANKS IN ADVANCE.
    on(release){
        allownewsleter=allownewsletter_yes.value
        gender=gender_male.value
        //db_year="2006;"
        //db_month="08";
        //db_day="30";
    _root.firstname=firstname;
    //_root.lastname=lastname;
    _root.phone=phone;
    _root.address=address;
    _root.email=email;
    _root.db_year=db_year;
    _root.db_month=db_month;
    _root.db_day=db_day;
    _root.company=companynames;
    _root.title=title;
    _root.kid_no=kid_no;   
    _root.gender=gender;
    _root.reward=reward;
    _root.allownewsleter=allownewsleter;
    _root.cardholder=cardholder;
    _root.marital=marital;
    _root.interest=interest;
    _root.age=age;
    //trace ("gender_male.value++++++++++" + gender_male.value);
    //trace ("gender_female.value++++++++++" + gender_female.value);
    if (gender_male.selected) {
    trace("gender is set to male");
      gender_male.value = "M";
    } else {
    trace("gender is set to female");
      gender_female.value = "F"; 
    if (reward_1.value==true)
      _root.reward="1"
    else if (reward_2.value==true)
    _root.reward="2"
    else
    _root.reward=""
    if (allownewsletter_yes.value==true)
    _root.allownewsleter="1"
    else if (allownewsletter_no.value==true)
    _root.allownewsleter="2"
    else
    _root.allownewsleter=""
    if (cardholder_yes.value==true)
      _root.cardholder="1"
    else if (cardholder_no.value==true)
    _root.cardholder="0"
    else
    _root.cardholder=""
    if ((marital_yes.value==false) and (marital_no.value==false))
    _root.marital=""
    else
    _root.marital=marital_yes.value
    if (marital_yes.value==true)
      _root.marital="M"
    else if (marital_no.value==true)
    _root.marital="S"
    else
    _root.marital=""
    if (interest_1.value==true)
      _root.interest_1="1"
    else
      _root.interest_1="0"
    if (interest_2.value==true)
    _root.interest_2="1"
    else
      _root.interest_2="0"
    if (interest_3.value==true)
      _root.interest_3="1"
    else
      _root.interest_3="0"
    if (interest_4.value==true)
      _root.interest_4="1"
    else
      _root.interest_4="0"
    if (interest_5.value==true)
      _root.interest_5="1"
    else
      _root.interest_5="0"
    if (interest_6.value==true)
      if (other_interest==undefined)
        _root.interest_6="" 
      else
        _root.interest_6=other_interest
    else
      _root.interest_6="0"
    //trace ("interest_1.value='''''''''''''''''''''''''''" +interest_1.value)
    if (age_1.value==true)
      _root.age="1"
    else if (age_2.value==true)
    _root.age="2"
    else if (age_3.value==true)
    _root.age="3"
    else if (age_4.value==true)
    _root.age="4"
    else
    _root.age=""
         message_movie._visible=false;
        trace ("_root.firstname=" + firstname)
        trace ("_root.lastname=" + lastname)
        trace ("_root.gender12345=" + _root.gender)
        trace ("_root.phone=" + phone)
        trace ("_root.address=" + address)
        trace ("_root.email=" + email)
        trace ("_root.db_year=" + db_year)
        trace ("_root.db_month=" + db_month)
        trace ("_root.db_day=" + db_day)
        trace ("_root.company=" + companynames)
        trace ("_root.title=" + title)
        trace ("_root.phone=" + phone)
        trace ("_root.kid_no=" + kid_no)
        trace ("_root.allownewsleter=" + _root.allownewsleter)
        //trace ("allownewsletter_yes=" + allownewsletter_yes.value)
        trace ("gender=" + _root.gender    )
        trace ("db_year=" + db_year.value )
        trace ("CARDHOLDER=====" + _root.cardholder )
        trace ("marital=====" + _root.marital )
        trace ("_root.interest========" + _root.interest )
        trace ("_root.age========" + _root.age )
        trace ("_root.reward========" + _root.reward )
        trace("//////////////")
        trace ("_root.firstname=" + _root.firstname)
        trace ("_root.gender=" + _root.gender)
        trace ("_root.phone=" + _root.phone)
        trace ("_root.address=" + _root.address)
        trace ("_root.email=" + _root.email)
        trace ("_root.db_year=" + _root.db_year)
        trace ("_root.db_month=" + _root.db_month)
        trace ("_root.db_day=" + _root.db_day)
        trace ("_root.company=" +_root.company)
        if (_root.kid_no==undefined)
            _root.kid_no=""
        if ((_root.firstname=="")  or (_root.gender=="") or (_root.phone=="")  or (_root.address=="")  or (_root.email=="")  or (_root.db_month=="")  or (_root.db_day=="")   or (_root.age=="") )
         message_movie.messagevalue=    "Please fill in all mandatory fields!"
          message_movie._visible=true;
        else
         LoginProgress.gotoAndPlay("StartLogin");
        URL = "email_vip.php?firstname=" + firstname + "&lastname=" + lastname + "&email=" + email + "&phone=" + phone   + "&area_id=" + area + "&address=" + address +
                "&db_year=" + db_year + "&db_month=" + db_month + "&db_day=" + db_day + "&companynames=" + companynames + "&titles=" + titles + "&kid_no=" + kid_no +
                "&gender=" + gender + "&reward=" + reward + "&allownewsleter=" + allownewsleter + "&cardholder=" + cardholder + "&marital=" + marital + "&interest" + interest +
                "&age=" + age ;
        loadVariablesNum(URL , 0, "GET");
            //getURL (URL);
        gotoAndStop("send_finished");
    PHP CODE
    <?php
    $area =array("","Hong Kong Island","Kowloon","New Territoris","Outlying Islands","Mainland China","Overseas");
    $gender =array("","Male","Female");
    $firstname=stripslashes($_GET['firstname']);
    $lastname=stripslashes($_GET['lastname']);
    $phone=stripslashes($_GET['phone']);
    $email=stripslashes($_GET['email']);
    $area_id=stripslashes($_GET['area_id']);
    $address=stripslashes($_GET['address']);
    $db_year=stripslashes($_GET['db_year']);
    $db_month=stripslashes($_GET['db_month']);
    $db_day=stripslashes($_GET['db_day']);
    $db_year=stripslashes($_GET['db_year']);
    $companynames=stripslashes($_GET['companynames']);
    $title=stripslashes($_GET['title']);
    $kid_no=stripslashes($_GET['kid_no']);
    $gender=stripslashes($_GET['gender']);
    $reward=stripslashes($_GET['reward']);
    $allownewsleter=stripslashes($_GET['allownewsleter']);
    $cardholder=stripslashes($_GET['cardholder']);
    $marital=stripslashes($_GET['marital']);
    $interest=stripslashes($_GET['interest']);
    $age=stripslashes($_GET['age']);
    //echo "firstname=$firstname";
        $smtp_server = "localhost";
        //$from        = "Igor's Group<[email protected]>";
        $from        = "Igor's Group<[email protected]>";
        $subject     = "Elite Card Registration";
        $to          = "[email protected]";
        //$to          = "[email protected]";
        $headers = "Content-type: text/html; charset=utf-8\nFrom: $from\r\nReply-To: $from";
        $body= "Name: $firstname<br>";
        $body=$body . "Telephone: $phone<br>";
        $body=$body . "Email: $email<br>";
        $body=$body . "Address: $address<br>";
        $body=$body . "Birthday (year month day): $db_year $db_month $db_day<br>";
        $body=$body . "Company: $companynames<br>";
        $body=$body . "Title: $title<br>";
        $body=$body . "No of kids: $kid_no<br>";
        $body=$body . "Gender (True = Male): $gender<br>";
        $body=$body . "Reward Selection: $reward<br>";
        $body=$body . "Newsletter(True = yes): $allownewsleter<br>";
        $body=$body . "Existing Cardholder: $cardholder<br>";
        $body=$body . "Marital Status: $marital<br>";
        $body=$body . "Interest: $interest<br>";
        $body=$body . "Age: $age";
        mail($to,$subject,$body,$headers);
    ?>
    Hope to hear from you guys.

    Hi,
    Your code is looking like AS2. Hence providing the AS2 code for your reference.
    First select your Male radio button, open component inspector and type "M" in the data field and press enter. Select your Female radio button, open component inspector and type "F" in the data field and press enter
    Just add the below code instead of your radio button code
    radio_button_listener = new Object();
    radio_button_listener.click = function (evt){
    _root.gender = evt.target.selection.data
    radioGroup.addEventListener("click", radio_button_listener);
    The above code gives you "M" or "F" in your php output.
    Thanks

  • Having trouble disabling video previews

    I have Adobe Premiere Pro CS4 and 1.5.  I recently upgraded to Windows 7 from Windows Vista.  While on Vista I only had 1.5 running on my computer.  Since upgrading to Win7, I noticed that when I upload a video file into the timeline, I am forced to render a video preview file.  I don't remember how to disable this so that I can go back to realtime editing.  I am also having the same issue with Premiere CS4.  Does anyone know how to disable preview renders in both of these versions of Premiere?

    I have been using the proper file formats.  Problem is I didn't have this issue before in which I would get a red line on my timeline that force me to render my project everytime I added a new scene.  Only times I've ever had to render are through the use of transitons and filters.  I'm not doing anything differently than I have before.

  • Having trouble with flowed form

    Maybe this is a referencing problem, but I am pulling my hair out because I just don't see what the error is.
    The 2 page dynamic form in the link below...
    https://files.acrobat.com/preview/8c174446-6064-46b6-9e39-7c99bcf08918
    ...works fine, UNTIL the first page flows into a 2nd page. THEN, the script in the dropdown list that WAS on the 2nd page (but which is now the 3rd) no longer makes visible the hidden fields. I know you pros out there will know right away what the problem is, and if you can help me out, I'd greatly appreciate it.
    Thanks!
    Jo

    Nifty problem  :-)
    I would personally report this to enterprise support team, as I consider this a bug to be honest.  Anyway ...
    First of all, I noticed that you don't have the problem if you first make a selection in the dropdown and then make the textfield larger and then use the dropdown again.  So, first I thought it was the resolveNode in your code, which is actually not needed.  But that did not solve the problem.  I see this as a layout problem, so I tried to issue an relayout() and ... that works.  But I have no clue why I should issue a relayout(), so for me this is a bug, unless somebody from support picks this up and gives a reason for it.  Anyway, here is how I rewrote your code.  I don't get paid per character I type, so I like short syntax.  Replace your code with this, or add the last line to yours, whatever you prefer.
    Text1.presence = ( this.rawValue == "1" ? "visible" : "hidden" ) ;
    Text2.presence = ( this.rawValue == "2" ? "visible" : "hidden" ) ;
    Text3.presence = ( this.rawValue == "3" ? "visible" : "hidden") ;
    xfa.layout.relayout() ;

  • I am having trouble with my forms.

    At first I thought it was the fact that flash was not publishing the AC_RunActiveContent.js file. But when I dug deeper I guess in flash cs4 the AC_RunActiveContent.js file is not needed anymore.
    So why are my forms not working?
    Here is the PHP I am using:
    <?php
    $sendto = '[email protected]';
    $subject = 'Email from Advance Automotive Appointments';
    $name = $_POST['fromname'];
    $wkphone = $_POST['fromwkphone'];
    $hmphone = $_POST['fromhmphone'];
    $from = $_POST['fromemail'];
    $time = $_POST['fromtime'];
    $date = $_POST['fromdate'];
    $year = $_POST['fromyear'];
    $make = $_POST['frommake'];
    $model = $_POST['frommodel'];
    $message = $_POST['frommessage'];
    $message = stripslashes($message);
    $content = "Name: " . $name . "\n";
    $content .= "Work phone: " . $wkphone . "\n";
    $content .= "Home phone: " . $hmphone . "\n";
    $content .= "Email: " . $from . "\n\n";
    $content .= "Time: " . $time . "\n";
    $content .= "Date: " . $date . "\n";
    $content .= "Year: " . $year . "\n";
    $content .= "Make: " . $make . "\n\n";
    $content .= "Message: " $message;
    If(mail($sendto,$subject,$content))
    echo 'response=passed';
    else
    echo 'response=failed';
    ?>
    And here is the FLASH action script:
    send_btn.addEventListener(MouseEvent.CLICK,submit);
    function submit(e:MouseEvent):void
        var variables:URLVariables = new URLVariables();
        variables.fromname = name_txt.text;
        variables.fromwkphone = workph_txt.text;
        variables.fromhmphone = homeph_txt.text;
        variables.fromemail = email_txt.text;
        variables.fromtime = time_txt.text;
        variables.fromdate = date_txt.text;
        variables.fromyear = year_txt.text;
        variables.frommake = make_txt.text;
        variables.frommodel = model_txt.text;
        variables.frommessage = message_txt.text;
        var req:URLRequest = new URLRequest("appt.php");
        req.data = variables;
        req.method = URLRequestMethod.POST;
        var loader:URLLoader = new URLLoader();
        loader.dataFormat = URLLoaderDataFormat.VARIABLES;
        loader.addEventListener(Event.COMPLETE,sent);
        loader.addEventListener(IOErrorEvent.IO_ERROR,error);
        loader.load(req);
        status_txt.text = "Sending...";
    function sent(e:Event):void
        status_txt.text = "Your message has been sent.";
        name_txt.text = "";
        workph_txt.text = "";
        homeph_txt.text = "";
        email_txt.text = "";
        time_txt.text = "";
        date_txt.text = "";
        year_txt.text = "";
        make_txt.text = "";
        model_txt.text = "";
        message_txt.text = "";
    function error(e:IOErrorEvent):void
        status_txt.text = "There has been an Error, Please try again later.";
    So what am I doing wrong?

    what's your url?

  • Having trouble disabling PHD (mobile accounts)

    Hi,
    I'm using SL server and clients, with a 'magic triangle' configuration. I created a group in Worhgroup Manager with some mobility preferences assigned (create mobile account, sync home folder on login, log-off and background)
    I wanted to turn this off, so deleted the group in Workgroup manager. But the users that were in this group still behaving like mobile accounts.
    Is there a folder/file in their home directory I need to trash in order to refresh the workgroup settings?
    I'm a bit confused!
    Thanks
    Tom

    Hi,
    I'm having the same problem - same error at least. I haven't migrated any users, but this is a fresh 10.4.11 Server. All clients are 10.5.6. I'm not using mobile users. My users have home directories on the server. Every user receives the error you describe. I've scoured the web, found several suggestions, but no descriptive answers.
    There are many people with this issue, but it seems that once they get it resolved they're not posting solutions. Or, at least not clear ones.
    The steps I've followed in Work Group Manager (WGM) include:
    1) Insuring that the Users folder can be mounted and can be shared.
    2) That for each user's home folder, the permission are set using the access control list (ACL).
    3) That the WGM computer lists include your machines and that they are set to always manage.
    4) Unbind the clients from the Open Directory (OD) server, clear the Directory Utility (DU) preferences on each client. Reboot. Rebind to OD.
    5) The server is responding normally when checking DU. Users can authenticate when using client-based home directories.
    Have you reached a conclusion?
    Thank you.
    Scott
    Server Details
    OS X Server 10.4.11
    Client Details
    OS X 10.5.6
    Message was edited by: Encabler

  • I am having trouble downloading forms, I get a black screen.  What do I need to do?

    I am having trouble downloading some forms.  I get a black screen.  What do I need to do to be able to view these forms?

    Is this related to a paticular site or all sites? If it is a particular site, please provide the address so we can see what we get.
    Firefox

  • Disabling fields on initialization of form 8.2

    Hi,
    I am new to LiveCycle Designer 8.2 and I am trying to disable fields on initializing a form. If there is already a discussion about this or a how-to could someone point me there. I am having problem finding documentation on this.
    Also I am confused on how to embed scripts into xfa doc. The Adobe documentation is confusing to me. Is there another FAQ or how-to for that aswell
    Thank you for the help

    You can set the initial state of an object in the object palette. Put focus on the object, and under the Object palette their is a value tab. On the Value tab their is a Type dropdown, you can set its initial state there.
    Scripts are tied to an object. Again put focus on the object. Open the script editor (Window/Scrip Editor or simply hit Cntrl-Shift F5). It will appear between the toolbars and the drawing palette. Now you are ready to script against the object that has focus. Choose an event (top left) where you want your script to run, choose a language (typically javascript) and leave the Run At parameter as client. All script for that event will be automatically written into the template for you when you save. You can change events and your script will disappear. All that means is that there is no script on th eevent that you are looking at. In the event dropdown, if there is an * beside an event that signifies that there is code on that event.
    Hope that helps

  • I am currently having trouble with an attached PDF fill-able form created in Acrobat being non savable in Reader

    Hello, I was wondering if you would be able to help me out?
    I am having trouble with my attached PDF fill-able form, I am creating a form that has a limit of one page so in order for more room in a certain field I have added a Hyperlink to an additional fill-able(secondary) form within the Parent document (primary fill-able form. The secondary form is inserted as an attachment into the Primary form. My problem is when I open this document up in Adobe Reader, the Primary fill-able form is savable but the attached Secondary form for which the hyperlink leads to is non-savable and is a must print only. Is there a way to make the Secondary form savable as well within the same document? or is there another way I could execute what it is I am trying to achieve?
    Trying to save other as extended reader has not worked, also if I save the attachment file as an extended reader first I am unable to attach a return hyperlink back to the Parent document,
    Help would be greatly appreciated please and thank you!

    I can't say for certain without looking at the actual PDF but it does appear that they created one large text box over multiple lines. For a fillable form it may have been smarter to remove the lines and create a box with smaller text that supports multiple lines.
    At any rate, nothing you can do about it with the free Reader (and depending on the security, maybe nothing with Acrobat either.)

  • I am currently having trouble with an attached PDF fill-able form...Help Please

    Hello, I was wondering if you would be able to help me out?
    I am having trouble with my attached PDF fill-able form, I am creating a form that has a limit of one page so in order for more room in a certain field I have added a Hyperlink to an additional fill-able(secondary) form within the Parent document (primary fill-able form. The secondary form is inserted as an attachment into the Primary form. My problem is when I open this document up in Adobe Reader, the Primary fill-able form is savable but the attached Secondary form for which the hyperlink leads to is non-savable and is a must print only. Is there a way to make the Secondary form savable as well within the same document? or is there another way I could execute what it is I am trying to achieve?
    Help would be greatly appreciated please and thank you!

    Here is the code, thought I had put it in the first time, guess not heh. Anyway, I converted the arrayList(accountList) to a String so that I could see the that element I am trying to index is in there, which it is. I also checked the file that i'm populating the arrayList from and it also has the element in it.
    public static void getAccountNumbers() {
              accountList = LoadStoreAccounts.readCollectionObject();     
              accountInfo = accountList.toString();
              JOptionPane.showMessageDialog(null, accountInfo);
              acctNumIndex = accountList.indexOf(accountNumber);
              acctIndex = String.valueOf(acctNumIndex);
              JOptionPane.showMessageDialog(null, "Index of accountNumber    is: " + acctIndex);

  • Disabling fields on initialization of form

    Hi,
    I am new to LivcCycle Designer and I am trying to disable fields on initializing a form. If there is already a discussion about this or a how-to could someone point me there. I am having problem finding documentation on this.
    Thank you for the help

    all you need is....
    this.access = "protected".
    this is a JavaScript code try using in initialize event of the field that you want to disable.

  • Just bought a new iPhone and am having trouble with iTunes and App Store. I can log in to Cloud, iTunes, and app store but once I try to download, it says "Youe apple id has been disabled". I've reset my password three times and have no issue on my Pad.

    Just bought a new iPhone and am having trouble with iTunes and App Store. I can log in to Cloud, iTunes, and app store but once I try to download, it says "Youe apple id has been disabled". I've reset my password three times and have no issue on my Pad.

    Hi FuzzyDunlopIsMe,
    Welcome to the Support Communities!
    It's possible that resetting your password multiple times has triggered this security.  Click on the link below for assistance with your Apple ID Account:
    Apple ID: Contacting Apple for help with Apple ID account security
    http://support.apple.com/kb/HT5699
    Here is some additional information regarding your Apple ID:
    Apple ID: 'This Apple ID has been disabled for security reasons' alert appears
    http://support.apple.com/kb/ts2446
    Frequently asked questions about Apple ID
    http://support.apple.com/kb/HT5622
    Click on My Apple ID to access and edit your account.
    Cheers,
    - Judy

Maybe you are looking for

  • How to clear the hung calls in CUBE?

    I'm installing a new CUBE as SIP-SIP gateway in Cisco 2921, IOS: 15.1(4)M3. When i tried few test calls, I saw couple of hung calls in it. I tried clearing them manually with the below command but it didn't help. clear call voice causecode identifier

  • How to archive data which is in sap content server

    Hi Experts, We are facing issue with data stored in content server. With the time the data which is in content server is increasing and reaching the size limitation of content server. We want to archive data which is already present in content server

  • ITunes doesn't find photos in Photoshop Elements album

    I've used iTunes to sync several Photoshop Elements 6 albums to my ATV. There is one album that iTunes finds but it does not think there are any photos in it. When you go to the Photo tab on the ATV device in iTunes it searches for a few seconds and

  • Premiere CC 2014 no playback

    HI, I'm working on a wedding film currently, and i've got a serious problem. Everything was just working fine and suddenly my blackback window didn't work anymore. When I hit the spacebar it didn't work and it went from the play button, so stop, to p

  • Transferred calls are dropped after CNA timeout

    I have a problem I just can't find the answer to. I am certain tha the answer would be easy, but right now, I'm lost. Here is a quick description of the problem (CCM 4.1.3 btw.) If a call to DN 1111 in partition X is not answered (internal and extern