March 9, 200520 yr Author I have Text textfield where i want to put any formula and get the valuue of this expression. Can i do it? In the formula i want to use any global fileds.
March 9, 200520 yr I have Text textfield where i want to put any formula and get the valuue of this expression. Can i do it? In the formula i want to use any global fileds.
March 9, 200520 yr Author I have Text textfield where i want to put any formula and get the valuue of this expression. Can i do it? In the formula i want to use any global fileds.
March 10, 200520 yr The helpfile of v7 says: Examples Evaluate(TextField) returns 4 when TextField contains 2 + 2. Evaluate("textfield") returns 2 + 2 when textfield contains 2 + 2. Evaluate(GetField("textfield")) returns 4 when textfield contains 2 + 2. Evaluate(TextField;[Amount]) returns .80 when TextField contains .08 * Amount and the Amount field contains 10.00. ...
March 10, 200520 yr The helpfile of v7 says: Examples Evaluate(TextField) returns 4 when TextField contains 2 + 2. Evaluate("textfield") returns 2 + 2 when textfield contains 2 + 2. Evaluate(GetField("textfield")) returns 4 when textfield contains 2 + 2. Evaluate(TextField;[Amount]) returns .80 when TextField contains .08 * Amount and the Amount field contains 10.00. ...
March 10, 200520 yr The helpfile of v7 says: Examples Evaluate(TextField) returns 4 when TextField contains 2 + 2. Evaluate("textfield") returns 2 + 2 when textfield contains 2 + 2. Evaluate(GetField("textfield")) returns 4 when textfield contains 2 + 2. Evaluate(TextField;[Amount]) returns .80 when TextField contains .08 * Amount and the Amount field contains 10.00. ...
March 12, 200520 yr There has been some great discussion on this topic, do a search on "Evaluate" going back about four months. I've seen some incredible examples!!
March 12, 200520 yr There has been some great discussion on this topic, do a search on "Evaluate" going back about four months. I've seen some incredible examples!!
March 12, 200520 yr There has been some great discussion on this topic, do a search on "Evaluate" going back about four months. I've seen some incredible examples!!
Create an account or sign in to comment