![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I created 2 tabs in a particular layout through the FMP 8 feature'insert tab control'. In a script I want to take a decision depending on the tab which is visible. How can I do that? Thanks in advance, Hans Puype Belgium |
#3
| |||
| |||
|
|
Hi, I created 2 tabs in a particular layout through the FMP 8 feature 'insert tab control'. In a script I want to take a decision depending on the tab which is visible. How can I do that? Thanks in advance, Hans Puype Belgium |
#4
| |||
| |||
|
|
On Jun 7, 9:09 pm, hpu... (AT) gmail (DOT) com (Hans Puype) wrote: Hi, I created 2 tabs in a particular layout through the FMP 8 feature 'insert tab control'. In a script I want to take a decision depending on the tab which is visible. How can I do that? Thanks in advance, Hans Puype Belgium Hi This advice is for FileMaker 8.5 In the tab control setup you can give a display name for each tab. This is what users see when they view the tab. I assume you've donethis already. Then you'll also need to give an object name to each tab too. This you do by first making sure that "object info" is displayed. This can beswitched on from the "View" menu. Now select each tab in turn. A tab looks selected when it has a thick black square around the tab name. Since FileMaker 8.5, the "object info" has an extra field called "object name". Give each tab a namehere eg "Tab1". In your script have an If statement: If Get ( ActiveLayoutObjectName )="Tab1". Regards Kevin The question specified FileMaker 8, which does not support named |
#5
| |||
| |||
|
|
In article <1hzcyl2.mxfj1wsv9j24N%hpu... (AT) gmail (DOT) com hpu... (AT) gmail (DOT) com(Hans Puype) wrote: Hi, I created 2 tabs in a particular layout through the FMP 8 feature'insert tab control'. In a script I want to take a decision depending on the tab which is visible. How can I do that? Thanks in advance, Hans Puype Belgium Script step Go To Field, specifying a field that is on that tab. Creat a global field to act as a target if necessary. Matt -- I'm trying a new usenet client for Mac, Nemo OS X. You can download it athttp://www.malcom-mac.com/nemo |
#6
| |||
| |||
|
|
This advice is for FileMaker 8.5 In the tab control setup you can give a display name for each tab. This is what users see when they view the tab. I assume you've done this already. Then you'll also need to give an object name to each tab too. This you do by first making sure that "object info" is displayed. This can be switched on from the "View" menu. Now select each tab in turn. A tab looks selected when it has a thick black square around the tab name. Since FileMaker 8.5, the "object info" has an extra field called "object name". Give each tab a name here eg "Tab1". In your script have an If statement: If Get ( ActiveLayoutObjectName )="Tab1". Regards Kevin |
#7
| |||
| |||
|
|
I have FMP 8.5, sorry I forgot to add the .5 which seems to make a big difference for this solution. |
![]() |
| Thread Tools | |
| Display Modes | |
| |