September 6, 201312 yr 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
September 6, 201312 yr 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/
September 6, 201312 yr Solution The button should trigger a script: If[FlagField = 1] Go to Related Record[From table: "YourTable"; Using layout "LayoutName"] End if
Create an account or sign in to comment