Subform visible of the attachment submit only after

This is probably not possible, but I'll ask anyway...

I want to click a custom electronic button to attach the form (PDF version, not just the data) and send it to an administrator. I want the subform to become visible, but only in the attached file, not to open the file currently viewed by the user who clicks on the button to submit.

Reason: The information contained in the last subform are for the Admin only to view and response. Is there a way to do this?

By clicking send, you could show the subform, and then hide again after that that it was sent.

Tags: Adobe LiveCycle

Similar Questions

  • Subform visible on the screen

    Hello

    I'm wanting to have a subform that can be filled out on screen but does not print and does not place on the page when printing. This subform also contains global fields in other subforms liaison. Is this possible?

    Thank you.

    Hello

    Yes, it is possible, but it will take script.

    The problem is that, while in the object > palette field you can define the presence of the subform 'Visible (display only)', it will still take an empty space on the print.

    Solution is to have the following script in the event of pre-publication of the subform:

    This.Presence = 'hidden '; to hide the subform

    And this script to the postPrint event:

    This.Presence = "visible"; to redisplay the subform

    Hope that helps,

    Niall

  • How can we change the visibility of the drop-down list after its creation?

    I create a QML document with three drop-down lists.  Depending on how "trans_type" is selected, only to drop Extra should be displayed.  If the option "account" is selected, the drop-down list is visible and the DD category is hidden.  The reverse is true if the 'category' option is selected.

    Here's how I build my QML document:

    void Testing::updateFields()
    {
        if (m_form.isNull())
            return;
    
        // Clear all fields from the form
        m_form->removeAll();
    
        // Clear the internal mapping
        m_fields.clear();
    
        //get the transaction page ready
        QmlDocument *qml = QmlDocument::create("asset:///transaction.qml").parent(this);
    
        DropDown* trans_type = qml->createRootObject();
        trans_type = DropDown::create().title("Transaction Type");
        trans_type->add(Option::create().text("Accounts").value("0"));
        trans_type->add(Option::create().text("Categories").value("1"));
        trans_type->setSelectedIndex(0);
        connect(trans_type, SIGNAL(selectedIndexChanged (int)), this, SLOT(onDDChange(int)));
        m_form->add(trans_type);
    
        DropDown* account_dd = qml->createRootObject();
        account_dd = DropDown::create().title("Account");
        account_dd->add(Option::create().text("No Account").value("0"));
        //... code to populate account drop down here...
        account_dd->setSelectedIndex(0);
        m_form->add(account_dd);
    
        DropDown* category_dd = qml->createRootObject();
        category_dd = DropDown::create().title("Category").visible(false);
        category_dd->add(Option::create().text("No Category").value("0"));
        //... code to populate category drop down here...
        category_dd->setSelectedIndex(0);
        m_form->add(category_dd);
    
    }
    

    Everything is displayed properly on the page.  onDDChange is called and it shows a Toast that the option has been selected.  Here is what I currently have in onDDChange:

    void Testing::onDDChange(const int &info)
    {
        QString msg = "Switched To: ";
        if(info == 0) {
            msg = msg + "Account";
        } else if(info==1) {
            msg = msg + "Category";
        } else {
            msg = msg + "Unrecognized";
        }
        showToast(msg);
    }
    

    I can't figure out how to get the drop down lists to be visible/hidden depending on the needs.  There is a function "setVisible()" for the drop, but I can not understand how to operate without the app crashing.  http://developer.BlackBerry.com/Cascades/reference/bb__cascades__dropdown.html#function-setVisible-v...

    My questions are:

    1. How can I change the visibility of the appropriate dropdown lists in a different function when the status of the main drop-down list is changed?

    2. is there a way to define an id for drop-down lists?  If not, how am I supposed to go into the drop-down lists in a variable later so I can receive their value or change the visibility?

    Any help would be great.  I've been struggling with this for a while.

    There are a number of methods you could use signals and slots between your code and the QML or something simple is assign "objectName" as a property, then this search in C++.

    http://developer.BlackBerry.com/Cascades/documentation/dev/integrating_cpp_qml/

    Something like

    DropBox db = mRootContainer->findChild("dropboxname");
    db->setVisible(true);
    
  • Laptop screen stays black with the mouse cursor only after that comes the HP and Windows logo

    Hi all

    No, my laptop model is HP Pavilion dv6 1337tx. My OS is Windows 7 Home Premium 32 bit. So, today, I shut my laptop down by force by pressing the power button because it did not at this time. Then the next time I turned it the wrong problem started. Whenever I'm on the HP logo sometimes and then the Windows logo comes also. But then the screen stays black and the mouse cursor appears. So, what can be the cause of this problem? I also tried to open with 'safe mode' and 'safe mode with command prompt', but they did not help either.

    Note - I tried the method of discharge after taking off the battery and holding down the power button. He could not help. All LEDS are working properly. I have no extra monitor, so I can't check the display elsewhere. Also, I ran the memory test which shows that everything is fine. Please suggest what I can do now as I can not enter the laptop now. What can be the reason?

    Black screen with blinking cursor:

  • Make the subform visible in the drop-down list

    I have two drop-down lists in my form. I used the switch-case causes the option chosen in the drop-down list 1 to fill available items in the dropdown list 2. Depending on the option chosen in the drop down 2, I need to make the field visible or hidden. I don't know where I get the value of my if statement to make the field visible or not.

    Thank you

    MDawn

    Hi MDawn,

    Populating drop-down lists (DDL) is done by element pairs: addItem ("DDL text element displayed", the value of the element DOF) for example: ("Item", 1).

    You can access the value of point DOF using the output of the DDL event. Place a script here "this" to refer to the value of point DOF.

    For example, a script like

    If (this.rawValue == "1") {}

    Subform1. Presence = "visible";

    }

    will reveal the subform after the user selects a DDL element that has the value "1".

    In addition, you can consider using the preOpen event DDL to fill the 2nd drop-down list box. It allows to populate the drop-down list when clicked - this allows you to do a number of things such as check no matter what value of objects or more objects to their values before you decide what elements should be populated in the drop-down list box. It is powerful enough way to do this because it opens up a whole series of things that you were not able to do otherwise.

    I hope this helps.

    Stephen

  • No indent on the first paragraph only after the title

    I am importing a Word document and I encounter a few problems during Assembly.

    1. I don't want the first line of the first paragraph after a heading have a dash. I don't want the Indent on the following paragraphs.

    I created two new styles of paragraphs where firstbodyParagraph style does not have a dash in the 1st row and bodyParagraph style has a dash.

    Title 1A in the following style firstbodyParagraph and firstbodyParagraph a bodyParagraph in the following style. It works very well within Indesign. For example if I score of Heading1 until the next title and select use Heading1, and then click Next. But if I get a Word document where I've adapted Heading1 in word to my own defined inddHeading1 etc, this does not work no matter how I try to change the linking of the Word text in firstbodyParagraph or bodyParagraph. Following style is not honoured so to speak.

    2. Another problem is that my margin to the left and right margins settings change not is. Word document left only right margin and my body text paragraphs are to the left and right margins straight. A small sign appears on my paragraph style and I have to go through the whole of the document paragraph by paragraph to click away.

    To the text block, you can break the flow of the text on the first image, substitute the paragraph and style of object of the framework and then create a link to the stream. If a stream of text associated with various substitutes:

    Click on the first image port, followed by a click in the first frame to untie the lead

    All select and clear the replacements for the paragraphs of the text styles and select the image and erase his substitution. Italic Blue Note not style loses her style because she has no style applied character:

    Renfilez:

  • See the playback bar only after all the captions display?

    I'm trying to understand how I want my users to navigate, and thanks to the response of lilybiri on conditional actions, I am able to make the play bar jump up if users hit different buttons - thank you again.

    But here's what I don't know now.  I have another slide in which I want to have all the text and captions arrive on schedule (which follows the narration), but then not the pop play bar until all these were posted.

    In others, I understand the conditional action that will show the playback bar, but here I have nothing to attach a conditional action too.  I just want the PlayBar appears at the end of say 30 seconds, and let the user decide when they progress, but don't let them move forward before the entire displayed page.

    Note: The slide automatically suspended because I have a button that appears and allows them to view additional content, but I don't want that it is a mandatory button before seeing the play bar (if it is required, then I could use it as the action of condtional to shw the PlayBar)

    You need an event to trigger a tip action, and calendar is not an event.

    Why not to create another identical slide and have the playhead to move to this slide, after the first slide (with a chronology of 30secs) is over?

    Lilybiri

  • Why my computer continues to change the file read-only after I have untick

    I just had a Virus go through my computer and I cleaned it, then my computer shows I lost all my information, but I know that I have not because I still programs and background even though I've been there and opened a few folders to see if the files are hidden it turns out they were, but the box that says hide has not been verified , so I corrected the hidden problem but now the computer keeps the read-only check box and everytime I try to uncheck once I apply then click ok, it re check it self and I don't really know how to fix this... Please help

    Hi Cameron_513,

    Method 1: Run the fixit available in the links below and check if that makes a difference-Worth to try
    Diagnose and repair Windows files and folders problems automatically
    Difficulty of broken desktop shortcuts and common system maintenance tasks

    Note: FixIt would attempt to recover bad sectors on the hard disk, in the course of this process there are chances of DATA loss from that particular area.

    Method 2: follow the steps described in the article below to restore the security settings and then check if it makes a difference.

    How to restore the security settings to a known working state?

    http://support.Microsoft.com/kb/313222

    Method 3: Run Microsoft Security scanner (MSS) to remove the infections of vestige of the computer

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    Note: Infected files can be deleted from your computer; There is a chance of data loss.

  • Images on the screen in the list update only after scrolling to the rank of the list instead of updating automatically after each image is uploaded (delayed image loading)

    1. I started a lazy image loader to download images in drawListRow and passed the url of the image to download reference.

    2. After downloading the respective bitmap in the lazy image loader, I cancelled the list (called by using a reference to the screen where images are to shoot) using a thread event as follows:

        UiApplication.getUiApplication().invokeLater(new Runnable() {
                public void run() {
                    _list.invalidate();
                }
            });
    

    But my images are updated on the screen until I scroll over the line in the list.  I also tried to use _list.invalidate (index) to invalidate each line once the image is drawn to this particular line, but it does work and does the same thing as _list.invalidate ().

    I want the images to be updated without scrolling, and as soon as they are downloaded. How do I get there?

    Valuable contributions will be highly appreciated.

    UiApplication.getUiApplication () .invokeLater (new Runnable() {public void run() {_list.invalidate ();})            }        });

    use invokeAndWait instead of invokeLater and check if it works or not?

  • Post the Acrobat PDF digitally signed on the server submit or after Signature

    You can script so a PDF file will be displayed on the server once it is digitally signed with a certificate. If there is no event for once signed the signed PDF digitally could be published by a "submit" button.

    Two goals, make it easier for the user to return the signed PDF and ideally make sure they can download the PDF and load it into their browser and sign and it go back.

    Links and code examples would be appreciated.

    In the "Signed" tab of the signature properties, you can add a script that runs when the field is signed. The following JavaScript code shows the complete PDF. 'url' must be set to a server-side script that will 'catch' the PDF so you can save somewhere offshore.

    this.submitForm({)

    cURL: url,.

    cSubmitAs: 'PDF '.

    });

    The PDF is submitted as an HTTP POST where the PDF is a string forming the body. If you use PHP, thre next line will give you the PDF.

    $pdf = @file_get_contents ('php://input')

    J-

  • Text on the button "submit" only appear not

    Hi all, I have a form with a button "submit" at the bottom.  When I add it in Acrobat Pro X the SUBMIT text presents itself. But when I open it in Acrobat Reader it is just a gray box.  What setting do lack me?

    acrobatpro_text.jpg

    Above is in Acrobat Pro, this is in Reader

    readernotext.jpg

    Thank you!

    Have you set the label text in Acrobat, as shown in the following screenshot:

  • The images are visible in the module development only.

    I can see my images only in the develop module and with the layering of cultures under tension. I don't know why. Probably accidentally changed a setting.

    I think that the most common problem like this has been resolved one of the two following ways: monitor profile has been altered, or the preferences have been corrupted.

    Considering that all your images are gray, I'd start with the monitor profile.  Set your profile to soemthing else and see what happens when you restart LR.

    See you soon!

  • Internal hard drive is no longer visible on the desktop iMac computer after rebuilduild

    Had to rebuild and install OS X on an internal hard drive of my iMac. I can no longer see its icon on the desktop. I can find the files n the finder so I know he can r be read and written. Suggestions as to the problem of formatting, I presented.

    Maybe you need to reassign, through the system preference.

  • Grep which finds quotes and review for those on the right, but only after the numbers...

    Hello

    I'm trying to find all the quotes that follow the numbers and turn them into quotes.

    I'll try to put this in a GREP style eventually, but in the meantime, I examined it with find and change.

    Here's what I did... but it does not work.

    To find it - I have a positive look behind to find a digit, then pasted into the curly quote

    Fort of change to-I found the Unicode value for the right quote.

    But it did not work ;-(

    any thoughts there!

    Babs

    Picture 1.png

    «is any sort of double quotation marks (straight, curly, opening and closing).»

    To force some sort of quote, use one of these:

    ~ {double opening curly

    ~} double closing curly

    ' ~ ' Straight

    "(Remplacez seulement) uses the typographer use quote setting (that is, if on, change to appropriate completed open or close, otherwise use the right)"

  • Why the attachment (paperclip) icon until the message is selected?

    In my Inbox that there should be an indicator of attachment (paperclip) appearing on all messages that have an attachment, however, the icon appears only after the message is selected. So there's no way to know if a message contains an attachment without clicking. This is Courier IMAP via Godaddy. Thank you

    seriously... Tools menu > accounts settings > sync and storage.

    Now, we can move.

Maybe you are looking for