Jump to content
Server Maintenance This Week. ×

Fields not acting right.


Recommended Posts

I have a file that calculates elapsed time.  There is a Start field, End field, then a time zone offset field.  Sometimes what I am tracking goes across time zones.  The offset field is just a number, and I've always been able to enter either a number or a negative number.  In the mean time, the elapsed time field is a calculation of End minus Start, then add the offset.   I duplicated the layout, then made changes to it for FM GO, but the changes were only the size and layout of the fields.  In the offset field, it's making me enter a time instead of being able to enter just a number.

Link to comment
Share on other sites

I think that the offset field, is time as well. But the formatting is set to show only "hour". I would suggest that you change it into Number, and then define a value list to pick from.

The display on the interface uses this calc:

Time( Hour( from ) + Offset; Minute( from ); Seconds( from ) ) &
" ... " & Time( Hour( to ) + Offset; Minute( to ); Seconds( to ) )

--sd 

Link to comment
Share on other sites

  • 4 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.