aaa Posted March 9, 2005 Author Posted March 9, 2005 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.
aaa Posted March 9, 2005 Posted March 9, 2005 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.
aaa Posted March 9, 2005 Author Posted March 9, 2005 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.
Zadkin Posted March 10, 2005 Posted March 10, 2005 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. ...
Zadkin Posted March 10, 2005 Posted March 10, 2005 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. ...
Zadkin Posted March 10, 2005 Posted March 10, 2005 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. ...
dkemme Posted March 12, 2005 Posted March 12, 2005 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!!
dkemme Posted March 12, 2005 Posted March 12, 2005 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!!
dkemme Posted March 12, 2005 Posted March 12, 2005 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!!
Recommended Posts
This topic is 7288 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now