Expand my Community achievements bar.

BarlaeDC
BarlaeDC
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi Don,The reason your code is not working is because it is not actually being run. This is due to you placing the code on the exit event of the text field itself and this would require the user to move to that field and then leave the field and then you code runs.I would recommend that you change y...

    Type

    Questions

    Views

    882

    Likes

    0

    Replies

    0
  • Hi,As the paperclip is in the navigation pane you should be able to use the answer listed here - http://forums.adobe.com/thread/985481?tstart=0Hope this helpsMalcolm

    Type

    Questions

    Views

    894

    Likes

    0

    Replies

    0
  • Hi,There is not event that fires, but you could control the JavaScript to add the attachment using the importDataObject (see the Acrobat JS API Reference document for details), if you don't specify the cDIPath parameter it will display a dialog.You could then run additional JavaScript after you have...

    Type

    Questions

    Views

    832

    Likes

    0

    Replies

    0
  • Hi,I think you code is a little off as I believe it would result in "doej" which is not what you want.If you change it to this      var FirstName = getField("FirstName").value;      var LastName = getField("LastName").value;      if (FirstName!="")      {           event.value = FirstName.substring(...

    Type

    Questions

    Views

    869

    Like

    1

    Replies

    0
  • HI,I believe this should help you outhttp://acrobatusers.com/tutorials/dynamically-setting-submit-e-mail-addressHope this helpsMalcolm

    Type

    Questions

    Views

    854

    Likes

    0

    Replies

    0
  • Hi,Can you post your form to a file sharing site ( e.g. acrobat.com) and post the link here then I can see how you form is made and should be able to find a solution to your problem.regardsMalcolm

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • Hi, You could use code like this on the "+" and "-" buttons//This code is for the "+" button// get font sizevar currentSize = TextField1.font.size;// get location of the "pt" stringvar ptPlace = currentSize.indexOf ( "pt");// get the part of the string that is just numbersvar currentSizeInt = curren...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • Hi,Please note SHOUTING does not help.Using the code above you could easily modify that to generate a number on a button click but removing the if from the code and placing this on a button click and assigning it to a field;var d = new Date();fieldName.rawValue = Math.floor (d/1000);however as John ...

    Type

    Questions

    Views

    632

    Likes

    0

    Replies

    0
  • Hi,Your script is written using Acrobat JavaScript, whereas because you are working in LiveCycle Designer you need to make the script compatible with the LiveCycle Designer form JavaScript.The code could be changed to this which works in LiveCycle Designervar cMyMsg = event.target.path// Assuming th...

    Type

    Questions

    Views

    893

    Likes

    0

    Replies

    0
  • Hi,Following radzmar instruction above to change the code to be I have made the modifications and uploaded the file here https://acrobat.com/#d=gv3yzm73ZD-8gb-hPOlVbQCan you try that document and see if it works for you, this works for me, whena != 0b,c,d,e can be 0Hope this helpsMalcolm

    Type

    Questions

    Views

    3.0K

    Likes

    0

    Replies

    0