Hidden check box

db11gxe, apex 4.0, fire fox 24, Hi all,.

I have a report, I created a checkbox to remove lines through him with abutton, but the problem is every time I log out of the application

and get more, I do not see the box, I have to click the button actions > select columns, then the show again.

I want that he be still displayed even if I sign out and sign in again at any time?

How to do?

Hello

Connection and add a check to the State.

After this, SAVE the report in the default report (action button - Save the report).

After the default report once your settings must be permanent.

See you soon

Bottom

Tags: Database

Similar Questions

  • Firefox crashes in typing or by clicking check box or the radio button, even with all the plugins / extensions removed. Check with many types of malware scanners.

    Firefox crashes in typing or by clicking check box or the radio button, even with all the plugins / extensions disabled, then deleted. Sometimes it hangs for five minutes. I checked the PC with several types of scanners of evil-ware, but none to be found. All hidden and deleted cookies, all DELETED & extension plugins. Remove all instances of Firefox PC and registry, then restored to bookmarks. The only thing that I did not is to remove and reinstall not my favorites.
    Windows Vista (yes I know) and FF 13.0.1

    Try disabling hardware acceleration in Firefox.

  • How to check automatically check box a specific word is entered in a text field?

    I need help for a formula; I want to enter a specific word in a text field (labeled: food Group1).

    If I type the word 'Fruit', I want a check box (labeled: Fruit1) which appears later in my form to fill out.

    If I type the word "Grain", I want a box (marked: Grain1) which appears later in my form to fill out.

    Can someone please help me with a script that I can insert?

    Thank you very much!

    Kind regards

    Novice

    > I want to use capital LETTERS when you fill out the form

    Text comparisons are always case sensative.

    > Well, I need to all food includes Fruits, vegetables, cereals, meat, dairy products.

    > Appear which means, that when I type of fruit or grain in the text field, a check will "appear" in the box no fields are hidden or created. (not sure what you're asking here)

    On the forms fields can be visible or hidden. Appear implies that they are not visible or do not exist.

    > No, just a Word as one box of targets. for example, if I type "FRUIT" in the text field (labeled: Food Group), which should place a check in the box (labeled: Fruit1).

    If you have a limited number of registrations and specific words in a specific foramt, I would use a drop down box.

    I would like to use the 'Blur' action with the followting custom JavaScript:

    Fruits, vegetables, cereals, meat, dairy products.
    this.resetForm (["Fruit1", "Grain1", "Vegetable1", "Meat1", "Dairy1"]);  clear the result fields.

    test the text entered;
    var oCheckBox = null;
    Switch (Event.value)
    {
    case "FRUIT":
    oCheckBox = this.getField ("Fruit1");
    break;
    case "GRAIN":
    oCheckBox = this.getField ("Grain1");
    break;
    case "VEGETABLES":
    oCheckBox = this.getField ("Vegetable1");
    break;
    case 'MEAT ':
    oCheckBox = this.getField ("Meat1");
    break;
    case 'MILKMAN ':
    oCheckBox = this.getField ("Dairy1");
    break;
    by default:
    App.Alert ("No match for------" "+ event.value +"------"!", 1, 0);
    break;
    } / / end of switch.
    If (oCheckBox! = null)
    {
    oCheckBox.checkThisBox(0,true);
    }

  • How can I activate a check box if the data have been entered in a different text field?

    Hello. I would use four check boxes on a form, each of which will enable (check) if the data have been entered in four text fields of form on a different page in the same form.

    Example:

    Page 1 will have a question like... How many apples did you eat last month? "Text1" = 3

    So, given that the user has responded to 3 in the field 'text1', "checkbox1" must now be verified on page 2.

    ... and so on for the other three.

    Note: The answers to the questions will be like a number. If the user enters 0 (zero), then I don't want the boxes to activate it. So, any greater than zero response will check the checkbox.

    Follow-up to question...

    Is it possible for a text field quite different form whether visible or not visible (default read-only text) based on the status of each check box mentioned above?

    Example:

    "checkbox1" will have a field of text next to it named "date1" with a date hidden. If "checkbox1" is checked (because of the above), then the date will be visible.

    ... and so on for the other three.

    Thank you very much!

    -You can use something like this as the custom of your text field validation script:

    if (event.value=="3") this.getField("checkbox1").checkThisBox(0, true);
    

    -Yes, but you shouldn't make it dependent on the box to check, but integrate it in the script above, like this:

    if (event.value=="3") {
        this.getField("checkbox1").checkThisBox(0, true);
        this.getField("date1").display = display.visible;
    } else {
        this.getField("date1").display = display.hidden;
    }
    

    If you also want to uncheck the checkbox where the value of the text field is not 3 then double online #2 but with the false instead of true value in the else block.

  • Evaluator check boxes on several pages

    I am working on a form that is used to monitor progress towards the realization of the tasks for the qualifications for a specific task.  It has been used for years as a normal pen and paper version, but I take to complete totally electronically with digital signatures.

    I use Adobe Acrobat Pro XI and converted at the origin of a form of MS Word and then delete the extra fields, added those who was required to do this is so they can simply check the items on the pages of the evaluator.

    I created a series of check boxes on each of the three pages of evaluator, as most people cannot get all accomplished under an evaluator.  The boxes already have a JavaScript using an if/else statement that complements the tasks sign compromise with information from the evaluator, but I want to lock the boxes on the second and third evaluator when the first check and then digitally signs the first record of the evaluator.  I tried to use the show/hide feature, by hiding the checkbox on the 2nd and 3rd page (and 3rd page of 2), but when I test as an evaluator who made a mistake and then uncheck the box on the 1st assessor record, the 2nd and 3rd pages check boxes are still hidden.  I then tried to add readonly status in the If/Else JS, but I get a syntax error in the changing Else part rear single reading to false.

    So, how can I use what is already built with the show/hide, but when they uncheck, it cancels the "hide" or I need help, correction of the syntax in the following script.

    If (event.target.value! = "Off") this.getField("Check_Box1-1").readonly = true, this.getField("Check_Box1").readonly = true

    else this.getField("Check_Box1-1").readonly = false this.getField("Check_Box1").readonly = false;

    I'm not a programmer now, but not the Fortran and COBOL back in the 1980s, then to understand the basics, but do not understand my syntax error in the statement.

    «"«You are almost there...»»» A comma is not a valid JS line end character. A semicolon is. And please make sure that you use only standard double - quote, not one of those 'fantasy', for your code to work. It might be a good idea to read a tutorial on the core JS syntax, like this: http://www.w3schools.com/js/default.asp

    Here is a corrected version of your code:

    if (event.target.value!="Off") {
        this.getField("Check Box1-1").readonly = true;
        this.getField("Check Box1").readonly = true;
    } else {
        this.getField("Check Box1-1").readonly = false;
        this.getField("Check Box1").readonly = false;
    }
    
  • Check box to hide the subform does not

    I have what I think it's a pretty simple dilemma. I have a check box that will be used to show/hide a subform when checked/unchecked.

    However, any code that I have written seems to work. The box is an object in page1 and not wrapped in subforms. The subform has simply two inside text fields. the properties of the box have been defined for bind values are 1 for archiving, 0 for uncontrolled. The fields in the subform exploit the value "invisible" because I don't want to see these fields in the form (unless the box is checked).

    My code is:

    Form1. Page1.newspaper::click - (JavaScript, client)

    If (this.rawValue == 0) {}

    xfa.resolveNode ("form1..") Presence Page1.Newspaper_Subform") ="hidden ";

    }

    else {}

    xfa.resolveNode ("form1..") Presence Page1.Newspaper_Subform") ="visible ";

    }

    This code is located in the under JavaScript click event. The form is saved in a dynamic XML form to Adobe. I use Adobe Pro XI and LC ss4

    I can do this work in the generator of the action, but I want the subform back to hidden when unchecked.

    Obviously, a beginner in Java script, ideas/help you might have would be appreciated.

    What exactly is the problem?  Is this not not showing or hiding not when you change the box?  According to your description, you have two text boxes the invisible value but your script changes only the presence of the subform.  If you show the subform without changing the presence of text boxes, they will remain invisible.  If you want all show/hide together, set the presence visible text boxes and simply change the subform presence as you are now.

  • Help with the check box.

    Hello

    I have a question with the checkbox. I use Apex 4.0.
    I have 5 check boxes and using the Lovs I gave values for each check box.

    When I select the boxes to tick and submit, the values are inserted into a single column.
    Example of
    Consider the CB as checkbox

    CB1 1
    CB2 2
    CB3 3
    CB4 4
    CB5 5

    When I select CB1 CB4, CB5 databases it stores like 1:4:5 but, I need to be stored in format 10045. As if I select CB2, 3 5, then it should be kept as 02305

    The return value of the checkbox should be included as well as the other values not selected as 0s such as related in the above format.

    Can someone help me with this.


    Thank you
    Rik

    It should work now.

    Like I said before, you should use the new element (P2_X) in the process of page(process of CB_EXAMPLE line) as the concatenated numbers.
    So I changed the field reference column DB on the P2_NUMBER_2 and added to P2_X.
    Also, I changed P2_X to only textfield display(you can change to hidden, without security of checksum), since view only items will be unavailable in the process of the page.

  • hide or show a control of whith sous-forme a check box

    Hello

    I don't know how to do this.

    I can't put it in "on click" because click can check or uncheck the box.

    Please help me

    THX

    Nath

    Hi Nath,

    I don't understand. The usual approach is to allow the user to check the check box, for example checked = subform is visible, unchecked = subform is hidden.

    Is that what you're after?

    If so, it should work in the click event:

    if (this.rawValue == 1)
    {
         subform.presence = "visible";
    }
    else
    
    {
         subform.presence = "hidden";
    }
    

    If you are after another behavior, can explain you more.

    Niall

    Ensure the dynamics

  • Show/hide subform by using a check box - Please HELP

    Hi guys,.

    I am fairly new to Adobe Livecycle and javascript in general. I am trying to create a form that has multiple check boxes. When you have selected a checbox, I want to show a subform. If this is not checked, I want the subform to be hidden.

    Under the for the checkbox control's click event, I tried the following:

    If (this.rawValue == 1)
    {
    CheckBox1.presence = "visible";
    }
    on the other
    CheckBox1.presence = "invisible";
    }

    Also, I don't want the subforms to display when the form opens, when the user clicks the check box.

    IT DOES NOT WORK. Help, please!

    Thank you

    Use formcalc:

    On the Click event

    If ($.rawValue == 1) then
    subformname. PRESENCE "visible" =
    else subformname.presence = "hidden"
    endif

  • Reposition the cursor when the check box is selected

    Good day all.

    I'm trying to figure out how I can reposition the cursor in a text field once I've selected a checkbox.

    Example; I have 3 boxes can select use. When the user selects the check box, I want to cursor to move to this box.

    Does anyone know how this could be done?

    Using Adobe LifeCycle Designer 8.0

    Windows XP Pro

    Thank you all

    Chomp

    No Chomp problem, I updated the form that you posted to set focus in the first textfield in the hidden subform (criterion 1). I published the form here:

    https://Acrobat.com/#d=46bhrRPpzUOEN4XI7--W-w

    Notice how the full path should be clearly explained when fields bound, in this case, a check box and a text field, are in different subforms.

    If you never do know what the full path to a field, click a different field, click in the script Manager window, then ctrl + click the field you want the path. If you have this selected field ctrl + click 'this' will return just as he will himself reference in the script manager.

  • With value of check box for show/hide radio buttons?

    I have created a pdf form. I have a checkbox and radio buttons several. I put it so radio buttons are hidden until the user clicks on the checkbox above him. I also put the box reset option on mouse-to top buttons. However, radio buttons are always selectable. I want to assure you that if one of the radio options is selected, the check box to be checked as well.

    Is there a bit of javascript, I could add to the check box to hide the option buttons if its value is not equal to yes (checked)?

    You can use code similar to

    If (event.target.value == 'Yes') {}
    selected - display radio buttons
    this.getField('Radio_Button1').display = display.visible; view the radio button
    } else {}
    Show box unchecked hide radio button and reset the field
    this.getField('Radio_Button1').display = display.hidden; Hide radio button
    this.resetForm (["Radio Button1'"]); Disable the option button
    }

    But YOY will have to change the field "Radio Button1" name match your fyouor domain name to the Group of radio buttons.

  • Report with check boxes

    Hi all

    I have a report with check boxes the empno they receive in return
    I have
    Select apex_item.checkbox (1, empno) cbox, a.empno, a.ename, a.mgr, a.deptno of the emp has
    in the report...
    I have a dummy hidden (P2_EMPNOS) field that stores from the inside with concatenated comma empno (for which I wrote a page process)
    DECLARE
    vRow directory;
    BEGIN
    : P2_EMPNOS: = NULL;
    : P2_EMPNOS: = apex_application.g_f01 (1);
    BECAUSE me in 2... apex_application.g_f01. COUNTY
    LOOP
    : P2_EMPNUMS: =.
    : P2_EMPNOS
    || ','
    || apex_application.g_f01 (i);
    END LOOP;
    END;

    on my next page, I want the records that I have chosen as this

    Select a.empno, a.ename, a.mgr, a.deptno
    EMP a
    where empno in: P2_EMPNOS
    I have tried (: P2_EMPNOS),': ' P2_EMPNOS
    The problem is if I select a check box, and then on the next page, I get this a record...
    But if I select several, then a bad start... it says "no data found"... but still, the values can be displayed on the next page with commas

    A body can help me in this please.

    Thanks in advance.
    Gora

    Write your SQL as

    Select a.empno, a.ename, a.mgr, a.deptno
    EMP a
    where instr (: p2_empnos, ',' | empno |) ', ') > 0

    CITY

  • With the help of check box in number to add/subtract a value of 0.5

    Hello

    I use a formula that calculates working hours daily and then subtract a half hour for lunch if a check box is selected. The formula applies with the exception of the time 0.5 being added or subtracted. Any ideas? The box strives to subtract the Boolean value (0 or 1), I just need this value to be represented as 0.5 If you get my drift...

    Thanks in advance!

    Tender Hello,

    Formula in D2 (fill down)

    = B2−a2−if(C2,"0.5H","0h")

    Kind regards

    Ian.

  • What happened to the PDF check box in the Menu Overview print?

    On my Win 7 Pro computer, v41.0.2 Firefox has a checkbox adjacent to the button PDF PRINT, which changes to SAVE the PDF file when the check box is selected. This GREAT feature is missing from the Firefox v41.0.2 on computer WIN - 8.1 from my wife. How is it?

    Print Edit = > you got it on the two Firefoxes?

  • Version numbers 09: how the total cells that were identified by a check box

    Since the model of list of control, I created a new table. The first column contains a check box in each cell, and the second column contains the weight of the item specified in column 3. What formula use so that when some of the boxes are "checked" I get the total weight of these elements, rather than the total weight of all the elements? Thank you in advance.

    Andy

    Hi Andy,.

    SUMIF is your friend here.

    19 is a footer line.

    B19: = SUMIF (A, TRUE, B)

    Do not forget to reset the format in the cells in column B of the Date and time (as defined in the model) to the number.

    Kind regards

    Barry

Maybe you are looking for

  • Need XP graphic drivers for Satellite 5200-902

    HelloI need graphics driver for my toshiba satellite 5200-902.Where can I find it?(windows XP)Thank you!Lorenzo Post edited by: LoreViola

  • USB converter with serial GPS error

    I recently created a program to record GPS data from a Garmin GPS18 antenna.  The GPS uses a serial port on the docking station for my laptop for the communication and USB for power.  To deploy this application to a location in the field, I need to u

  • Photosmart 2710 need to change region for the printer cartridges

    Hello: I am an international resident currently residing in the Brazil. My printer is programmed for Asian print cartridges and the region needs to be changed so that I can buy cartridges locally. When I changed from Europe to Asia, HP Singapore supp

  • The calls blurred of Smartphones from blackBerry 8800

    I need to try to explain what I see happening and perception - so that it is not technically correct, but it is what is happening. In some offices, the intensity of the signal is not as strong as elsewhere, but enough to run normally. Opportunities,

  • Problem of legends living library when photos on another PC to homegroup

    This will sound very odd but I repeated it several times and it is consistent every time. What works: I have two computers Win7 and use WLPG on everyone and fortunately change legends (and ratings, etc.) on the photos that are on their own computers.