![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
hey is it possible in FMP 7 to show a field containing a grapic of some sort. For example, i would like to show a symbol dependent on a popup menu. So if one chooses A, then symbolA shows up, for B symbolB shows up, and for C symbolC shows up. All three symbols are in different fields but are placed in the same position in the layout. So i want to know if theres a script i could run that would bring one field to the top depending on the choice(soemthing like what you can do in layout and arrange things in a specific order back to front). |
|
i know that the sbove exmplae can be done easily using a relation, but my tables are more complicated and could not be easily related that way. But thanks for your help in advance. |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
hey is it possible in FMP 7 to show a field containing a grapic of some sort. For example, i would like to show a symbol dependent on a popup menu. So if one chooses A, then symbolA shows up, for B symbolB shows up, and for C symbolC shows up. All three symbols are in different fields but are placed in the same position in the layout. So i want to know if theres a script i could run that would bring one field to the top depending on the choice(soemthing like what you can do in layout and arrange things in a specific order back to front). i know that the sbove exmplae can be done easily using a relation, but my tables are more complicated and could not be easily related that way. But thanks for your help in advance. |
#5
| |||
| |||
|
|
hey! it worked. I used suggestion no.1 now i wanted to ask you how could i do this in a portal. I have a portal that is dependent on a field. Right now i have two layouts that are exactly similar but witht that field changed. Could i change the field in the portal with just a calculation or something similar? |
#6
| |||
| |||
|
|
hey is it possible in FMP 7 to show a field containing a grapic of some sort. For example, i would like to show a symbol dependent on a popup menu. So if one chooses A, then symbolA shows up, for B symbolB shows up, and for C symbolC shows up. All three symbols are in different fields but are placed in the same position in the layout. So i want to know if theres a script i could run that would bring one field to the top depending on the choice(soemthing like what you can do in layout and arrange things in a specific order back to front). i know that the sbove exmplae can be done easily using a relation, but my tables are more complicated and could not be easily related that way. But thanks for your help in advance. |
#7
| |||
| |||
|
|
AND on top of all, you dont need to store the images in a global field with FMP7 Put your images in a folder Use a calculation, set the result to container case ( MyField = 1 ; "image:PathToPict/Pic1.jpg; MyField = 2 ; "image:PathToPict/Pic2.jpg; MyField = 3 ; "image:PathToPict/Pic3.jpg ) This has, as all solutions, pro's and cons Ursus |
![]() |
| Thread Tools | |
| Display Modes | |
| |