Page 1 of 1

Custom Filter in RichViewActions Open and SaveAs

Posted: Mon Jan 30, 2006 11:34 pm
by keith
Hi. Is there a way to have RichViewActions put the Custom Filter first in the list of filters for the Open and SaveAs dialogs? Or have it select a custom filter as the default?

Keith

Posted: Tue Jan 31, 2006 11:44 am
by Sergey Tkachenko
TrvActionOpen has LastFilterIndex as a public property. This property specifies the filter index (starting from 1) which will be used by default when the action will be executed next time.

You can set initial value of this property.