Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

when I plot a line on the CWGraph using the plotY methodthe 27th plot index is not visible..any idea why?

Hi,
I plotted a straight line using CWgraph and found that the 27 plot index was missing.I had reported the error in version 3.0.1 and the reply was that it did not occur in measurement studio 6.0.I downloaded a eveluation copy of the measurement studio 6.0 from the web and the bug seems to be there.
I did not modify any property of the graph.
here is the code...
Dim data(0 To 50) As Variant
Dim i As Variant
For i = 0 To 50
data(i) = 10
Next
CWGraph1.PlotY data
I have attached the files to reproduce it too...
can somebody please advise me?
I have to upgrade based on this.
Regards,
Bertrand
0 Kudos
Message 1 of 5
(3,395 Views)
I opened your project in VB6 on my machine with Measurement Studio 6.0, ran it, and it did not reproduce on my machine. Attached is a screenshot of your application running on my machine.

Just to make absolute sure that we're running the same version of the graph, please find cwui.ocx in your Windows system directory, right-click on it, go to properties, then go to the version tab and check what the value is for file version. Please post what version of the ocx you have on your machine. Also, what operating system are you running and what service pack of Visual Studio do you have?

- Elton
0 Kudos
Message 2 of 5
(3,395 Views)
Hi,
The file version of my cwui.ocx is 6.0.3.590.Im running Windows 2000 service pack 2 and Visual studio 6.0 service pack 4.

Bertrand
0 Kudos
Message 3 of 5
(3,395 Views)
Sakthees,

I have tried the program you attached on several machines here in Tech support and the graph shows up correctly. Most machines are running Win 2000 with SP3 and Visual Studio 6.0, SP5. The only difference is that we are not running evaluation versions of the product as you are. If after upgrading to the latest service packs you still see this behavior, please contact us at NI tech support (http://www.ni.com/ask) for further help. This is the first time we hear of this issue so we are interested in finding out if it's some type of bug.

Regards,
Azucena
NI
0 Kudos
Message 4 of 5
(3,395 Views)
Hi,
Sorry for the delay.I have installed Win 2000 SP3 and Visual Studio 6.0 SP5 in my machine.I have also purchased the new version (6.0) of your software.But this problem still occurs.

Im attaching the files to reproduce it.

-Bertrand
0 Kudos
Message 5 of 5
(3,395 Views)