vivin007 Posted January 31, 2010 Posted January 31, 2010 :welcomesign: I have two fields in the layout "Table".One field is "feet" and the other is "Centimeter".I need a code so that if I type a feet value (say 5.51) in the field "feet" its corresponding centimeter value(say 168) should be displayed in the field "centimeter" and if I type a centimetre value (say 168) in the field "centimetre" its corresponding feet value(say 5.51) should be displayed in the field "feet".I have tried a lot but nothing worked ..Can Anyone create a code for the above requirement please ... :runningcat:
Peter (duksis3) Posted January 31, 2010 Posted January 31, 2010 Try via scripts 1) Set field[inches]=2,54*cm and trigger from field CM. 2) Set field[cm]=inches/2,54 and trigger from field Inches. But here you need more advanced calculation to get 12 3/4" for example
comment Posted January 31, 2010 Posted January 31, 2010 See if this helps: http://fmforums.com/forum/showpost.php?post/165927/
Recommended Posts
This topic is 5504 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