grid view filter timescale settings
3 posts
• Page 1 of 1
Posts: 15
Joined: Wed May 03, 2006 4:28 am |
How do i set only grid view to start on "day" timescale and stay on it unless changed in the timescale filter.
|
Posts: 2764
Joined: Thu Nov 20, 2003 11:01 am |
Good question, because you don't want it to prevent you from changing it to something other than day. Here's how...
1. Edit the script "Go To Calendar Tab ( Tab Name )" and find the step "Go to Object..." 2. After that step, add this: If [ PatternCount ( $sc_Tab ; "Horizontal" )] SetField [ CalendarInterface::TimeScaleGlob; "Day"] Perform Script [ "Refresh Calendar { UseExistingData ; DontRefresh }"] End If That should get you the behavior you're looking for. Hope it helps, John Sindelar
SeedCode |
Posts: 15
Joined: Wed May 03, 2006 4:28 am |
Many thanks, worked great...
|
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 3 guests