Page 1 of 1

Tip: add QuickFind Search to the Calendar

PostPosted: Thu Jul 22, 2010 6:25 pm
by John Sindelar
This is one of the most useful little mods you can make to the calendar: it enables QuickFind on the calendar layouts, returning results on the Event List layout.

1. Follow the instructions here to add a Custom Menu that hijacks QuckFind (you need FM Advanced for this but it isn't hard): http://www.seedcode.com/cp-app/quickfind/1

2. Instead of the script described there, or in addition to it, write a script like this:

[code]#
Set Variable [ $sc_Table; Value:Get ( LayoutTableName ) ]
#
#Manage Layouts
#
If [ $sc_Table = "CalendarInterface" and PatternCount ( Get ( LayoutTableName ) ; "Calendar" ) ]
#
#Calendar
Go to Layout [ “Event Listâ€