Expand my Community achievements bar.

jhcarrell
jhcarrell
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Many thanks Paul.Once again your assistance has been invaluable.

    Type

    Questions

    Views

    749

    Likes

    0

    Replies

    0
  • I've copied the check and time fields onto a new form (as an example) and have placed the FormCalc script on the first checkbox only.A different error is occurring now.  The script appears to be working, but every time I check the box a warning comes up stating the time field failed to validate.Than...

    Type

    Questions

    Views

    746

    Likes

    0

    Replies

    0
  • I'm getting an error with that script."Error:  Accessor "checkfield.rawValue" is unknown."This error happens upon opening the form.The FormCalc script is placed as an exit event on the checkfield.I have a series of check boxes with a corresponding series of time fields.  Each time a check box is che...

    Type

    Questions

    Views

    746

    Likes

    0

    Replies

    0
  • I'm trying to come up with a script to do the following:if checkfield.rawValue = "1" (checked)     timefield.rawValue = (current time)if checkfield.rawValue = "0" (unchecked)     timefield.rawValue = "null"Any ideas or suggestions would be greatly appreciated.Thanks.

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    6
  • Scripting Changes were not being preserved.  Problem solved and works perfectly.Thanks again for you help.

    Type

    Questions

    Views

    666

    Likes

    0

    Replies

    0
  • Before adding other click events the sequence works perfectly.However, I am using the buttons as a email submit sequence.  And while the first submit works when it gets to the second user, who needs the second submit, the first one has reappeared.Suggestions?Thanks.

    Type

    Questions

    Views

    657

    Likes

    0

    Replies

    0
  • I have a series of three buttons A, B, C on a form.When the form is first opened I need only button A to be visible (B & C both hidden).Once A has been clicked, I need B to become visible (A & C both hidden).Once B has been clicked, I need C to become visible (A & B both hidden).Any help with this i...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    4
  • I solved this same issue by using a switch script.Please see my earlier thread regarding this and Paul's example will provide you with the proper scripting for a switch script.http://forums.adobe.com/thread/479021script on the drop down list as followsswitch (this.rawValue) {     case "dropchoice1" ...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • After picking at it for a while the solutions that accomplished my goals were as follows:Click Event:button.presense = "invisible";  \\ hides the buttonfield1.access = "readOnly";field2.access = "readOnly"; \\ repeat for all fieldsvar oDoc = event.target;oDoc.mailDoc({bUI: true,cTo: emailaddress,cCc...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    0
  • Ok scripting for emailing and hidding the button works, but locking fields does not.What are some alternatives?  A script for making the Fields "read only"?  Script for flattening the fields?Note: LC Designer 8 and Acrobat Pro 8 are the two programs I'm using.  Form was created primarily in LC.Thank...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

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