Page 1 of 1
Change Over between Form & List View

Posted:
Fri Nov 26, 2010 1:11 am
by maidanss
FMPA 11
SCComplete 2.2
Hi All,
I see that in the project “Formâ€

Posted:
Sat Nov 27, 2010 8:29 am
by John Sindelar
Hi Salman,
This is done with Custom Menus: whenever you click the form/list/table buttons (or select them from FileMaker's menu) our custom menus run the script "View As ( Form ; List ; Table )".
If you ever suspect something like this, have the script debugger on when you're working and you'll see a script start when you wouldn't expect one.
So adding your layout / table to this is easy. Just edit our script and add an IF branch for your new table / layouts following the pattern already set up in the script.
Enjoy!

Posted:
Sat Nov 27, 2010 7:39 pm
by maidanss
Thank you John, will certainly apply that.