Expand my Community achievements bar.

cwak81
cwak81
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • This is definitely what I'm looking for and I got it to work...the only issue I have is that the 1st row doesn't populate it goes to the second row automatically.  Is this right, I used the script on the button and I have it on the Click option and I'm using FormCalc.  Sorry I'm working on an intran...

    Type

    Questions

    Views

    561

    Likes

    0

    Replies

    0
  • How do you populate certain table cells if and when a text box previously within the form has been filled out.  What I'm trying to do is if the user files out say their name and address, the name and address data would automatically transfer to the table and fill in the cells.  I have been trying to...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    4
  • Thanks!  I kind of figured that but was just wondering if there was a way to do within a list.  Thanks again!

    Type

    Questions

    Views

    341

    Likes

    0

    Replies

    0
  • This is probably easy...how do you make a radio button list so you can select more than one button in a list?  Thanks.

    Type

    Questions

    Views

    959

    Likes

    0

    Replies

    3
  • Thanks it worked!!!  The values were set at 0 so I changed them and it works now.  Sorry for the confusion.

    Type

    Questions

    Views

    935

    Likes

    0

    Replies

    0
  • This is definitely closer to what I'm looking for.  The only problem is that the pop-up message come up when the file opens and every time an entry is made until the total adds more than $650,000.  Is there a way to possibly have the pop-up message come up once the total is completed.  Like I guess ...

    Type

    Questions

    Views

    877

    Likes

    0

    Replies

    0
  • Okay this is good but I think now what I'm looking for is a situation like this.The user totals up the numbers and if the total is below $650,000 a pop-up comes up saying that your total is under $$$ please get approval from your financial officer, other than that nothing happens to the total.  The ...

    Type

    Questions

    Views

    877

    Likes

    0

    Replies

    0
  • This script seems to be what I'm looking for...not sure if its right but it semi works...if (total > 650000) {     this.rawValue=total;} else {     xfa.host.messageBox("Message Goes Here", "Title", 3, 1);     }this.rawValue=total;The only thing is the message pops up when the form is opened and then...

    Type

    Questions

    Views

    877

    Likes

    0

    Replies

    0
  • Okay I got this to work but I'm looking more for a pop-up message for the total if it is less than 650000 whether its 3 lines of input or 6 lines of input, because I have it set up where when the user selects a number from the drop down say like 3, three boxes appear to enter the numbers and then it...

    Type

    Questions

    Views

    877

    Likes

    0

    Replies

    0
  • I would like to create a custom pop-up message for a form.  What I'm looking for is when the user types in a series of numbers and if the total is under 650,000 a pop-up message will appear explaining what to do next and then the user clicks okay and the box disappears.  Thanks in advance for any he...

    Type

    Questions

    Views

    4.4K

    Likes

    0

    Replies

    9