Expand my Community achievements bar.

Srini_Dhulipall
Srini_Dhulipall
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • The form that you are using does not support Dynamic content on the form. This is because the form was a document to PDF form. In that scenario, LiveCycle treats the form as an Image and allows to be saved only Static PDF form.The population of the dropdown from the XML with the properties needs dyn...

    Type

    Questions

    Views

    960

    Likes

    0

    Replies

    0
  • You need to pass the root subform as an argument to this function.         Common.HideSubforms(this.parent.parent);    In my screenshot, I was calling this function on the initialize event of the TextField1 inside Subform2.I need to pass the rootnode (Page1) to this function to work.ThanksSrini

    Type

    Questions

    Views

    957

    Likes

    0

    Replies

    0
  • Change the 2nd line of code to below..     var fieldObj = xfa.resolveNode(vName + ".border.fill.color");ThanksSrini

    Type

    Questions

    Views

    1.0K

    Like

    1

    Replies

    0
  • Can you send me the Form and XML to LiveCycle9@gmail.com so I can help you..ThanksSrini

    Type

    Questions

    Views

    965

    Likes

    0

    Replies

    0
  • Did you try this..if (TextField1.rawValue == "discount")then     NumericField1.rawValue =  NumericField1-50;endif;ThanksSrini

    Type

    Questions

    Views

    594

    Likes

    0

    Replies

    0
  • You can do this but you may not be able to load the XML from a web URL. If the XML is an output of a WSDL call, then you may be able to.You can traverse thru the XML nodes using xfa.resolveNode method.The below code gives you the value of a node two levels deep from the root node. You can use this i...

    Type

    Questions

    Views

    963

    Likes

    0

    Replies

    0
  • The first screenshot I am not sure because I do not see any message..The second one is normal. It says you are trying to open a PDF on which the Reader Extensions applied. If you want to modify the form, choose Yes and continue. You may need to apply the Reader extension rights beore you send it to ...

    Type

    Questions

    Views

    764

    Likes

    0

    Replies

    0
  • I changed the RenderPDF to generatePDFOutPut and I am getting the expected time format.Not sure what is wrong with the settings you made.If you still have issues, keep the RenderPDF option and then add the transformPDF service to flatten it out. That way it can keep the same format.ThanksSrini

    Type

    Questions

    Views

    685

    Likes

    0

    Replies

    0
  • You can only do a PDF portfolio with PDFs developed in LiveCycle.When you use the Single PDF option it will not be able to merge the forms developed in LiveCycle.But if you develop/ modify the forms in Acrobat, you might be able to combine to a single PDF.ThanksSrini

    Type

    Questions

    Views

    565

    Likes

    0

    Replies

    0
  • Assuming rawValue of the total field is returning as "10000".In the Calculate event of the Total field, write the following with Java Script as language.VP_Signature.presence = "hidden";Officer_Signature.presence = "hidden";if(total.rawValue>10000){     VP_Signature.presence = "visible";     Officer...

    Type

    Questions

    Views

    655

    Likes

    0

    Replies

    0
Top badges earned by Srini_Dhulipall
Customize the badges you want to showcase on your profile