Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
The customer asked to select current 3 years in the year list box, I just can select one year by using trigger in 9.00. Please tell me how to do the multi select work in the list box? Whether needs to write macro or use other objects? Thanks!
When selecting values with triggers you can either do a search like >5000 in a field to select multiple values but if you want to select for example X, A and G you can first use an action to select X, then use ToggleSelect to select A and ToggleSelect again to select G. Otherwise select will be the same as clicking, first at X, then at A and finally at G so you will end up with only G selected. ToggleSelect is equivalent to holding down ctrl and will allow you to add to the selection.
Hold down the "CTRL"-key and select.
When selecting values with triggers you can either do a search like >5000 in a field to select multiple values but if you want to select for example X, A and G you can first use an action to select X, then use ToggleSelect to select A and ToggleSelect again to select G. Otherwise select will be the same as clicking, first at X, then at A and finally at G so you will end up with only G selected. ToggleSelect is equivalent to holding down ctrl and will allow you to add to the selection.