How to remove the warning "cannot save form information.

docOpenWarn.jpg

I created a file of pdf XFA (using the LC Designer 8.2) to post this question, but I have a step could join the pdf so please bare with me with the explanation

Click event js:

function activateUser() {}
var PDFVersion = xfa.host.variation + xfa.host.version;
xfa.host.messageBox ("registered button click event");
XFA. Form.Form1.sendForm.welcomeMsg.Presence = "invisible";
XFA. Form.Form1.sendForm.successMsg.Presence = "visible";
};

Steps to get the caveat:
(1) open the attached pdf using Acrobat Reader.
2) click on the button "confirm registration".
(3) adobe reader gives a warning "cannot service information.

The XFA pdf summary:
It has two text fields. The button click event of the field made invisisble & field B are made visible.
When opening the PDF in reader, he must not raise this warning message.

My Efforts:
(1) I can avoid this warning message by adding RRE to the pdf document, but I don't want to add RRE like I want to just change the user interface (no form submit required ir).

I have a pdf of basic & I want to update the pdf file with the user-specific data. I have no obligation to make a form (no submission form is required)

Please help me solve this problem.

Hello

I'm sure you can't script for this message to not appear. If opening a form that is not Reader Extended in Reader, as soon as the user interacts with the message form is wired to appear.

I don't know what else is happening in the form. You're talking to a database when the user clicks on the button? The script: 'activateUser function' and "successMsg" implies that something is happening behind the scenes.

Here is a summary of the deployment options for users of Acrobat/Reader: http://cookbooks.adobe.com/post_Using_LiveCycle_Forms_in_Acrobat_and_Reader-16518.html

What if all you are going is by clicking on a button and showing / hiding two messages then, if you use Acrobat to create an AcroForm. So much is what you use buttons then the warning does not appear. If your two posts will have to be made until under form of images and used as background to the buttons. Once an AcroForm has an entry for example, textfield, then he recognizes her as a form and display the warning, but if it was just the buttons and then without warning.

Good luck

Niall

Tags: Adobe LiveCycle

