Fields not highlighting

I created a form in AdobeLivecycle Designer ES 8.1. Now on bottom of this form there is a print, save and clear button, when the print or save button is click a validation that i have written on the click event of the button runs. NOTE (I HAVE NOT USED user required on the fields). This validation checks if certain fields have been selected or has information in them. If the validation returns false a message is displayed to tell the user to enter the required information, the field highlighted and the save or print action cancelled. Now this works fine when tested in the livecycle and the full adobe acrobat professional 8 environment; however when it is tested on a machine that only has the adobe reader the message is displayed but the fields are not highlighted. I have enabled the form for usage in Adobe Reader and it still doesnt highlight the form?
Below is the code used to do this:
            if (form1.txtpartallottaddr2.rawValue == null)
                xfa.resolveNode(" form1.#subform[3].txtpartallottaddr2.ui.#textEdit.border.edge").stroke = "lowered";
                xfa.resolveNode(" form1.#subform[3].txtpartallottaddr2.ui.#textEdit.border.fill.color").value = "253,128,128";
                status = 0;
Remember this works fine in the adobe acrobat environment (full version installed) but in an environment when there is only adobe reader this does not trigger. Can someone kindly assist me ad I have a deadline to meet to solve this issue?

I tried it on my installation and it worked fine. I did find that if you had the field highlighting feature on in Reader or Acrobat then it appeared that it did not work. My guess is that is being set after the color change that you make. To ensure that this is not on add this command to the beginning of your script:
app.runtimeHighlight = false;
If this works, then you shoudl set the above command when the form loads instead of when your script runs.
Paul

