Expand my Community achievements bar.

mdawn50
mdawn50
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • This is a total field for a column of numbers. I'm using a FormCalc script in the Calculate event to provide the total in the field. It works fine. Now I need to make a signature field visible if the total amount in the field is <- $250. I have a JavaScript that will make a subform visible. I can't ...

    Type

    Questions

    Views

    741

    Likes

    0

    Replies

    0
  • I already have a FormCalc script in the calculate event to provide the total for the field.I wasn't sure how to add the JavaScript to that event.Thanks,MDawn

    Type

    Questions

    Views

    743

    Likes

    0

    Replies

    0
  • I have a field that calculates a total. I'd like for the total if it's less than or equal to 250.00 to make a subform visible. The end user does not put their cursor in or leave the total field. What event should I use for my script?Here's the script:if (this.rawValue <= 250.00) {    page1.superViso...

    Type

    Questions

    Views

    2.9K

    Likes

    0

    Replies

    5
  • Hello,I have created an interactive form. Now the business owners want to display the remaining balance of capital projects that are maintained in an Excel spreadsheet into a field on the form. It is for view only on the form.I'm not sure how to do this and would appreciate help.Thanks,MDawn

    Type

    Questions

    Views

    691

    Likes

    0

    Replies

    1
  • I have this script in the click event of a submit button:bUI: true,cTo: "name@follett.com; " + "name@follett.com;",cCc: page1.injuredInfo.injuryInfo.descField.rawValue + ";" + page1.injuredInfo.injuryInfo.gvpEmail.rawValue + ";" + "name@follett.com; " + "name@follett.com; " + "name@follett.com;"    ...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    1
  • Hello,I have this script in a submit button://Create a variable to hold the document objectvar oDoc = event.target;oDoc.mailDoc({bUI: true,cTo:  heading.system.rawValue,cCc: "",cSubject: heading.sevLevel.rawValue" - " + heading.description.rawValue" - " + heading.location.formattedValue,cMsg: formFi...

    Type

    Questions

    Views

    624

    Likes

    0

    Replies

    1
  • That worked! Thank you.MDawn

    Type

    Questions

    Views

    328

    Likes

    0

    Replies

    0
  • Hello,I have a drop down list where I already use the value field in another spot in the form. But now I need to use the text of the item in the email subject line I'm sending.I can get the Value, ok. How do I get the Text?Thanks,MDawn

    Type

    Questions

    Views

    739

    Likes

    0

    Replies

    2
  • I have a text field that I can see in Design mode. It is within a subform that is hidden and then made visible when two fields fit the parameters. The subform displays correctly, but the text field does not show. I have checked and it is correctly set to visible. It does show in preview mode if I le...

    Type

    Questions

    Views

    657

    Likes

    0

    Replies

    1
  • I tried cleaning up the spaces and that didn't help. As written, the script should stop the Button6 from executing if the checkbox is visible and left unchecked. It does not do this.Thanks,MDawn

    Type

    Questions

    Views

    349

    Likes

    0

    Replies

    0