mleiser Posted April 30, 2012 Posted April 30, 2012 In FM12, I have a field called City and State. When the user enters the city field I want "Brooklyn" to be a default unless the user changes it. Same with "NY" for state. Is there a way to do this without doing it in view database fileds and making that happen as a default there. Then it will happen all the time. Maybe I only want it to happen in certain layouts. Mike
Fitch Posted April 30, 2012 Posted April 30, 2012 If he's actually on FM9 then it takes a plugin to do script triggers (not that there's anything wrong with that). Another option is to use an auto-enter calculation, e.g. Case( Get(LayoutName) = "pizza" ; "Brooklyn" )
mr_vodka Posted April 30, 2012 Posted April 30, 2012 Yeah that is what I orig thought too but he started his post with "In FM12". :)
Fitch Posted April 30, 2012 Posted April 30, 2012 This happens every time I forget to ignore the user profile.
mleiser Posted May 1, 2012 Author Posted May 1, 2012 I guess it is time to change my user profile. Even though I have tons of stuff on 9, I'm starting with 12 now so I should use those solutions. Thanks folks.
Recommended Posts
This topic is 4588 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