Similar Questions

  • HOW TO REMOVE THE STORED IDS AND FORM INFORMATION

    How to stop auto form saved as user ID and email address information.

    Thank you so much, ubiese!

  • How to remove the list item empty forms of oracle?

    Hello

    How to remove the list item EMPTY forms of oracle?

    I create two list items

    (1) basic

    (2) advanced

    But when I select list or display the runtime display form element 3 element EMPTY automatically, but I add what it shows I want to delete! How?

    He has named REQUIRED = NO item property

    If you set YES and then it does not show. but you must give an initial value.

    Hamid

  • How to remove the warning 010212-BEA Weblogic 10.3

    Hello

    We migrated from 8.1 to 10.3.We are getting warnings during the server starts. To suppress the warning, I use the tag < disable WARNING > in the Weblogic ejb jar. I get the error message

    "* BEA-010212 is not an allowed value for the disable-WARNING element."


    Could someone please advise on how to remove the warning from BEA-010212


    Please find the jar of Weblogic XML for your reference.

    <? XML version = "1.0"? >

    < weblogic-ejb-jar xmlns = "http://www.bea.com/ns/weblogic/90" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: schemaLocation = "http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-ejb-jar.xsd" > >

    < weblogic-company-bean >
    HouseKeepingName < ejb-name > < / ejb-name >
    < descriptor transaction >
    < trans-timeout-seconds > 36000 < / trans-timeout-seconds >
    < / descriptor transaction >

    < enable call-by-reference-> True < / enable-call-by-reference >

    < jndi name - > JSSSLHouseKeepingHome < / jndi-name >
    < / weblogic-company-bean >

    <>transaction-isolation
    TransactionReadCommitted < isolation-level > < / isolation level >
    < method >
    HouseKeepingName < ejb-name > < / ejb-name >
    < Method-intf > home < / method-intf >
    < method name >-* < / method name >
    < / method >

    < method >
    HouseKeepingName < ejb-name > < / ejb-name >
    Distance from < method-intf > < / method-intf >
    < method name >-* < / method name >
    < / method >
    < / transaction-isolation >

    < disable WARNING > BEA-010001 < / disable WARNING >
    < disable WARNING > BEA-010212 < / disable WARNING >

    < / weblogic-ejb-jar >

    Hello.

    http://download.Oracle.com/docs/CD/E13222_01/WLS/docs103/EJB/DDreference-ejb-jar.html#wp1113572 the only value disable warning are BEA-010001 | BEA-010054 | BEA-010200 | BEA-010202.

    It seems that you can not disable BEA-010212.

    Kind regards.

    Aurélien.

  • How to remove the warning "do you want to save the changes to investigation.pdf before closing.

    Question: To remove the warning "do you want to save the changes to investigation.pdf before closing.

    I created a file of pdf XFA (using the LC Designer 8.2) to view this issue

    I can't attach PDF file. Without attaching the pdf file, it would be difficult to explain.

    Click event js:

    function activateUser() {}
    var PDFVersion = xfa.host.variation + xfa.host.version;
    xfa.host.messageBox ("registered button click event");
    XFA. Form.Form1.sendForm.welcomeMsg.Presence = "invisible";
    XFA. Form.Form1.sendForm.successMsg.Presence = "visible";
    Event.Target.Dirty = false;
    };

    docReady event js:

    function displayInfo() {}
    var res =xfa.host.variation;//Added this line to display the successMsg
    xfa.host.messageBox ("docReady event recorded");
    XFA. Form.Form1.sendForm.welcomeMsg.Presence = "visible";
    XFA. Form.Form1.sendForm.successMsg.Presence = "invisible";
    };

    docClose js event:

    xfa.host.messageBox ("docClose recorded event");
    Event.Target.Dirty = false;

    Steps to get the caveat:
    (1) open the attached pdf using Acrobat Professional.
    (Bouton 2) click on registration to confirm.
    (3) now close the document and the Acrobat gives a warning "do you want to save the changes to investigation.pdf before closing.

    The XFA pdf summary:
    It has two text fields. DocReady event field has done this & field B is rendered invisible.
    The button click event of the field made invisisble & field B are made visible.
    Closing the pdf should not raise this warning message.

    My Efforts:
    (1) found a property in js adobe docs.
    Event.Target.Dirty = false;
    It does not solve the problem.
    (2) I tried to put this logic in almost all the events listed in the designer, but I'm not able to solve the problem.

    Please help me solve this problem.

    Hello

    Change the visual appearance is dirty the screen, before all data are actually entered in the form. I've seen this before.

    I think that the docClose event is too late to have the sale/requiresFullSave script. preSave does not either, as this is triggered after the warning dialog is displayed.

    For a test, I would put the sale/requiresFullSave script in the layout event: loan. Not the most efficient, but he should do after changing the visibility of the messages.

    This could be interesting: http://cookbooks.adobe.com/post_How_often_events_fire_and_their_sequence-16547.html

    Niall

  • How to remove the warning of project

    Hi all

    I use LabVIEW 8.6.1 here project window. How can I get rid of the warning displayed in the picture?

    The file has been moved as indicated. Refresh does not work, or save, I can't remove the warning tab 'Files' or 'Elements '. Any ideas?

    TIA

    -Martin

    Martin.D wrote:
    [...] I can't remove the warning tab 'Files' or 'Elements' [...]

    The reason why you can not remove it is because the element is part of the dependencies. It shows little code in your application makes reference to this position in the file, because the file (DLL!) is not found.

    So to resolve the conflict, you have to find the node library function call that does not refer to the location of the DLL update. "Reroute" this COLD LAKE for the new position/name of the DLL and the entry should disappear.

    Note that this entry should not affect the functionality of the application since the DLLs are wanted in other ways if it is not found in the expected...

    hope this helps,

    Norbert

  • How to remove the Cloud of a former creative connection information account? (MAC)

    Hello

    I would like to take advantage of Cloud applications creative with my business account, at my home. I've been right car this would be the second computer, after that which is AU Office. Or, when I connect with my pro account, CC says that it detects no subscription, and offer me only the trial version. A colleague suggested that this is due to the fact that I'm going with my personal account previously on my machine, account with which I had actually only installed the trial version. Will there be an equivalent of cookies in the creative cloud app? If yes how to remove them? If not, how to fix this problem?

    Thank you

    Steven

    The CC app does not use cookies. These questions come down to the network connection that you are using. When you connect network and the IP, the connection may not be unique, and so the server cannot distinguish between the two different activations. Start by reading this:

    Solutions to connection errors, activation and connection with creative Cloud applications and Creative Suite

    Otherwise, it is completely on your side, so you can check your internet connection settings and your hardware router.

    Mylenium

  • How to remove the warning pop up security

    How to stop the annoying security WARNING pop-up

    Hello Excitr,

    Are you talking about the user account control that was included in Windows 7 and Windows Vista?

    You can disable user account control, but it is not recommended. You can temporarily disable but don't forget and turn on again to protect your system.

    To disable UAC

    1. click onStartand then clickControl Panel.

    2. in theControl Panel, clickuser accounts.

    3. in theuser accounts window, clickuser accounts.

    4. in theuser accounts tasks window, clickturn on UAC enabled or disabled.

    5. If UAC is currently configured in Admin Approval Mode, theuser account control message appears. Clickcontinue.

    6. clear the check boxuse User Account Control (UAC) to help protect your computer, and then click OK.

    7. click onrestart now to apply the changes immediately, or clickrestart later and close theuser accounts tasks window.

    If please reply back and let us know if this helped.

    Thank you

    Marilyn
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • How to remove the 5 s credit card information

    How to remove details of 5s credit card

    The following link should tell you all the necessary information to remove your iPhone 5s credit card info, however sometimes (this happened to me in the US store) it will force you to use a different payment method and if you use not/does not have another credit card, simply choose a prepaid card such as Visa or MasterCard for $25 if you have a store that sells them. in any case here is the solution-> change or remove your Apple ID - Apple Support payment information

  • How to remove the path in save in action?

    I have some shares deifned in CS4. At some point, I want to save the file to a quality preset. When I record this part record under it also stores the path where to save the file. I would like to remove this path. How can I do?

    then try this, after you did your Save As step, click on this square:

  • How to remove the email field in the contact form

    Hello

    I have a problem with the contact form widget must. When I import the widget on the site, I can't delete the email from the contact form field. How can I delete? By pressing the delete key, nothing happens, click on the blue icon appears select required, it won't let me...

    Any help on how to remove the e-mail form would be great.

    Hi Brad,

    Thanks for coming back. Yes by using other forms solves the problem, but the widget is so quick and easy. Pitty this field cannot be deleted.

    See you soon

  • When you change any personalsettings such as theme, display, screen saver or any of those things I get the warning: «Cannot find file C:\Windows\system32\rundll32.exe...» »

    Original title: rundll.exe error

    Hi all

    I have a problem with my file rundll.exe. When you change any personalsettings such as theme, display, screen saver or any of those things I get the warning: "cannot find C:\Windows\system32\rundll32.exe file. Check if you have entered the correct name, and then try again. "(Sorry for any incorrect translation. I have a Dutch version of Windows).

    Is there anyone who can help me with this problem? I searched on several forums, but no luck so far.
    If it helps, I have Windows Vista Home Premium 32 BIT

    Rgds,
    Robert

    Hi Robert,.

    You can try the following steps.

    1 put the CD ROM Windows XP disc in the CD-ROM drive.
    2. click on start and then click Run.
    3. type expand X: \i386\rundll32.ex_ c:\windows\system32\rundll32.exe in the Open box, where X is the letter of your CD drive.
    4 restart the computer.

    Good luck Robert.

  • any ideas on how to remove the software malicious zebrouss?

    any ideas on how to remove the software malicious zebrouss?

    This thing I replaces my setting of search in safari - can get rid of it - don't know who got it

    You may have installed ad-injecting malicious software ("adware").

    Do not use any type of product, "anti-virus" or "anti-malware" on a Mac. It is never necessary for her, and relying on it for protection makes you more vulnerable to attacks, not less.

    Save all data first.

    Some of the most common types of adware can be removed by following the instructions from Apple. But before you follow these instructions, you can try an automatic removal.

    If you are not already running the latest version of Mac OS X ("El Capitan"), update or upgrade in the App Store you could adware to automatically remove. If you are already using the latest version of El Capitan, you can still download the current update of the Apple Support downloads page and run it. Still, some types of malware will be deleted, not all. There is no such thing as the automatic removal of all possible malware, either by OS X third party software. That's why you can't rely on software to protect you.

    If the malware is deleted in your case, you will still need to make changes to the way you use your computer to protect you from new attacks. Ask if you need advice.

    If the malware is not automatically deleted, and you cannot remove yourself by following the instructions from Apple, see below.

    This simple procedure to detect any type of adware that I know. Disabling is a procedure distinct and better still.

    Some legitimate software is funded by advertising and may display advertisements in its own windows or in a web browser while it is running. It's not malware and it may not appear. In addition, some Web sites display advertising intrusive popup that can be confused with adware.

    If none of your web browsers work well enough to carry out these instructions, restart the computer in safe mode. Allows to temporarily disable the malware.

    Step 1

    Please triple - click on the line below on this page to select it, and then copy the text to the Clipboard by pressing Control-C key combination:

    ~/Library/LaunchAgents

    In the Finder, select

    Go ▹ go to the folder...

    from the menu bar and paste it into the box that opens by pressing command + v press return. Open a folder named "LaunchAgents", or you will get a notice stating that the file cannot be found. If the file is not found, proceed to the next step.

    If the folder opens, press the combination of keys command-2 to select the display of the list, if it is not already selected. Please don't skip this step.

    There should be a column in the update Finder window. Click this title two times to sort the content by date with the most recent at the top. If necessary, enlarge the window so that all the content show.

    Follow the instructions in this support article under the heading "take a screenshot of a window." An image file with a name starting in 'Screenshot' should be saved to the desktop. Open the capture screen and make sure it is readable. If this isn't the case, capture a small part of the screen indicating that what needs to be shown.

    Start a reply to this message. Drag the image file in the editing window downloading. Alternatively, you can include text in the response.

    Leave the case open for now.

    Step 2

    Do as in step 1 with this line:

    /Library/LaunchAgents

    The record which can open up will have the same name but is not the same as in step 1. In this step, the folder does not exist.

    Step 3

    Repeat with this line:

    /Library/LaunchDaemons

    This time the file will be called "LaunchDaemons."

    Step 4

    Open Safari preferences window and select the tab 'Extensions'. If the extensions are listed, post a screenshot. If there are no extensions, or if you cannot launch Safari, skip this step.

    Step 5

    If you use Firefox or Chrome browser, open the list of extensions and do as in step 4.

  • How to remove the windows vista backup

    I have 2 drives, C: (69.2 GB) all system files. D: (65.7 GB) a backup & my data. I want to install a new s/w of 12 GB in D:, but its low memory(10.5MB) showing. I tried to delete the backup, but his does not work. I tried diskcleanup, but still the same problem persists. I checked, there isn't any extra file to D:. It's just because of the backup. Can someone please tell me, how to remove the full backup.

    Hi kisna234567,

    ·         You get the error message?

    The main objective of the Windows backup and Restore Center is to save the data either automatically in according to the schedule or manually when you want to save data. It is not designed to replace the old data with the new data. Just backup and Restore Center totals with new data every time, and would not remove the old files.

    You can backup the old files and folders to storage device as the external hard drive, CD, DVD, USB flash drives and removes the backup files of the computer. You can format the backup partition.

    Caution:

    ·         Formatting a volume will destroy all data on the partition. Be sure to make backups of all the data to save before you begin.

    ·         You cannot format a disk or partition that is currently in use, including the partition that contains Windows.

    ·         Quick format is a formatting option that creates a new file table, but do not completely overwrite or erase the volume. A quick format is much faster than a normal format, which fully erases the existing data on the volume.

    Follow these steps:

    (a) open computer management by clicking the Start button, select Control Panel, click system and Maintenance, click Administrative Toolsand then double-click computer management. If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.

    (b) in the Navigation pane, under storage, click disk management.

    (c) right click on the volume that you want to format, and then click format.

    (d) to format the volume with the default settings, in the format dialog box, click OK, and then click OK again.

    For reference: create and format a hard disk partition.

  • BlackBerry Smartphones used BB Curve, how to remove the previous E-mail addys

    Hello! I bought a used BB curve and I cannot for the life of me figure out how to remove the e-mail address of owners at the previous address. When I compose a message he asks me what email I want to send from and he has my address and 2 of the former owners of e-mail addresses. When I look in different folders there only my email address listed to delete or change. Any ideas?

    To remove the previous owners email ID

    1. go to Options
    2. Advanced options
    3. Service books
    4. Highlight the E-mail ID that you want to remove
    5. Click on the Menu
    6. Select Remove

