Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Opening with Default selection

Hi,

I want to know how can application is opened with a default selection?. for ex. in my case there is a listbox with year 2010 and 2011 value. I want whenever the qvw file is opened it should be opened with year =2011 selected

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

   You can assign the trigger to do this.

   Go to Settings->  Document Properties -> Triggers -> Add trigger at OnOpen

   Click on OnOpen and then Edit Actions -> Add ->Selection -> Select in field -> Give field name as year

    and Search String as 2011.

   Click ok

   Save the document.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

1 Reply
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

   You can assign the trigger to do this.

   Go to Settings->  Document Properties -> Triggers -> Add trigger at OnOpen

   Click on OnOpen and then Edit Actions -> Add ->Selection -> Select in field -> Give field name as year

    and Search String as 2011.

   Click ok

   Save the document.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!