Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Is it possible to obtain dynamically my range selection in my cursor (slider) ?
I select the range 2000-2500. And the cursor is automatically extended between my variable vStart 2000 and vEnd 2500.
If it is possible to achieve that, how can I do that ?
Thank for your help.
Yes, we can do the same.
Just change your variable definition as below
vStart
=SubField(StartEnd,'-',1)
vEnd
=SubField(StartEnd,'-',2)
Also try to change the static step accordingly...
Hi Manish,
In fact, my idea is a little complexe... I want to keep my graduation. But when I select the range 2000-2500,
My cursor automatically is positioned between 2000 and 2500. I don't want to change my graduation.
I use trigger but it doesn't work...
A other question : Is it possible to have 3 background colors :
- Min scale To vStart in blue
- vStart To vEnd in Red
- and vEnd To max scale in yellow
I don't known if it is possible to obtain 3 différents colors in the same slider.
With attachement.
Hi all,
Is it possible to obtain that with a macro ?