Expand my Community achievements bar.

DrDave6
DrDave6
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I have designed a LC form (with lots of JavaScript code).I just realized that the form can be viewed and completed within a browser or the Acrobat Reader.Since I have done all my testing with the Reader, my question is, "Can I expect the form to function the same, within a browser?"I'm assuming the ...

    Type

    Questions

    Views

    956

    Likes

    0

    Replies

    3
  • Hi Adobe_Learning (I'm learning too!) :-)I too have developed a LC form using JS. I just tested with Acrobat Read 9 by turning off JS, as described in this post. When I went to open my form, the reader gave a warning and asked if I wanted to turn JavaScript on.This tells me that YOU don't have to do...

    Type

    Questions

    Views

    9.8K

    Likes

    0

    Replies

    0
  • Getting close.... -)I was thinking that I could grab the current time and store it in a variable (StartTime), then place the EndTime in a variable (StartTime + 10 Seconds).I could then setup a do while loop (while time was < EndTime).Because I'm new to this, I don't know how to go about it. Help is ...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • Thank you Paul, this is helpful.With this command, my JS continues, and then the message appears, a specified time later.I'm was looking for something that will allow the JS to pause for a specified period of time, for example, 10 seconds, and then continue.Your help is appreciated.

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • I have a button on a form and when the user clicks it, I want to wait a specified number of seconds and then continue with a javascript.What the best way to do this?All suggestions appreciated.

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    4
  • Just learning.....What does the syntax look like for this?if event.target.dirty = .t.{     do something{

    Type

    Questions

    Views

    377

    Likes

    0

    Replies

    0
  • I have a submit button in a form and when the user clicks it, I want to check to see if they changed anything on the form. If they did, I will advise them to save the form before submitting.How would I determine if anything changed?Thanks for the suggestions....

    Type

    Questions

    Views

    973

    Likes

    0

    Replies

    3
  • Thank you for this explanation -- that helps.Since I have a Date/Time field (SubmitDate) in my form, how would I populate that with the current date and time?

    Type

    Questions

    Views

    426

    Likes

    0

    Replies

    0
  • I have a date/time field called SubmitDate. I'm trying to store the date/time into that field, just before saving the form. For some reason this JS is not working.SubmitDate.rawValue = Date.getDate();app.execMenuItem("SaveAs");app.launchURL("http://Adobe.com");Am I doing something wrong?

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    3
  • Resolved...finally!To resolve this I setup a variable (File, Form-Properties) called JustOpened. I set the default value to "yes"I then put JustOpened.value = "no" in a form:ready event (you can use any object for this).I then put JustOpened.value = "yes" in the DocClose event (you can use any objec...

    Type

    Questions

    Views

    707

    Likes

    0

    Replies

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