Expand my Community achievements bar.

Raghu_Nagireddy
Raghu_Nagireddy
Online
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Able to re-produce ur issue. is this image available online? if so can be used in the HTML email message like below. Tested this and able to see the image in my emails i received.here used google image: <img src= "https://www.google.com/images/srpr/logo3w.png">I tried to put that image code in image...

    Type

    Questions

    Views

    707

    Like

    1

    Replies

    0
  • Wrap all the fields in a subform to enable/disable based on the selection. Lets same name of the subform is "empNonempDtls".Now write the script on "Change" event of "RadioButtonList" like below.if(this.rawValue == '1'){empNonempDtls.access = "protected";}else if(this.rawValue == '2'){empNonempDtls....

    Type

    Questions

    Views

    659

    Likes

    0

    Replies

    0
  • mark that field as "protected" instead of "readOnly". It should skip the tab order.

    Type

    Questions

    Views

    408

    Likes

    0

    Replies

    0
  • Yes. Same pattern will work, but do need to remove the "$" sign, it should be like: "num{(z,zzz,zzz.zz)}".

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • To work for both type of currency formats (Integer($1) and/or Decimals($1.99)), use the pattern as "num{($z,zzz,zzz.zz)}" instead of "num.currency{}". Script will be the same for any pattern."num{($z,zzz,zzz.zz)}": z - if digits present it shows, if not it ignores. This will work for -Ve, +Ve intege...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • Try the below if block on the "click" event of "form1.GettingSettled.GettingSettled.Table1.Row1.Subform1.Remove" button.if(xfa.host.messageBox("Are you sure you want to delete this row?","Deleting a Row",2,2) == "4"){//In the above line: 4=Yes and 3=No//Delete Row Code goes here}For more details ple...

    Type

    Questions

    Views

    499

    Likes

    0

    Replies

    0
  • Please check the sample pdf provided in with the link: https://acrobat.com/?d=VChGiMs8Cs8EKx3lCgkhTAIn this added 2 more button as "Regular" type ones (current you may have "Submit" type ones). "Submit" buttons made as "Invisible" and on click of "Regular" button assign some "flag" and compare that ...

    Type

    Questions

    Views

    566

    Likes

    0

    Replies

    0
  • This is based on your requirement and usage volume. i may not have answer for this. It should be run thru your company and Adobe or any other third party providers for estimation/quotes based on ur needs.Please check the below threads for more information.http://datalogics.com/products/pdfjt/#pdfjtr...

    Type

    Questions

    Views

    2.7K

    Like

    1

    Replies

    0
  • As this custom script need for only one button, can move that script to click event itself and can take care the things, if this code block not thru can cancel the rest of the steps.If need to place on pre-submit it self:1. Place a new field on form as hidden field, ex: flagField. 2. Assign some spe...

    Type

    Questions

    Views

    567

    Likes

    0

    Replies

    0
  • Digital Signature - is reader extended feature, so it will not work on reader alone without applying proper reader extentions. It is available thru Acrobat or LiveCycle Reader Extensions module.For full details and differnces, please check this thread: http://forums.adobe.com/thread/767880 (picture ...

    Type

    Questions

    Views

    304

    Likes

    0

    Replies

    0