July 11, 200124 yr What would be the best way to go about the following: On my CDML page that is used to admin the database, I would like to have a pop-up menu with a list of graphics. These graphics would then change on the display/results page upon submitting the change. What code needs to be in the pop-up to tell the database to display only this graphic? How do the fields need to be formatted in the database for the container field. Do I put each graphic in it's own container field? Or one container field has all the grahics somehow? Finally what is the CDML tag on the resulting display page? Probably something like: <img src="[FMP-Image: Name of Image ]"> but this needs to change dynamically as the admin changes it. Thanks in advance.
July 12, 200124 yr Graphics cannot appear on lists, but names or descriptions can. Have the user select a name from a list, then use that name in a calculation field in the database or an If on the format file to display the image.
Create an account or sign in to comment