Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
I made a slider of years like- 2004 to 2011.
now i wanna do, if i select any year then its value get fetch in a variable.
help me to do this.
Well, you just need to create a variable and select the variable in general tab of the slider object, don't you?
And set min an max years on the tab,too, static step = 1.
Hope this helps,
Stefan
Well, you just need to create a variable and select the variable in general tab of the slider object, don't you?
And set min an max years on the tab,too, static step = 1.
Hope this helps,
Stefan
HI,
Use vFetchVar =Getfieldselections(YourYearfield) by this you get year value suppose you select 2009 you get 2009.
Rgds
Anand
hi anandrjs,
i wan to do this using a slider, can i do that.
thanx for ur reply swuehl, it worked.