Maybe you are looking for

  • Should what phone I buy

    I intend to buy a new phone from Firefox OS finally. My only question is if I have to wait until the operating system software is more mature. I know there are currently two phones from Firefox OS available in the United States (open flame and ZTE C)

  • Built in DVD will not play, white screen

    HelloYou just bought the built-in DVD player 24D1434DB. Its in a bedroom and not connected to the TV yet but wanted to watch DVD. No photo of TV or DVD. The standby button turns green when you press on the remote control, but not picture. Ive put a n

  • Ultra droid - how to turn off vibrate on KeyPress?

    Hi all I feel a little blind right now, I've been looking without much luck to find where to turn off vibrate on quickly on the key. I disabled vibrate on touch to no results. Anyone want to emphasize direct me to where the place is to disable it? Ei

  • HP 15-g009AX Crossfire does not

    I just bought this laptop... installed 8.1 and downloaed win the drivers of such support as mentioned in the forum page. But I can not yet activate crossfire, catalyst Center does not show an option, and GPU - z says that its available but disabled.T

  • HP Envy 15 j140en: HP Envy connection as an administrator, just white screen the mouse cursor

    Hi all A new laptop had delivered today.  I have installed various software that I use and everyuthing was fine for a few hours that I have installed various bit of this and that. Then, all of a sudden I have connection and after my password entry sc