Similar Messages

  • ReportContextAttributeMessage does not highlight field

    Hi
    I have a node named Params, and I have created the elements under that dynamically. One of the elements created dynamically is "Rating".
    I need to check if the input field(created dynamically) mapped to "Rating" is null or not. if it is null, I need to report a message and highlight the field.
    I have a validation helper class, that Im calling, with the method:
    public static void raiseError(IWDMessageManager messageMgr, IWDMessage message, IWDNodeInfo node,
    IWDNodeElement element, String fieldName, String fieldLabel)
    IWDAttributeInfo attributeInfo = node.getAttribute(fieldName);
    messageMgr.reportContextAttributeMessage(element,attributeInfo,message,new Object[] {
         fieldLabel },true);
    I have done everything thats necessary and am calling the validation class raise error with all the attributes as follows:
    ValidationHelper.raiseError(messageMgr, IMessageEmployeeRating.MESSAGE,
    wdContext.nodeParams().getNodeInfo(), wdContext.currentParamsElement(), "Rating"+i, "The rating
    has not been entered");
    The problem is that the message "The rating has not been entered" is displayed as expected, but the field is not highlighted or outlined red.
    What could be wrong?
    BTW, Im on EP 7.00 SP 13.
    Thanks
    OJ

    Hi Manoj
    Yes, the attributeinfo is for the same attribute im checking, and the element is the current element.
    Im still not able to fugure out what the problem is.
    There was a recent upgrade of patches in my system. Do you think this could have caused it? It was working prior to that. I searched for some docs or Notes on it, but found none.
    Thanks.
    Edited by: Jo on Jan 29, 2008 4:58 PM

  • Not highlighting error fields in subform when displaying FacesMessages

    Hi,
    I am trying to display FacesMessage on UI and highlight the errored field. It is working as expected if my fields are NOT in subform like this:
    <af:form>
    <af:inputText label="Label 159" id="it5"/>
    <af:commandButton text="commandButton 2" id="cb3"
    action="#{viewScope.backing_testFormLayout.validateRecordset}"/>
    </af:form>
    java codes:
    public String validateRecordset() {
    FacesContext fc = FacesContext.getCurrentInstance();
    fc.addMessage("it5", new FacesMessage(FacesMessage.SEVERITY_ERROR,
    "Parameter Name is required",
    null));
    return null;
    However, if my fields are in subform, the FaceMessage error is displayed, but the errored field ("it5") is not highlighted.
    <af:form>
    <af:subform id="s9">
    <af:inputText label="Label 159" id="it5"/>
    <af:commandButton text="commandButton 2" id="cb3"
    action="#{viewScope.backing_testFormLayout.validateRecordset}"/>
    </af:subform>
    </af:form>
    Any ideas?
    Thanks
    -Mina

    Use s1:it5 as the id of the input Text component instead -
    public String validateRecordset() {
    FacesContext fc = FacesContext.getCurrentInstance();
    fc.addMessage("s1:it5", new FacesMessage(FacesMessage.SEVERITY_ERROR,
    "Parameter Name is required",
    null)); On a sidenote its always better to use bean binding instead of hardcoded id's to avoid issues downstream during maintainance and changes when id changes.
    Also add partialSubmit= true to avoid a full page submit.

  • New tabs highlight the URL field; not the search field.

    My homepage is Duckduckgo. I often use ctrl+t to open a new tab and immediately proceed to the search bar. As of yesterday (and a massive headache for me), no longer when I push ctrl+t does it go to the search area, but rather occupies the URL area! I wondered if this was Duckduckgo, so I changed my homepage to other search providers, specifically Yahoo and Google. A new tab still focuses on the URL field, not the search field. I wondered if this was my add-on "New Tab Homepage", so I disabled it and went into about:config, changing the value of the new tab from about:newtab to Duckduckgo. It failed to solve the issue. This is a huge issue for me and I need to find a solution immediately.

    Well, I just got it fixed. I ticked the box that said to place focus in the URL bar and saved, then unticked it. Now it loads back in the search bar. Thanks!

  • Radio buttons (from Indesign) get larger and overlap when fields are highlighted in Acrobat X

    I have created my first set of interactive forms using Indesign CS6 Buttons and Forms dialog box. As the formatting of the fields does not seem to carry over, I have left the text boxes as Indesign objects and added text fields over the top of them in Acrobat X. I also intended to add drop down menus in Acrobat instead because I didn't like how the Indesign list box behaved in Acrobat (having to click through each item rather than dropping down the entire list). There does not seem to be a way to add a drop down menu item from within Indesign. (Or if there is, can someone please point it out? :-) )
    However I used the sample buttons supplied within Indesign to create radio buttons and check boxes (which automatically included the graphics for the different states). On my first test export to Acrobat it appeared that the buttons retained their formatting, but something rather strange is happening when the fields are highlighted, whereby the buttons enlarge and overlap each other. Very frustrating I must say! I have just about gone nuts trying to find a solution. I've tried several different button options from the sample set; I've created them from scratch within Indesign; I've attempted to resize the fields in Acrobat form editing mode, but this screws up the original buttons. I also have found that once selected in Acrobat, I cannot deselect them again. (Don't know if this is significant info but it may point to some kind of stacking problem??)
    Anyway, to make it clearer here are some screen captures:
    1. Form as it looks when opened in Acrobat X. The two different check box styles are from me experimenting in trying to fix this issue. But they all seem to behave the same way once highlighted.                                                               
    2. Form when interactive fields are highlighted. The text fields are perfect but note the big ugly overlapping circles... :-(
    And some further explanation of how I created the buttons and their issues:
    I would very much appreciate some guidance on what I'm doing wrong here, as my poor little head is going to explode very shortly (and my client is getting pretty annoyed at the delay!!)
    Thank you in advance :-)

    I am having the exact same problem. I can't find a way around it. It seems that they included some states like normal, rollover, and click—but they didn't include a highlighted state. So when highlight fields is on it just shows the generic standard check box, which looks ridiculous if you have customized it at all in inDesign. I read a lot of people saying they can't find a way to change the highlight state—anyone out there have any answers?

  • On the Firefox drop down menu for Firefox 4, the tab for cut, copy and paste is not highlighted. Is there another way for me to include this on the Firefox start page?

    I have Firefox 4. In the Firefox drop down menu, there is an option to cut, copy and paste but it is not highlighted. Please tell me how to highlight this link. Or is there a way to have a cut copy and paste tab?

    Those links in the Edit menu are only highlighted if there is something to do:<br />
    Paste should be enabled if the clipboard has data placed on it by a previous Copy or Cut and you have set focus on a text area or field that allows to paste that data.
    Copy works if some text is selected.

  • To Value not highlighting in the Infopackage Selection

    Hi All,
    I am extarcting the data from the IS-Utilities(R/3) to the BI system, my datasource is 0UC_EDM_02, in the Infopackage - dataselection for the Profile infoobect, it is highlighting only the FROM Value and TO Value it is not highlighting,
    I checked in the datasource 0UC_EDM_02,  the Profile field is used as selection field,
    but in the infopackage, TO value is not highlighting, i need range of values to be given in the infopackage,
    Please, suggest on this
    Thanks
    Prasad

    Hi,
    When I created infopackage , in the Data selection tab, I had the Infoobject named Profile, I need to give the range(FROM & TO Values to extract the particular data) of Input ,
    but, FROM value , I could give Input and TO Value it is not active or not highlighting to insert some Profile Value,
    Please, let me know , if U r not clear about this,

  • Webi - Result from subquery / add subquery not highlighted

    Hi,
    we have just now bought BO XI 3.1 SP3 and installed on SAP BW. .Due to the initial phase, we are currently using temporary 1 month license key from SAP until installation is done in Prod. When we build WebI query, In filter pane of webi query, when we drag filter field, i can see that option 'Result from subquery' and icon 'add subquery ' is not highlighted. I read in some forums that this feature is not available in OLAP universes.
    Is is because we are using temporary license key? OR it is still not available in OLAP universes?
    regards,
    Rahul.

    This feature is not supported currently for OLAP universes.
    Regards,
    Stratos

  • I want form to open with fields automatically highlighted.

    I am creating a form that, when opened, I want the fill-in fields to automatically be highlighted. When I open the form in Acrobat, there is checkbox at the upper right side to check - it says "Highlight Fields" - by default, it is not checked.  Is there a way to have it checked when the user opens the form?
    Thanks!

    I did try that yesterday (I changed the drop down menu from
    FormCalc to JavaScript).  It didn't work - right away - and I didn't save my work, but about 5 or 10 minutes later the form did start opening with the fields highlighted...without the code...
    What's strange is that every form I opened after that (forms I didn't create) was defaulted as highlighted.
    I emailed the form to a coworker and it was highlighted as a default even though I did not include any code to do that...
    Now this morning, I opened the form again, the code is not there - as I was playing around looking at different options -  going back and forth from the work area to the pdf preview - all of a sudden the highlighting was off. The ONLY thing I did was turn on the line numbering for the XML source view. I checked other pdf forms including ones I did not create and now the fields are NOT highlighted.
    Has anyone ever heard of any of this happening? Any idea of what's going on?

  • Send butten for I message not highlighted I can't send the message please help

    Send butten for I message not highlighted I can't send the message please

    Go to Settings>Messages and make sure that "Show Subject Field" is turned off.

  • My send button is not highlighted

    When I send a new email , the send button is not highlighted and you cannot press it to send mail, whats wrong

    When you first open a new Write message, the 'Send' button should be subdued or look like it is greyed out and you cannot click on it.
    It will not appear as useable until you have entered the TO field email addresses, because without knowing where to send to, it cannot send.
    So, confirm that you have actually added the TO/Cc/Bcc email addresses.
    So why is it auto enabled when you click on eg: Reply?
    Because the TO fields are auto completed.

  • Enhanced Datasource fields not getting displayed in Transformation

    Hi,
         Eventhough after replicating the datasource, the Enhanced Datasource fields not getting displayed in Transformation.
      Eg I have done mapping of 6 fields in transformation from datasource to DSO
    Now the datasource is enhanced with 8 fields...........The transformation is not showing the added 2 fields
    I am deleting the existing transformation.Is this the only solution?
    Kindly suggest your answers.
    Thanks,
    Sonu.

    HI,
    Deleting is not solution as it is common scnerio.
    Go to the data source in BW and in change mode check the option "transfer" for this two fields and then see if its coming or not.
    Thanks
    Ajeet

  • Fields not getting displayed in AdvancedTable

    I have created AdvancedTable region following the steps given in help of Jdeveloper.
    Under advancedTable I have created 3 columns, one having a messageChoice item and rest two items are messageTextInput.I have set the ViewObject property of AdvancedTable and have also set the viewAttributes for items.
    But when I run the page, It does not display any fields of AdvancedTable. It just gives the table outline and text that is set for table empty property.
    I have also executed the VO in processRequest of page's controller.
    What could be the reason for the fields not been displayed?
    Thanks in advance,
    Mitiksha

    You should provide the ability to create rows, you can do it on the table by making the table editable and putting a Add another row or you can choose to add it in a drill down create page.
    You can also add a set of new rows initially by creating and inserting rows in the vo in your PR.

  • Text Fields Not Showing in Design or Live View

    Hello Everyone,
    I have run into a problem trying to create a simple contact form through Dreamweaver CS6.  I have two text fields for Name & Email, and 1 text area for Comments.  The issue I am running into is that the text fields are not showing in Design or Live view.  I have set-up all variables required for the server for the form to work... but that should not have any effect on the text field showing...  I tried uploading my contact page with the same result of no text fields showing...
    What is really laughable is that the "text area" I placed in my form for Comments shows up in Design & Live view just fine.  I am thinking that I am missing something, but just do not know what exactly.  The form is styled through CSS.
    Here is the form code:
         <div id="CRDForm">
           <form action="http://www.sweetformimi.com/formmail/formmail.php" method="post" enctype="application/x-www-form-urlencoded" name="contact" target="_self" id="contact">
        <input type="hidden" name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER">
        <input type="hidden" name="recipients" value="[email protected]" />
        <input type="hidden" name="subject" value="Contact Form" />
             <label><p>Your Full Name
               <input name="Name" type="text" id="Name" size="40" /></p>
             </label>
             <label><p>Email
             <input name="email" type="text" accesskey="2" tabindex="2" title="Email" value="Email"></p>
             </label>
             <label>Comments<br />
             <textarea name="comments" cols="40" rows="10" accesskey="3" tabindex="3" title="Comments"></textarea>
             </label>
             <input name="submit" type="submit" accesskey="4" tabindex="4" title="submit" value="submit">
           </form>
        </div>
    Are there other variables I should be thinking about in the rest of my site?  I am using a fluid grid layout.  I have CSS for desktop, tablet, and phone devices.  I also have a primary CSS file that imports all three.  The sites structure was done by using <header>, <article>, <footer>, and of course <div> tags. 
    Has anyone ever experienced the "text fields" not showing up before? Is it a simple fix as reinstalling Dreamweaver CS6?  Finally, another thing I should mention is that I did have a previous version of Dreamweaver on my comp, which was CS3.  I did not uninstall that before installing the newer version.  I assumed (and I could be wrong here) that it would automatically replace the older version.
    I apoligize for it being long winded, but I am looking for some help on this issue...
    Thank You

    Hey thank you osgood for the reply!
    When I look at code for long hours it sort of blurs together, and I miss things... I think that happens to the most of us
    Ya I found what was blocking my text fields in my desktop.css
    I primarily work through code view, and currently working on quite a few projects kind of makes your eyes miss the small errors.
    Thanks again!

  • Sharepoint 2013 Active Directory Import- Manager field not updating

    Hi,
      SharePoint 2013 Active directory import  -Manager field not updating
    Concern/Issue-
     We are using SharePoint and configured the Active Directory Import .First import it seems everything is working fine and OOB Organization chart  built using User profile data is coming out right.
    Now the user is moved from one Organization Unit to Another.
    Now our Manager field is not Updating .There is change in AD manager attribute but not reflecting in the SharePoint User profile.
    Manger field is mapped to "manager" attribute in SharePoint.
    We tried removing the user and Re-Import using Incremental import but no luck.
    Thanks for help in advance
    Sachin

    Moving a user from one OU to another in AD won't normally change the Manager attribute in AD.  You would need to edit the user's organization settings to change the manager value in AD.  I've also seen these changes not be picked up unless something
    other than just the manager field in AD changing.  Try changing something like Office location and see if the manager change is picked up by AD Import.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

Maybe you are looking for

  • GL_Interface Table

    Hi All, I have a question about GL_Interface Table. Our company has been spitted and at the time of split one of users run a journal import, and that request has been killed. After all in GL_Interface I have 4 records (a journal), which already has b

  • Help getting Solaris-X86 DNS working and set it up a server.

    Just got solaris 8 02/02 working on a spare machine. I am new to setting Solaris but determined to get to know it. Couple of questions: 1. I have assigned the machine a IP address and host ID. I can ping the machine OK. I can't get the DNS service to

  • Cs5 capture error \src\timecode.cpp-995

    I've been seeing this error around for a while with no solutions it seems, I'm hoping I just missed something obvious: Whenever I try to capture footage in any project the capture window freezes and premiere says Premiere Pro debug event Premiere pro

  • Multiple accounts with same email

    I have multiple accounts with same email The one that has all my contacts is the one attached to FB but for some odd reason I can no longer access this specific account When I try to reset my password, it only keeps asking me to change my FB password

  • IMac shuts down then reboots.

    Here is the report generated after my computer shuts down.I have no idea what all this means. Can someone explain. Thanks Pete Anonymous UUID:       3011F7A9-030E-0E4C-CAF9-1EAAC9C1E04D Sat May 17 13:12:57 2014 Panic(CPU 5): NMIPI for spinlock acquis