Hi experts Is there any way to prevent save and print options based on conditions.Example:if(textfield1.rawValue == "user1"){// this pdf should not be saved and should not be printed}is there any way to achieve this?ThanksRegardsarul
what's the main reason for using FormCalc as opposed to JavaScript?is it because that the users won't need to enable JavaScript in the Reader? that a FormCalc form will always work regardless of the Reader's preference settings?
I have Web Flex application and uses the following controls "ConnectSessionContainer" and "SharedWhiteBoard". I run few instances of the applications and inside WhiteBoard change something (Example: cordinate, size) it clear this changes are propagated trough LCCS to other application connected to ...
Hi,I am attempting to show/hide subforms with a dropdown selection. I've found a lot of information on the subject, and have ended up with this as my script: form1.Page1.Division::exit - (JavaScript, client)switch (Page1.Division.rawValue){ case "1": SubformZZI.presence = "visible"; SubformZZR...
I'm working on a form where the business wants the end user to have the option to print and/or save after the email is sent. Is this possible to do and how would one do this?Thanks,MDawn
I created this from but I am not able to save the following document Save As > Reader Extenbded PDF > Enable Additional Features...When I save it, the saved one gives error.Download Form
Hi,I'm working on an app. that has 2 parts, a staff and a client and I've been running into the same error over and over for over a week now.I've implemented a knocking queue and it works fine when the staff (who is the "OWNER") login details are hardcoded in MXML. However, the minute I try to inco...
In the Form Designer Hierarchy, I see some Text objects have names like "Text9" while others "StaticText8". What's the difference between Text and StaticText?Also, how do I turn a Text object 90 degrees counter-clock-wise?thanks.
Hey everyone,I'm making a form where we pull in some customer information and one of the fields we can pull in is CUSTOMER_NAME. What I'm trying to do is to pull that in and add a comma at the end of the string (ex. Dear CUSTOMER_NAME,). I believe that CUSTOMER_NAME is being pulled in as an object...
Good Day All; This might sound like a really dumb question, but…. It’s Tuesday so here goes.. Is there a way I can export a form I created in LiveCycle Designer to HTML? Or do I need to start learning Dreamweaver .. Thanks All Chomp