Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Jo_2005
Jo_2005
Offline
  •  in Adobe LiveCycle Questions on 29-03-2011
    Thank you very much for your help.I have created a folder level javascript and referenced the event.target.mySaveDoc(event.target); in the exit event of the field.The leave form will now save to the users local c drive.Your kind assistance is most appreciated.

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    0
  •  in Adobe LiveCycle Questions on 01-02-2011
    Thank you very much for your help.I found "lock fields after signing" in the object pallete (for the signature field) and clicking on the signature tab.Best regardsJo

    Type

    Questions

    Views

    622

    Likes

    0

    Replies

    0
  •  in Adobe LiveCycle Questions on 31-01-2011
    Hello,I have a live cycle form which needs to have all of the text fields set as read only after signing.The java script has been placed in the post sign event of a digital signature field.for(var i=0;i<this.numFields;i++) {var cNm = this.getNthFieldName(i);if (cNm.type = "text") this.getField(cNm)....

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    2
  •  in Adobe LiveCycle Questions on 10-10-2010
    Hello,I have used your script to place a systems clock in an agenda form.I need to use the systems clock with a formcalculation to show an alert 2 minutes before a finish time field is up.The clock stops after a matter of seconds on initializing the form.Can you please refer to the discussion provid...

    Type

    Questions

    Views

    631

    Likes

    0

    Replies

    0
  •  in Adobe LiveCycle Questions on 07-10-2010
    thank you for your help.I have changed the current time field form calc script to a  form ready javascript to show a clock with the current time:pathToField="xfa.form.form1.ActionsHeaderFrame.clock";var t = app.setInterval("obj=new Date();"+pathToField+".rawValue=obj.getHours()+':'+obj.getMinutes()+...

    Type

    Questions

    Views

    357

    Likes

    0

    Replies

    0
  •  in Adobe LiveCycle Questions on 06-10-2010
    Thank you for your reply.I have modified the script as you have suggested:var vEnd = Time2Num(ActionsEndTime.formattedValue, "HH:MM") // this is the finish timevar vSec = 2 * 60 * 1000  // time in milliseconds - which is 2 minutesvar vFinish = vEnd - vSec // take away the finish time from 2 minutes ...

    Type

    Questions

    Views

    358

    Likes

    0

    Replies

    0
  •  in Adobe LiveCycle Questions on 05-10-2010
    Hello,I have a finish time field in a memorandum agenda form which I would like an alert (message) sent 2 minutes before the finish time expires.The script has an error message for the "," on line 4.var vEnd = Time2Num(ActionsEndTime.formattedValue, "HH:MM") // this is the finish timevar vSec = 2 * ...

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    5
  •  in Adobe LiveCycle Questions on 05-10-2010
    Thank you very much for the working sample.I have been able to revise my form so that after the allocated time is entered (numeric field), the start time field will populate with the current time and the end time will populate with the finished time.var vStart = Time2Num(ActionsStartTime.formattedVa...

    Type

    Questions