systemsam Posted June 5, 2002 Share Posted June 5, 2002 I have a layout which contains a portal. This portal displays different types of products. Is there a way to display a button based on the product type or other criteria in this portal or on a layout for that matter? Is there such a thing as "dynamic buttons" for FM? Quote Link to comment Share on other sites More sharing options...
goostree Posted June 5, 2002 Share Posted June 5, 2002 John Mark Osborne has a solution for this on www.databasepros.com. I believe it's called "Visibility." Quote Link to comment Share on other sites More sharing options...
Anatoli Posted June 6, 2002 Share Posted June 6, 2002 In calc fields you can have anything even container with pictures Quote Link to comment Share on other sites More sharing options...
systemsam Posted June 7, 2002 Author Share Posted June 7, 2002 The visability works on a layout but I need this button to appear in different rows of a portal. I cannot put a portal within a portal. Quote Link to comment Share on other sites More sharing options...
dj Posted June 7, 2002 Share Posted June 7, 2002 You need: 1 global container field gButton 1 calc container field myButton Case(conditionForButton=TRUE,gButton) 1 script attached to myButton If(not isEmpty(gButton)) do what you have to do else exit script end if HTH Dj I've realized that I wrote gButton instead of myButton so the script should be If(not isEmpty(myButton)) do what you have to do else exit script end if Quote Link to comment Share on other sites More sharing options...
systemsam Posted June 10, 2002 Author Share Posted June 10, 2002 Thanks a ton guys! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.