okachick Posted March 7, 2009 Posted March 7, 2009 I found in the forums a way to enter time as example 1300 and fmp changes it to the proper time format of 13:00 and what I tried was Replace ( Right ( "0000" & Timefield ; 4 ) ; 3 ; 0 ; ":" )but when I put it into my db it says it cannot find "timefield";4). I am wondering if this is because I am using FMP 6 although I can't really see why it shouldn't work. Any help on this? Thank you
bcooney Posted March 7, 2009 Posted March 7, 2009 What is the name of the field that has the time value? That is what you need in place of "Timefield" in the calculation.
okachick Posted March 7, 2009 Author Posted March 7, 2009 Thank you for the quick reply. I did put the actual field name in the "Timefield". It is called Time In field from my database but it still won't let me use it. Should I change my field Time IN to a calculating field or leave it as a time field and use option auto-enter using a calculation? Thanks again
comment Posted March 7, 2009 Posted March 7, 2009 For one thing, you must use commas instead of semi-colons. For another, this won't work in version 6, because it has no auto-enter replacing existing value. You need to use two fields: one for entry (could be a text field, if you prefer to enter time in a non-standard way) and another for display (a calculation field with result of type Time).
okachick Posted March 7, 2009 Author Posted March 7, 2009 I guess I will just wait until we upgrade which I hope is soon. Thanks so much for your help
bcooney Posted March 7, 2009 Posted March 7, 2009 I'm sorry, didn't see the FM6. Btw, the upgrade from FM6 to FM10 won't be trivial. Depends, of course, on the complexity of your system.
Recommended Posts
This topic is 5799 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