January 31, 201016 yr :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:
January 31, 201016 yr 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
Create an account or sign in to comment