Jump to content
Software FX Community

getScrollView method


User (Legacy)

Recommended Posts

I'm trying to retrieve the upper and lower values of the current scroll

positions of the X and Y scroll bars.

The suggested method is using the GetScrollView method. I'm doing it like

this:

dim x1, x2

Chart1.Axis(AXIS_X).GetScrollView x1,x2

I get a type mismatch error. Is this something to do with passing variables

by reference in VBScript?

Is there any other way of retrieving the Scrollbar positions?

The same question has been asked by Tung Lam about 2 years ago but hasn't

been answered at least at the newsgroups.

Regards,

Yannis Anastasiadis

Link to comment
Share on other sites

I am trying to run this code in Microsoft Internet Explorer with vbscript.

"Yannis Anastasiadis" <yanastas@yahoo.com> wrote in message

news:z$0vhDvsBHA.1412@webserver1.softwarefx.com...

> I'm trying to retrieve the upper and lower values of the current scroll

> positions of the X and Y scroll bars.

> The suggested method is using the GetScrollView method. I'm doing it like

> this:

>

> dim x1, x2

> Chart1.Axis(AXIS_X).GetScrollView x1,x2

>

> I get a type mismatch error. Is this something to do with passing

variables

> by reference in VBScript?

>

> Is there any other way of retrieving the Scrollbar positions?

>

> The same question has been asked by Tung Lam about 2 years ago but hasn't

> been answered at least at the newsgroups.

>

> Regards,

>

> Yannis Anastasiadis

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...