Search found 7 matches

Go to advanced search

by Newby
Mon Sep 23, 2013 9:36 am
Forum: Issues
Topic: Change UI Element valaue
Replies: 10
Views: 350
 
Jump to post

Change UI Element valaue

I found the problem.
....i used value() instead of val().....

by Newby
Mon Sep 23, 2013 7:34 am
Forum: Issues
Topic: Change UI Element valaue
Replies: 10
Views: 350
 
Jump to post

Change UI Element valaue

Hi Guys, I have tried the suggestion from Marina as well "var princ = Appery("loan").val(); //some calculations here Appery("pay").val(princ);" ...and it is not working. The script needs to run on the click event....but i get an error message that the "Object doesn...
by Newby
Fri Sep 20, 2013 7:40 pm
Forum: Issues
Topic: Change UI Element valaue
Replies: 10
Views: 350
 
Jump to post

Change UI Element valaue

Hi Max, The field name is 'loan' I want the value from input field 'loan' to be assigned to var princ.... Var princ = appery("loan").value After the calculation, i want the value of the calcultion to be assigned to input field 'pay' It is just a on screen calcultion and dont need to store ...
by Newby
Fri Sep 20, 2013 2:44 pm
Forum: Issues
Topic: Change UI Element valaue
Replies: 10
Views: 350
 
Jump to post

Change UI Element valaue

Hi Max. Thanks for the docs, but i have used them as reference already :)..

var princ = Appery("loan").value();

In this line i declare a variable 'princ' and wants to assign the value from the input field 'loan' to the variable - but is getting error as mention earlier.

by Newby
Fri Sep 20, 2013 2:27 pm
Forum: Issues
Topic: Change UI Element valaue
Replies: 10
Views: 350
 
Jump to post

Change UI Element valaue

var princ = Appery("loan").value();

When debugging i get a message "Uncaught error: Object has not method 'value

by Newby
Fri Sep 20, 2013 2:26 pm
Forum: Issues
Topic: Change UI Element valaue
Replies: 10
Views: 350
 
Jump to post

Change UI Element valaue

Hi Max,
I would expect the result of the calculation to show in textfield "pay" - get nothing happens when clicking on the caculate button.

When debugging i get a message "Uncaught error: Object has not method 'value'"

Thank you

by Newby
Fri Sep 20, 2013 2:15 pm
Forum: Issues
Topic: Change UI Element valaue
Replies: 10
Views: 350
 
Jump to post

Change UI Element valaue

Good Day. I have screen where the user will input data financial data and on clicking the 'Calculate' button needs to calculate the 'installment' and show in 'Result' field. Here is the code that is not working.... Can you please help. var princ = Appery("loan").value(); var term = Appery(...

Go to advanced search