How do I hide a button when certain data is entered in other fields?

I'm working on a tax form in which I need the user to select the filing period and enter their Fed ID before the form will print.  I have a button using an icon message which will cover the form except the title area.  This button is set as "hidden but printable" which I want to be just "hidden" once the required data is input.  Required data would be a check-box for the reporting period, and a 9-digit field for the Fed ID.  On one of my forms, selecting the reporting period enters the appropriate month names (January, February, ...) into the form so the user will know which month's data goes where.
I'm using Adobe Acrobat XI.  I have learned a little bit about JavaScript, but this issue is eluding me.
Any assistance is greatly appreciated.

Hi,
I try to hide a column with CSS like this, you can refer to the selector and apply it to your script:
Feel free to reply if this is not what you need or there are still any questions.
Best regards
Patrick Liang
TechNet Community Support

Similar Messages

  • How can I use the button in one panel to control the other panel's appearing and disappearing?

    How can I use the button in one panel to control the other panel's
    appearing and disappearing? What I want is when I push the button on
    one button . another panel appears to display something and when I
    push it again, that the second panel disappears.

    > How can I use the button in one panel to control the other panel's
    > appearing and disappearing? What I want is when I push the button on
    > one button . another panel appears to display something and when I
    > push it again, that the second panel disappears.
    >
    You want to use a combination of three features, a button on the panel,
    code to notice value changes using either polling in a state machine of
    some sort or an event structure, and a VI Server property node to set
    the Visible property of the VI being opened and closed.
    The button exists on the controlling panel. The code to notice value
    changes is probably on the controlling panel's diagram, and this diagram
    sets the Visible property node of a VI class property node to FALSE or
    TRUE to show or
    hide the panel. To get the VI reference to wire to the
    property node, you probably want to use the Open VI Reference node with
    the VI name.
    Greg McKaskle

  • LOve Firefox but it's annoying that if I'm using a search engine (I use lots of subscription legal search databases), when I press the back button all the data I entered in the search boxes has disappeared. I'm sure Firefox didn't use to do that?

    Love Firefox but it's annoying that if I'm using a search engine (I use lots of subscription legal search databases), when I press the back button all the data I entered in the search boxes has disappeared. I'm sure Firefox didn't use to do that?

    Please do the following.<br><br>
    #Click the Firefox button, go to '''Options '''| '''Options''' | '''Privacy'''.<br><br>
    #In the dropdown menu at the top, change it to "'''Use custom settings for history'''"<br><br>
    #Checkmark the option: "'''Remember Search and Form history'''".<br><br>
    #Remove the checkmark from: "'''Clear history when Firefox closes'''".

  • How to change bucket capacity for a certain date range (duration)?

    Hi,
    I need to update the bucket capacities of Resource at Vendor location in APO live cache for a particular period using BAPI_RSSRVAPS_CHANGEMULTI.
    Here I am executing BAPI by passing -
    Import Parameters:
    LOGICAL_SYSTEM
    COMMIT_CONTROL
    PLANNING_VERSION
    Tables:
    RESOURCE_HEAD
    (RESOURCE = Resource  " Test123
    LOCATION = Vendor Number/Loctaion
    CAPACITY_A = 5000.000
    NUM_OF_PERIODS = 001
    PERIOD = 02    " Day Wise
    UTIL_BUCKET = 100.000 )
    RESOURCE_HEAD_X
    (All corresponding fields X)
    RESOURCE_QUANMODEL
    (RESOURCE = Resource  " Test123
    VERSION = 01
    ENDDA = 02/25/2011
    BEGDA = 02/21/2011
    QUANMODEL = 8000 )
    RESOURCE_QUANMODEL_X
    (All corresponding fields X)
    [ I have a capacity variance:
    Resource = Test123; Capacity Varient = 01; Valid From = 02/21/2011
    Valid To = 02/25/2011; Bucket Util Rate = 100.000; Qty/Rate definition = 8000 ]
    Now, while I execute /SAPAPO/RES01 to display Capacity for that resource-Location-PlanningVersion, Its showing that 'Bucket Capacity' and 'SNP Bucket Capacity' get changed into 5000. But this change happend for all the days and not only for the duration I passed into Bapi (From BEGDA to ENDDA).
    How to change bucket capacity for a certain date range (duration)? Any help please.
    Thanks
    Roy

    I did it myself. Hence closing the thread.
    Solution:
    1. Get RESUID from /SAPAPO/RESKEY table by passing Resource as NAME.
    2. Call Function Module /SAPAPO/CRES_QUANPROF_UPDATE
    3. Call Function Module /SAPAPO/CRES_SAVE_FROM_BT
    For further help, change manually a single record in the 'capacity profile' in TXN /SAPAPO/RES01 and debug both the FM mentioned above.
    BR
    Roy

  • How to save slideshow settings so when I press Ctrl-Enter it does what I want?

    How to save slideshow settings so when I press Ctrl-Enter it does what I want?
    eh?
    R

    I tested what you gave me there Rob. On my Mac I have dual monitors:
    -Only blackens/show slideshow on one monitor (the main monitor, if I move LR to my secondary monitory, the slideshow is still on the first, but the second still runs normal, with LR just sitting there).
    -If I disable slide durration I have to manually advance the slides with the right arrow.
    -I don't have "Lightroom" (or with my current settings any) text on the screen.
    -Does not repeat.
    My Windows machine doesn't have dual monitors, but the others work correctly....
    That is, until I thought about this differently. Since we are looking at changing Slideshow settings, I was naturally in the Slideshow module. But then I remembered the whole point of the Impromtu Slideshow was that you can view slideshow playback from any module. Once I returned to Library and clicked Command/Ctrl+Enter, then I saw exactly what you are talking about. Both monitors are blackened, slide duration is ignored, etc.
    You know why? Because the Impromptu Slideshow uses one of the templates when outside of the Slideshow Module. Which one? Well, Default +, of course. How do you change that? Right-click (Command-click) the slideshow template you'd rather use and select "Use for Impromptu Slideshow".

  • How to hide buttons when no data found!!

    Hi All,
    I have created two regions
    1. Serach region
    2. Results region.
    Initally when the page loads by using hidden vaiable i am bale to hide the "results regions" once they clik on that serach button i am displaying the region of results region along with teo more buttons as "export" and "print" buttons.
    It is showing fine when data exists under Reulst region.
    But when no data is return i am displaying the message as "No data found" but along with this it is displaying "export" and "print" buutons.
    This buttons needs to display only when the data exists under Results region.
    Thanks,
    Anoo..

    abhishek8299 wrote:
    Use SQL (Exists) in the condition and write an sql statement there.use this
    SELECT
    1
    FROM form1 MF,bench1 BM,
    participant1 PP,key1 KT
    WHERE MF.ENGAGEMENT_ID=BM.ENGAGEMENT_ID
    AND BM.ENGAGEMENT_ID =PP.ENGAGEMENT_ID
    AND PP.ENGAGEMENT_ID =KT.ENGAGEMENT_ID

  • How can I hide a button with javascript in Captivate 8?

    I need to run some javascript in my project and at the same time I want to hide a button, so I can't use advanced actions.

    It is very strange, most users who have focus on JS try to do everything with it, whereas lot of simple actions can easily be done with advanced/shared actions. I will only go to JS when it is not possible with advanced/shared actions.
    You are lucky, I was just restarting to work on an advanced training for next week when your question showed up.

  • How do I hide the background when I shape an image in 3D?

    This is a problem that has cropped up before but I'm going to simulate it.
    Say in this instance I want to overlay the picture of a kitten over a ball image. I've already extracted (roughly) the background from the kitten picture. I want to use 3D to warp it to the shape of a sphere but I've still got the ball's default background colour as well. How do I hide the background colour of the ball entirely so only the, warped, image of the kitten is visible to overlay over the ball image?
         When I wrap the kitten image onto a 3D sphere mesh preset I get the default background
         And when I try to overlay it over the 2D ball image the background prevents correct overlaying. I want just the kitten pic
    Thanks

    You apply the texture to the transparency of the material.
    Mylenium

  • How to hide a graph when no data

    Hi,
    I have a Pie-chart in my rtf template. I pull data from db using sql query.
    I want to hide that template when there is no data (means sql query returns zero results). Can anyone let me know how can I achieve that?
    Thanks,
    -Vijay-

    I know it can be done by putting that in a "Conditional Region" given by BI Publisher desktop plugin. But what condition can I put in if block to identify "when no data" ?
    Is there any straightforward configuration kind of.. in Pie-chart, to hide it when no data.

  • How do I hide Library Bar when viewing the Store?

    Friends for some reason the I-tunes Store will no longer let me page over to the download button when I want to download podcasts from the list. In the past I have used the arrow keys to page over to the right hand side of the I-tunes store page and now just today it will no longer do this. There seems to be no way to select to download because the page will not fit on the screen because the left side shows the library task bar. Is there any way I can hide it so the store fills the entire screen? Why did this page over feature just stop working?

    I'm having the same trouble when it comes to actually buying a song. It used to be that I could use the scroll bar at the bottom and scroll over to the "Buy," button, but now I find no such bar AND no way to get to the "Buy" buttons (even after maximizing the screen!). Is there some way I can reconfigure so that I can see the "Buy" buttons again. Or is this some kind of ploy to get you to buy the entire album?

  • How do you hide purchased items when I only have an ipad air and don't own a Mac or a PC?

    How do you hide history of purchased apps from an iPad air when I don't own a Mac or a PC to log in and hide items?

    You're welcome. Sorry to be the bearer of bad news.

  • How do i hide former recipients when i forward an email

    if my friend emails me a message that has prior recipients how to i hide those names and addresses if i want to forward his message to someone else?

    I just hit "forward", then once in the message box, I delete all the previous messages, which included the former recipients.  I just send the new current message to the one person I want to see it.  Just make sure you don't hit "reply to all". .  Good luck.

  • Disable Button when no rights to enter Form

    I have a form which i can open from another form with use of a button.
    The problem is:
    One of our users have the rights to enter form1 on but not to enter form2 through menu. But on form1, i have a button to goto Form2.
    Now i want to know how to disable this button when she enters form1. We tried to use a get_menu_property procedure. Does anyone knows a code to disable a button.
    Our code is:
    PROCEDURE Toggle_Enabled( consultant_profielen VARCHAR2) IS
    mi_id MenuItem;
    BEGIN
    mi_id := Find_Menu_Item( consultant_profielen );
    IF Get_Menu_Item_Property(mi_id,ENABLED) = 'TRUE' THEN
    Hide_button('consultantprofiel');
    ELSE
    Null;
    END IF;
    END;
    This code doesn`t work, anyone know how it will work.
    Thanks,
    Vincent

    set_item_property on the button should do it. check the online help

  • How to query / list table name with certain data type?

    Hi all spatials,
    Sorry for the dumb question. I need to make a query that list all table name that contain certain data type, eg. SDO_georaster. How to do this ?
    Many thanks in advance
    damon

    Skip it. I figured it : using USER_TAB_COLUMNS will definitely help.
    Cheers
    damon

  • How to keep LIN at hight when no data on it?

    Hi All,
    I have a question: how to keep LIN at hight level when no data on it?
    My card is PCI-8516
    Thanks a lot.

    I release LIN, so bus is low.

Maybe you are looking for

  • Save PDF to iPhoto...?

    I'm trying to save my book by printing / Save PDF to iphoto option but after it is finised by the pages it is not in the Album and on the right corner the little black gear keeps on spinning for hours and nothing happens. Any idea?

  • Disable Intel CPU Hyper threading in Oracle RAC environment

    Dear Expert, Does disable CPU hyper threading will have direct impact or maybe unexpected behavior to Oracle RAC database? Actually the background of this question is we have many received packet queuing on the network layer waiting to be processed.

  • PDF SDK creates inferior images

    We are trying to upgrade an application to use the Acrobat API's to display PDF files within our application (instead of the ActiveX components, which seem to have become unreliable with 8.0). But the PDF files don't look nearly as good. The anti-ali

  • How to enable the code assist for annotation

    Hello i downloaded and installed netbeans 6.7.1, i found it doesnot support code assist for annotation in java Editor, when i write down @, nothing display,who can tell me how to enable this function, when i write @, the pop up menu show me the possi

  • I need to install dreamweaver. In Creative Cloud, it says "TRY" instead of "INSTALL". Why?

    I need to install dreamweaver. In Creative Cloud, it says "TRY" instead of "INSTALL". Why?