FMP 11, Mac 10.6.6

  • Follow


I have a radio button formatted value list that generates the list of
all layouts. What is the most effective script to send the user to the
specified layout upon the choice of a radio button?

Thanks in advance
0
Reply CRC123 3/19/2011 4:32:01 PM

fCRC123 <cra@aalappraisals.ca> wrote:

> I have a radio button formatted value list that generates the list of
> all layouts. What is the most effective script to send the user to the
> specified layout upon the choice of a radio button?

Go to layout

and calculate the layout name with the contents of your field.

-- 
http://clk.ch
0
Reply clk 3/19/2011 7:23:29 PM


On Mar 19, 12:23=A0pm, c...@tele2.ch (Christoph Kaufmann) wrote:
> fCRC123 <c...@aalappraisals.ca> wrote:
> > I have a radio button formatted value list that generates the list of
> > all layouts. What is the most effective script to send the user to the
> > specified layout upon the choice of a radio button?
>
> Go to layout
>
> and calculate the layout name with the contents of your field.
>
> --http://clk.ch

Thank you. I should have been more clear.
Is there a way to automatically "grab" the contents of each field to
enter into the calculation automatically or do I have to manually type
in "case" entries?
0
Reply CRC123 3/20/2011 2:29:08 PM

CRC123 <cra@aalappraisals.ca> wrote:

> Is there a way to automatically "grab" the contents of each field to
> enter into the calculation automatically or do I have to manually type
> in "case" entries?

Grab the contents. Make the selection field global and write a little
script that commits the record first in order to have the new content
available in the go to layout step that follows.

Working with FMP 10 and later, you can also play around with script
triggers.
-- 
http://clk.ch
0
Reply clk 3/20/2011 3:37:14 PM

3 Replies
337 Views

(page loaded in 0.109 seconds)

Similiar Articles:













7/29/2012 11:15:26 AM


Reply: