Expand my Community achievements bar.

Srini_Dhulipall
Srini_Dhulipall
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Here is the corrected form.I placed the code in the exit event of the field.Compate the code you had previously with the one I put.https://acrobat.com/#d=gXOscpKAL6nhuzzFFi0FLgThanksSrini

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • The issue is with the last else part.Either place the conditions in      if(){     }     elseif(){     }     else{     }OR use the switch case as below.switch (this.rawValue){case "1": page1.deliveryInformation.flowed.presence = "hidden"; break;case "2": page1.deliveryInformation.flowed.presence = "...

    Type

    Questions

    Views

    367

    Likes

    0

    Replies

    0
  • If you can share the form,then it will be easy to find out where the issue is..Steps to share a document..1. Go to URL http://Acrobat.com2. Create an account if you don't have one. 3. Then login to the website. 4. In top left corner you will see a button called Upload. 5. Click on browse and select ...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Try placing the code in the Exit event with FormCalc.var todayNumber = date(); var endNumber = Date2Num(this.rawValue, "M/D/YY"); if ((todayNumber - endNumber) <= -3 ) then    xfa.host.messageBox("You must choose a date within 3 days");     //Empty the Date field.    this.rawValue = "";endifThanksSr...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • In the switch statement, you need to put this.rawValue.. The dot is missing.Did you change the language to JavaScript for this?ThanksSrini

    Type

    Questions

    Views

    370

    Likes

    0

    Replies

    0
  • You can have a display value and selected value for the drodpdowns. In the object properties, and in Field tab, you can specify the display values for the dropdown. In the Binding tab, you can specify the values for each value. This way when a user selects an option from the dropdown, the value will...

    Type

    Questions

    Views

    666

    Likes

    0

    Replies

    0
  • It works fine when I print here. All the 4 pages printed with out any error.Can you try changing the printer margins in the printer settings and try printing.ThanksSrini

    Type

    Questions

    Views

    2.2K

    Likes

    0

    Replies

    0
  • Try Reader extend the form..If you have acrobat. Open the PDF in Acrobat and goto Advanced menu -> Extend features in Adobe Reader.Save the file and use this for your user testing.See if this helps.ThanksSrini

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Here is a sample that can give you ideas..https://acrobat.com/#d=e44sIFR9uXi1P4nrB*ZQYQIn this sample, I have placed a Subforms with Text in them.When you click send email button, one subform will be hidden in the prePrint event. After you receive the email, you will only see one subform.ThanksSrini

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • Here is the corrected document.. Many of the pages are off the printing limits. That means those pages have controls going beyond the page limits for width. That's why the printing is failing when you priint.Try the below document and let me know if your issue is resolved or not..https://acrobat.com...

    Type

    Questions

    Views

    2.2K

    Likes

    0

    Replies

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