Steven Swallow Posted September 6, 2013 Posted September 6, 2013 Hi, I have searched around as I thought this would have been asked numerous times, but couldn't find what I was after. I have a field that stores a 0 or 1 depending on whether there is a related record elsewhere. The button take you to that related record and associated layout. I want to disble the button if the field contents is 0 (no related record). I thought I might be able to use conditional formatting, but there's no 'disable' option (which would be nice). How do I do this please? Thanks, Steve
eos Posted September 6, 2013 Posted September 6, 2013 I have searched around as I thought this would have been asked numerous times, but couldn't find what I was after. It has indeed … http://fmforums.com/forum/topic/89557-conditional-buttons/
doughemi Posted September 6, 2013 Posted September 6, 2013 The button should trigger a script: If[FlagField = 1] Go to Related Record[From table: "YourTable"; Using layout "LayoutName"] End if
Steven Swallow Posted September 6, 2013 Author Posted September 6, 2013 Thanks both...I'll look harder next time!
Recommended Posts
This topic is 4097 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