Reapply NullTest

Depending on the choice of  a radio group I want to make certain fields required and others not required.  I was using the exit event of the group
if  (Class1.selectedMember() == xfa.resolveNode("Class1.Exibitor")) then
Company_Name.validate.nullTest= "error"Rep_Name.validate.nullTest
= "disabled"xfa.form.recalculate(1)
elseif (Class1.selectedMember() == xfa.resolveNode("Class1.MFGRep")) then
Company_Name.validate.nullTest= "disabled"Rep_Name.validate.nullTest
= "error"xfa.form.recalculate(1)
endif
The recalculate does not seem to make a difference.
If you tab past the fields in validate.nullTest they correctly highlight or un-highlight depending on the radio group choice.
What is the proper way to accomplish this?

In another post it was suggested to send an email to [email protected] That might be worth a try, anyway.
Regards.

Similar Messages

  • How can I successfully reapply the thermal paste in my MacBook Pro? (2008)

    I'm having issues with keeping my computer cool, mainly while playing games like SC2 that require a good amount of power. I've downloaded fan control apps, bought cooling pads (usb powered) and still no luck in cooling this thing down. I recently learned that Apple for some reason applies the thermal paste too thick, which can cause the computers to be a lot hotter than they should be.
    I'm not worried about voiding warranty, seeing as I don't even have a warranty. I've already opened it up to upgrade the ram and the hard drive so I know my way around inside there and have the stuff I need in order to do it properly.
    What I need to know is where I can get the thermal paste, what kind I need, how it needs to be applied and with what (as well as how to get the old paste off), the steps I need to take in order to get to where this paste is even at inside the computer...etc.
    If there's anyone who's already successfully pulled this off, lemme know how you did it and if it helped any. I've read there've been significant temp drops since reapplying it in a lot of these pros, so I'm just interested.

    Hi
    I’ve yet to remove the heatsinks of the CPU and GPU on my MBP. But I’ve replaced CPU and GPU heatsinks on my PC many times, so hopefully you’ll find my suggestions helpful.
    1st use the laptop for a bit to get both the CPU and GPU warmed up so it will be easier to remove the heatsinks.
    Remove the back cover and run your hands over the back side of the metal cover few time to get ride of any static charge that might be there (or any unprinted metal surface will do).
    Remove the screws and heatsink one at a time. You might find the thermal past dried up (happens when company used cheap past and after computer is used for few years). Use tissues to wipe the past off both cores and heasinks.
    You can also buy thermal past remover and clearer such as this:
    http://www.amazon.co.uk/Arctic-Silver-ArctiClean-Material-Purifier/dp/B000BKP306 /ref=pdbxgy_computers_textb
    I normally use Arctic Silver Thermal Paste, I found it's the best past around, and everybody I know are happy with it.
    There are two ways to apply the past. If your CPU is a Core2Duo, than you can just put a little bit on the center and press down with the heatsink. This is because the 2 cores on the CPU are located near the center of the processor so it does not matter if the edges are not covered with past.
    Or if you want to play safe, you can cover the enter CPU with an even thin lay of past using a flat plastic card.
    When it comes to thermal past, less is more, you only want little bit to cover up the metal cover on the processor. I say no more than 0.5 mm thick.
    Cover the entire GPU with past as well, I’m not sure if the RAMs on your graphic card are cooled by the heatsinks. If they are, you might need some thermal pads for them.
    You’ll find the whole process quite easy as long as you take your time. You can found lots of info on this with Google and Youtube.
    Good luck and don’t forget to give the heatsinks a clean with a can of compassed air before you put them back on.

  • Interruption of service in case of reapplying permissions

    Hello everyone. I've a question:
    Have a shared folder on 2008 R2 server. In its NTFS permissions i've got 2 domain groups + localadmins + SYSTEM account. Share is rather old, and subfolders in in have different owners and permissions. I'm trying to make a replica of this folder
    using DFS. It doesn't work. Also, some of the files & folders in this share have no permissions for local or even domain admins to view\copy it. I'm thinking of replacing owner of share (and subfolders) to local server administrators, but afraid what this
    share will be unaccessible during or after reapplying permission. Is it safe, for example to change owners of share and subfolders (will old permission stay?) and then re-add group of local admins & SYSTEM account modify permission, so DFSR can work after
    all?

    Hi,
    The owner has an implied right to allow or deny other users permission to use the object, and this right cannot be withdrawn. Among other permissions, owners can give other users permission to Change Permissions (WRITE_DAC).
    If you only add domain admins to view\copy the shared folder, old permissions will not change.
    How Owners Are Assigned and Changed
    http://technet.microsoft.com/en-us/library/cc961992.aspx
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Reapply oracle policy

    We are using Oracle VPD security feature, recently we encountered some problems, in several of our clients's database (8.1.7.3), we found that the oracle policy was not reapplied after we changed vpd user in a jdbc thin connection, following is the scenario:
    We have a policy, looks like follows
    ploicy
    if user is A, return predicate A
    if user is B, return predicate B
    (1)
    build up a thin connection
    set user to A
    create a prepared statement of sql "select * from order"
    query
    close connection
    in (1), we did find that policy was applied and the predicate A
    was returned.
    (2)
    build up a thin connection
    set user to B
    create a prepated statement of sql "select * from order"
    query
    close
    in (2), we got wrong result, because policy was not applied, it
    still use predicate A.
    Any comments?
    Thanks

    the key is how you answer the question " how do you set your user ".
    if you set user B by logging into db as user B, then the situation you descripted sounds like a bug, if I understand it right.
    if you set by changing some variables inside the session, since the VPD engine does not know when you switch user, you could get old policy predicate if you reexecute the cursor or use PLSQL to rerun your static sql.
    My suggestion is try out 9i that auto-reexecute the policy function.

  • Do I need to reapply grants and synonyms. Altering Rename for other schema

    Hi,
    We are following the process to replace some tables in UAT/PROD with new structure of tables.
    So for example for Table A in Schema A:
    Step1- Create TableA_NEW with the required structure and partitions.
    Step2- Insert into TableA_NEW Select * from TableA.
    Step3- Alter Table TableA Rename to TableA_OLD --Take Backup of TableA
    Step4- Alter Table TableA_NEW Rename to TableA --Change the New table ti Original Table
    Now do I need to reapply all the grants and synonyms originally applied to TableA.
    When I test in Dev, all the grants and synonyms still hold. But I can't take any chances for UAT/PROD.
    Also when I rollback these changes and Rename the tables back to Original table.
    Then do I need to Reapply all the grants and synonyms originally applied to TableA.
    Please suggest..

    user8941550 wrote:
    Hi,
    We are following the process to replace some tables in UAT/PROD with new structure of tables.
    So for example for Table A in Schema A:
    Step1- Create TableA_NEW with the required structure and partitions.
    Step2- Insert into TableA_NEW Select * from TableA.
    Step3- Alter Table TableA Rename to TableA_OLD --Take Backup of TableA
    Step4- Alter Table TableA_NEW Rename to TableA --Change the New table ti Original Table
    Now do I need to reapply all the grants and synonyms originally applied to TableA.
    When I test in Dev, all the grants and synonyms still hold. But I can't take any chances for UAT/PROD.
    Also when I rollback these changes and Rename the tables back to Original table.
    Then do I need to Reapply all the grants and synonyms originally applied to TableA.
    Please suggest..
    Step1- Create TableA_NEW with the required structure and partitions. New table - does not have grants
    Step2- Insert into TableA_NEW Select * from TableA.
    Step3- Alter Table TableA Rename to TableA_OLD --Take Backup of TableA Renamed table keeps grants. Synonym not valid at this point
    Step4- Alter Table TableA_NEW Rename to TableA --Change the New table ti Original Table New table still does not have grants, synonym now valid
    So, grants disappear but synonym will be valid at end of process.

  • Reapplying Master to Slide / Selection not working

    I've searched for this problem through the database without any hits.
    I've created my master slides with bulleted body text and heads. If I make changes to the masters, the changes instantly reflect as they should. BUT if I copy text from another presentation or source and paste it into the body text, Keynote is defaulting to Helvetica 12 pt (master is Arial 30). I right click on the slide for Reapply Master to Slide and nothing. I click the section, Reapply Master to Selection. Nothing. I try switching back and forth between other masters. Nada. I've tried pasting the copy into another program to strip it's formatting code. Zilch.
    Time and again I am forced to go in and reformat cut and paste copy manually using copy style and paste style. It's a tedious process since I'm merging some old and new shows.
    Anyone else encounter and solve this? Any help, much appreciated.

    Can I change my icon to a sheep? As in sheepishly shrinking away from the post feeling like a dope?
    Thanks Jerry. That certainly will do it. I guess I always mistook that pull down command as copy style / paste style in my haste.
    <Edited by Host>

  • Fixed Cells in DP saved and reapply after initialization of the PA

    In our environment, we re-initialize the Planning Area each month and generate characteristic combos from scratch.  When you deinitialize the planning area, Fixed cells are typically deleted.  I'm interested in finding out if there is a way to save the information on Fixed Cells and then be able to reapply them after our system is reloaded.
    Does anyone know if there is anything available in APO to help do this or how I would go about doing this?
    Thanks.
    Tekii

    Hi Tekii,
    You can take the fixing information into backup infocube and reload the data to planning area along with
    fixing information.
    To extract the fixing information to backup cube you have to consider the folllowing:
    Since fixing is originally a BW feature,which requires 2 key figures (the original one and the fixable key
    figure), the backup-cube always requires these 2 key figures. This can only be done if fixing information is stored the "old school" way.
    As of SCM5.0 design of the DP liveCache it's much easier to define a key figure as fixable key figure( and is very flexible to change it when ever we want). But when we have to save the information for backup reasons,  the data extraction doesn't deliver any information if the key figure was fixed.
    For lower release than SCM5.0 the fixing information was saved in a reference key figure to the fixable key figure. Fixed key figure had to be assigned in the corresponding field in order to hold fixing information. When it comes to backup information, the data sorce must contain both the key figures.
    So  follow the same procedure  SCM4.x.
    The reason is simply that the only possibility to save fixed key figures in BW is via reference key figures.
    So assign the reference keyfigure to fixed keyfigures from RSD1 and then  use these 2 keyfigures in backup cube.
    Hope this will helps you.
    Regards,
    Sunitha

  • Preview: Reapplying settings to photos & hogging loads of sys.resources...

    I've got two major issues with Preview:
    1) Whenever a lot of photos are open (say 100), it absolutely eats RAM and thus everything becomes very slow to respond - is there a fix for this or do I have to open less photos at a time?
    2) I do a lot of editing of images in Preview because I find it nice and easy to quickly adjust a bit of contrast / colour / cropping for large amounts of photos... I've no idea why but there seems to be a tendancy of Preview to reapply the changes I've made when I save. An example is that say I boost contrast by 25% on a couple of images and then save them, when I open them again they will appear to have had their contrast boosted by 50% - this sometimes happens even without saving - whilst I'm working editing a few images, I'll return to one to find that all of the settings I've made have been applied again on the same image.....
    Anybody got any ideas as to what's going on?
    Thank you,
    Leo
    *This question relates to Preview 4.1, this is the most relevant forum I could find. I apologise if there was somewhere better to post.

    This is the iPhoto forum. Your best bet is to post here:
    http://discussions.apple.com/forum.jspa?forumID=1225
    Some comments, however:
    1) Whenever a lot of photos are open (say 100), it absolutely eats RAM and thus everything becomes very slow to respond - is there a fix for this or do I have to open less photos at a time?
    There is no solution for this. No app can have 100 images open at a time without a slowdown. You would need an awful lot of RAM to prevent this.
    As for your other query:
    Preview is not a Photo Editor, it’s an image viewer. What capability it has is geared towards a quick and dirty fix. You’ll get better results using an n app geared for the job.
    Regards
    TD

  • Validate.nulltest highlight on table objects

    Hi,
    I'm working (with LiveCycle) on a form with lots of fields and tables. So, it has a lot of validations, so I use the validate.nullTest propierty to set a field to mandatory (and red highlighted) when it's empty.
    I was also using the validate.nullTest propierty on parent subforms and tables, so instead of highlighting all the table cells, I just was highlighting the border of the entire table.
    I realised with Adobe Reader 8.1.3 and 9.1.0 this "feature" has stopped working. Do you know if it's a bug or something? The same PDF form with Adobe 8.1.2 and 9.0.0 is highlighting the entire table but not the new versions of Reader 8.1.3 and 9.1.0.
    Despite my English is very basic, I hope you can understand my explanations and give me an answer :)
    Thank's in advance!

    Please repost in the livecycle designer forum. People who use Reader are
    unlikely to be of much help when asking questions relevant to designer.
    Mike

  • When does it reapply?

    Is it true that group policy only reapplies when the version number is changed as it is when you make some change to the policy? Except for security policies which are reapplied every 16 hours. Other ways to reapply would be to set it to process even if
    the group objects have not changed which can be found in Computer Configuration|Policies|Administrative Templates|System|Group Policy
    or to manually run a gpupdate /force.
    Is the above true?

    yes thats true 
    https://technet.microsoft.com/en-us/magazine/gg486838.aspx

  • Does reapplying 10.4.11 combo update negate the latest security updates?

    I've reapplied the 10.4.11 combo update in an attempt to trouble shoot some problems I've been having. My question is, "Does reapplying 10.4.11 combo update negate the latest security updates?" I've checked my computer using the "Software Update" option, and I'm given the message that I'm up to date. But that may be due to the fact that there's a receipt of the security update in my receipt's folder.

    Steve:
    If the Combo update was downloaded previous to the last security update being available it will not have included the security update. If the Combo update was downloaded after the security update was available, it will have included the latest security update. As new updates become available, the Combo update is updated so that it includes the latest updates. If you are concerned that the security update may not have been included in the Combo update, or you are sure that you downloaded the Combo update a while previous to the availability of the latest security update you can either:
    1. Download the stand alone security update and install it over what is already on your computer, or
    2. Download the current Combo update and install it.
    In either case, remember to Repair Disk Permissions in Applications > Utilities > Disk Utility before and after installation.
    Cheers
    cornelius

  • Reapplying paragraph tags in Frame 9

    How do you reapply a paragraph tag that has an override in FrameMaker 9? In FM7, you simply clicked in the paragraph, then selected the tag from the dropdown list. FM let you know the override was successfully removed by removing the asterisk (*) in the lower left corner. Now that no longer seems to work.

    Yes, that's correct with FrameMaker 9 you must find a new way to
    reapply a paragraph tag:
    Locate the paragraph with paragraph format and asterisk (*)
    Open the Paragraph Catalog and reselect the paragraph format.
    Result: The paragraph with the local override will be reapply from the catalog format.
    If want to get a list of all overrides, take TOOLBOX for® FrameMaker, feature: "List a paragraph overrides",
    then there are features to solve it: "Apply paragraph property changes in all open books" ...
    www.toolboxforme.com
    - Georg

  • Validate.nullTest working only with the EMAIL button

    Hello,
    This piece of code is working just great when submiting a form by
    email.
    TextField1.validate.nullTest = "error"; (highlighting the empty fields when pushing the EMAIL button)
    On the print button it doesn't have any effect. How can I highlight
    the required fields when clicking the print button the same easy way
    as with the email button? (I have other highlighting scripts but I want to use the exact same method as used on EMAIL)
    Your input is really appreciated! And any explanations for this stupid behavior?

    To make this functionality you can use two buttons trick:
    First button Print, onClick event should has this script: realPrintButton.execEvent("click").
    Second button is invisble Print button.
    So, when you click on your first button print validation is appear and real print will be executed.

  • Reapplying 12.1.3 Patch

    Hi Experts,
    We are on 12.1.3 upgrade steps.
    I applied the patch 9239090(Patch 12.1.3: ORACLE E-BUSINESS SUITE 12.1.3 RELEASE UPDATE PACK) and it ran for about 5 hours and then it asked on JAINMCEN.rdf as it is failed “Continue as if it were successful [No] :”. I put No and
    came out of adpatch. Then applied patch 9239095(Oracle E-Business Suite Online Help for 12.1.3 Release Update Pack) it went successful and when i tried to apply patch 9817770(POST-R12.ATG_PF.B.DELTA.3 CONSOLIDATED PATCH) it failed as we are not in the 12.1.3 ATG. Then we realized that, patch 9239090 is not completed and reran patch 9239090. It was checking all the steps already done and skipping the steps already done and continued from the steps pending and it run for 30 minutes and completed successfully. Then I applied patch 9239095 again and proceeded with patch 9817770 and it went well.
    I would like to know whether we are OK to proceed or need to go back to the snapshot before 9239090 and reapply it again.
    Do you guys have any such experience, any documents explain such a situation.
    Expectig your reply.
    Thanks
    Sony

    I would like to know whether we are OK to proceed or need to go back to the snapshot before 9239090 and reapply it again.
    Do you guys have any such experience, any documents explain such a situation.If you apply another patch then you cannot continue with the previous 12.1.3 patch session and you will have to apply it from the beginning but the 12.1.3 patch will skip all the steps which were already completed (not a skip but it will verify it and it will go faster this time).
    Thanks,
    Hussein

  • Reapplying patchset 10.2.0.5 after dg4msql gateway installation

    Hello,
    I have patched a 10.2.0.1 RDBMS with a 10.2.0.5 (64 bit) patchset without any problems and installed a dg4msql gateway - also without problems. The dblink to the sql server works just fine.
    But:
    on note 562509.1 on metalink, the instructions specifically say that if you are installing a gateway into an existing oracle home and you have previously patched that oracle home, then you should reapply the patchset.
    When I tried to apply the patchset again (I have turned off the listener and shutdown the database), the prerequisite check says everything is OK, but on the very next step I receive an error:
    Abnormal program termination. An internal error has occured. Please provide the following files to Oracle Support:
    "/oracle/oraInventory/logs/installActions2011-11-04_08-27-30AM.log"
    "/oracle/oraInventory/logs/oraInstall2011-11-04_08-27-30AM.err"
    "/oracle/oraInventory/logs/oraInstall2011-11-04_08-27-30AM.out"
    The .log file doesn't contain anything out of ordinary except the error message at the end with no further explanation. The .err file contains the following:
    Exception java.lang.NoClassDefFoundError: oracle/sysman/oii/oiix/OiixGeneralQueries occurred..
    java.lang.NoClassDefFoundError: oracle/sysman/oii/oiix/OiixGeneralQueries
         at getOSName.performQuery(getOSName.java:16)
         at oracle.sysman.oii.oiis.OiisCompContext.doQuery(OiisCompContext.java:2513)
         at Components.oracle.odbc.ic.v10_2_0_5_0.CompContext.getCalculatedValueObject_PRE_REQUISITE(Unknown Source)
         at Components.oracle.odbc.ic.v10_2_0_5_0.CompContext.getCalculatedValueObject(Unknown Source)
         at oracle.sysman.oii.oiis.OiisCompContext.getCalculatedValue(OiisCompContext.java:654)
         at oracle.sysman.oii.oiis.OiisPreRequisiteVar.getCalculatedValue(OiisPreRequisiteVar.java:155)
         at oracle.sysman.oii.oiis.OiisVariable.setVariable(OiisVariable.java:2439)
         at oracle.sysman.oii.oiis.OiisVariable.setVariable(OiisVariable.java:2124)
         at oracle.sysman.oii.oiis.OiisCompInstallation.getPreRequisite(OiisCompInstallation.java:831)
         at oracle.sysman.oii.oiis.OiisCompInstallation.getContext(OiisCompInstallation.java:521)
         at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.checkPreReq(OiiodDepEngine.java:5116)
         at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.depModeApply(OiiodDepEngine.java:2548)
         at oracle.sysman.oii.oiif.oiifw.OiifwPostDepModesWCCE.doOperation(OiifwPostDepModesWCCE.java:330)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:171)
         at oracle.sysman.oii.oiic.OiicDepWizEngine.doOperation(OiicDepWizEngine.java:450)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:171)
         at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:1286)
         at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:289)
         at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:572)
         at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:962)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:899)
    I can't figure out what the problem could be. The errors don't say anything about missing libraries (as I have seen problems on other similar threads).
    I am also providing the output of 'opatch lsinventory', if it should prove useful:
    Invoking OPatch 11.1.0.6.6
    Oracle Interim Patch Installer version 11.1.0.6.6
    Copyright (c) 2009, Oracle Corporation. All rights reserved.
    Oracle Home : /oracle/product/10.2.0/ora10
    Central Inventory : /oracle/oraInventory
    from : /etc/oraInst.loc
    OPatch version : 11.1.0.6.6
    OUI version : 11.2.0.1.0
    OUI location : /oracle/product/10.2.0/ora10/oui
    Log file location : /oracle/product/10.2.0/ora10/cfgtoollogs/opatch/opatch2011-11-04_14-41-17PM.log
    Patch history file: /oracle/product/10.2.0/ora10/cfgtoollogs/opatch/opatch_history.txt
    Lsinventory Output file location : /oracle/product/10.2.0/ora10/cfgtoollogs/opatch/lsinv/lsinventory2011-11-04_14-41-17PM.txt
    Installed Top-level Products (3):
    Oracle Database 10g 10.2.0.1.0
    Oracle Database 10g Release 2 Patch Set 4 10.2.0.5.0
    Oracle Database Gateways 11.2.0.1.0
    There are 3 products installed in this Oracle Home.
    There are no Interim patches installed in this Oracle Home.
    OPatch succeeded.
    Does it maybe have anything to do with the OPatch version (could it be too recent for the 10.2.0.5 patchset ?)
    The operating system I am using is Oracle Linux 5 with kernel version: 2.6.18-194.el5
    Hopefully someone could shed some light on my problem.
    Thank you in advance and kind regards
    BL

    Thank you for a quick response,
    yes I have applied the 10.2.0.5 patch to the ora10 home (10.2.0.1) and afterwards installed 11.2 gateway to the same oracle home. Obviously that was the problem. Luckily that was only my test system so I can be more careful in the future. I will test by installing the gateway in a separate oracle home.
    One more question: When you said
    "If you applied the 11.2 patchset to the 10.2 OH then you will have to restore the 10.2 software into the 10.2 OH as it will have been corrupted by the 11.2 software."
    How do I restore the 10.2 software ? Should I reinstall the 10.2.0.1 software and patch it to 10.2.0.5 ? Won't that remove the gateway ? If that is the case I will install the gateway in a separate OH.
    Thank you again
    Kind regards
    BL

Maybe you are looking for

  • Network drives do not show up on Desktop or in Sidebar

    I have a user who is experiencing a weird problem. When they connect to a Windows server over our LAN, the server does not show on their desktop, nor does it show in the sidebar. I have checked the boxes in Finder/Preferences to show network drives o

  • Billing doc while post goods issue

    Hi, Is there any Exit to creat a billing doc immediately when we post goods issue. Please, if there any other solution. don't hesitate. Thanks.

  • Picking status change in Outbound delivery

    Hi All, I have to create a start condition in PPF actions, whihc is nothing but BADI... whihc will trigger when the Pcikinf status is changed.... I have these threee condtions: Action will be triggered by outbound delivery order status change: 1.    

  • Adobe form is going to Spool directly want a print preview

    HI Experts, I have created a class where I am calling a standard Material document print form WOST_WSGM_MATDOC_PDF but it is directly going to spool. NOTE : I am calling this class method in one of my POWL Feeder class which is linked with standard G

  • H:commandLink action never calls bean

    Hi , I having some problem with h:commandLink, its never call my bean below is my code. <h:commandLink action="#{pc_trackingSearchPageBean.doTrackingGroupSearch}">                                         <h:outputText id="ownerID" value="#{varreceiva