creart Posted October 27, 2003 Posted October 27, 2003 Hi is it possible to have my client fill in a complete formula (like 612 * 15) in a field so that FileMaker calculates it and put the result in that same field??? thx Hans
-Queue- Posted October 27, 2003 Posted October 27, 2003 FileMaker has no eval() function as of yet. However, if you have 5.5 or 6.0, you can create a calculation field using GetField, and have your users enter the variables into two separate fields. Something like GetField("field1") * GetField("field2") should work for you. Just put field1 and field2 on the layout, with the calculated result next to them.
Recommended Posts
This topic is 7768 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