Acrobat 6 Pro: Get System Time for Form Entry

Ask a Question related to Adobe Acrobat Macintosh, Design and Development.

  1. #1

    Default Acrobat 6 Pro: Get System Time for Form Entry

    In using the Combo Box Tool, is there a way to have the System Time entered into the data field, when the user clicks the Combo Box Button? A JAVA Script, that I don't know how to write (at present) to fetch the time and enter it into the form?

    I would also like to have another field that takes two times from other fields and shows the difference ... i.e., how long it took to do a task (click one time button, do the task, then click the next time button). Is this possible in Acrobat 6 Pro?

    I was hoping to be able to set this up in InDesign then move to Acrobat Pro, but CS doesn't offer this connectivity, and InDesign doesn't seem to have Combo Box or Check Box Tool capability.
    Bill_Connelly@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. data entry form for many-to-many
      I think this is more of a forms question than design question, so bear with me . . . . I am designing a database primarily needed to manage our...
    2. iis crashing at same time Allaire entry in log
      I was wondering if anyone else may have been getting this type of issue. Have a W2K server that is acting as a webserver. It is running CF. Not...
    3. Data entry form
      Can someone point me in the right direction, I need to code many forms that would allow a user to enter one row of data into a SQL database. ...
    4. Entry data at the same time with multiple PC's
      Dear Sirs: I have to make an application that enter data from ten PC's in a LAN. and present in real time in % with grafic bars the results. Is it...
    5. Obligatory entry on form
      "Lapchien" <cc8345@NOSPAMeclipse.co.uk> wrote in message news:1059928544.242177@ananke.eclipse.net.uk... Any reason you don't just set the fields...
  3. #2

    Default Re: Acrobat 6 Pro: Get System Time for Form Entry

    I found the following JavaScript statement ... it works in the Script Editor, but I get a syntax error when I try to use it in the Combo Box Tool of Acrobat 6, as a Java Script.

    Where do I find How Tos?

    I downloaded the SDK for Acrobat 6 ... where is my answer?

    JavaScript:

    tell application "Acrobat 6.0.1 Professional" to set value to (time string of (current date))

    How cryptic.
    Bill_Connelly@adobeforums.com Guest

  4. #3

    Default Re: Acrobat 6 Pro: Get System Time for Form Entry

    Am I confusing AppleScript with JavaScript?
    Bill_Connelly@adobeforums.com Guest

  5. #4

    Default Re: Acrobat 6 Pro: Get System Time for Form Entry



    Am I confusing AppleScript with JavaScript?




    yes
    MarkATS@adobeforums.com Guest

  6. #5

    Default Re: Acrobat 6 Pro: Get System Time for Form Entry

    Any references about JavaScript for Acrobat 6 Pro that I might find readable?

    Several good examples of code for simple tasks would suffice.
    Bill_Connelly@adobeforums.com Guest

  7. #6

    Default Re: Acrobat 6 Pro: Get System Time for Form Entry



    Any references about JavaScript for Acrobat 6 Pro that I might find readable?




    The Acrobat JavaScript Reference would be a good place to start...

    <http://partners.adobe.com/public/developer/pdf/topic_js.html>
    MarkATS@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139