Expand my Community achievements bar.

NY2CA
NY2CA
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • By placing the previous code above  the  other code the function, stiil no color.if ($ > 80) then LTV1st.fillColor = "17,136,255"elseif ($ > 90) then LTV1st.fillColor = "7,136,55"else LTV1st.fillColor = "255,255,255"endif If(FirstLien>0 and SalesPrice>0) then LTV1st = FirstLien / SalesPrice;endif Bo...

    Type

    Questions

    Views

    929

    Likes

    0

    Replies

    0
  • I've placed this code under folmcalc in the calculate event. It doesnt color the form and it prevents the "endif" scenario from functioning.  if ($ > 80) thenLTV1st.fillColor = "17,136,255"elseif ($ > 90) thenLTV1st.fillColor = "7,136,55"else LTV1st.fillColor = "255,255,255"endifMaybe the change eve...

    Type

    Questions

    Views

    929

    Likes

    0

    Replies

    0
  • Got it working, thank you! Now lets see if if can get the color coded properly.

    Type

    Questions

    Views

    382

    Likes

    0

    Replies

    0
  • I figured out the greater than or equal to thing. Still working on the Pmt.Thanks again.

    Type

    Questions

    Views

    364

    Likes

    0

    Replies

    0
  • Thank you for the help! the code below is what  i've placed in the calulate event in formcalc. It still doesnt work. Is it becuase Ignored the Taxes, ins and HOA?  If(Pmt > 0 and Blendrate > 0 and Term > 0) then Pmt(LoanTotal , Blendrate / 1200, Term * 12) + Taxes + Ins + HOA;endif.Is there a way to...

    Type

    Questions

    Views

    364

    Likes

    0

    Replies

    0
  • My field is calc-read only. Spent at least the last 3 days on this form. This is a great resource but I cannot find my answer. My form has to do with percentages, If  a field is calculated and the percentage is greater than 50.00% I want to fill the form with color, greater the 80%, same thing. Less...

    Type

    Questions

    Views

    4.0K

    Likes

    0

    Replies

    18
  • I finally figured out how to remove the syntax errors with endif. The problem is now I have no more errors and those fields no longer calculate.Example for a loan payment: The field requires other fields to calculate so "endif" was needed. The other fields are zero until I fill the form.    if(Pmt>0...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    4
  •    Ive created a form with mulitple pages. Three pages require form validation.Each page is a unique process so I'm trying to use the "Submit button" to only submit thatparticular page. I've created dummy fields as defaults to cure the validation problem butcan't seem to get the e-mail button to wor...

    Type

    Questions

    Views

    691

    Likes

    0

    Replies

    0
  •   Ive created a form with mulitple pages. Three pages require form validation.Each page is a unique process so I'm trying to use the "Submit button" to only submit thatparticular page. I've created dummy fields as defaults to cure the validation problem butcan't seem to get the e-mail button to work...

    Type

    Questions

    Views

    850

    Likes

    0

    Replies

    0