Mac 10.6.8, FM 11 Advanced
I have a layout that generates a list of all the layouts in the
solution. I have formatted them as radio buttons. Now I need a script
that will take the user to the correct layout when a button is
selected. I know that there is going to be a "Get" in there somewhere
but have not figured it out.
Thanks.
|
|
0
|
|
|
|
Reply
|
cra (37)
|
4/12/2012 6:47:08 PM |
|
On 4/12/2012 11:47 AM, CRC123 wrote:
> Mac 10.6.8, FM 11 Advanced
> I have a layout that generates a list of all the layouts in the
> solution. I have formatted them as radio buttons. Now I need a script
> that will take the user to the correct layout when a button is
> selected. I know that there is going to be a "Get" in there somewhere
> but have not figured it out.
The Go To Layout step has a "layout name by calculation" option. Since
your radio button value list already has (I'm assuming) real layout
names, you can just set the script step to go to the value selected in
that radio button field.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Howard Schlossberg (818) 883-2846
FM Professional Solutions, Inc. Los Angeles
FileMaker Certified Developer
Associate Member, FileMaker Business Alliance
|
|
0
|
|
|
|
Reply
|
howard4272 (336)
|
4/12/2012 8:31:26 PM
|
|
On Apr 12, 1:31=A0pm, Howard Schlossberg
<how...@nospam.fmprosolutions.com> wrote:
> On 4/12/2012 11:47 AM, CRC123 wrote:
>
> > Mac 10.6.8, FM 11 Advanced
> > I have a layout that generates a list of all the layouts in the
> > solution. I have formatted them as radio buttons. Now I need a script
> > that will take the user to the correct layout when a button is
> > selected. I know that there is going to be a "Get" in there somewhere
> > but have not figured it out.
>
> The Go To Layout step has a "layout name by calculation" option. =A0Since
> your radio button value list already has (I'm assuming) real layout
> names, you can just set the script step to go to the value selected in
> that radio button field.
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Howard Schlossberg =A0 =A0 =A0 =A0 =A0 =A0 =A0(818) 883-2846
> FM Professional Solutions, Inc. =A0 =A0Los Angeles
>
> FileMaker Certified Developer
> Associate Member, FileMaker Business Alliance
Thanks. Works great.
|
|
0
|
|
|
|
Reply
|
cra (37)
|
4/12/2012 8:55:46 PM
|
|