-
MSChart control
Looking at the sample code in the Visual Basic Concepts article Data Binding
the MSChart Control. Placing the code only charts two rows of data when
there are three rows returned from the query.
strQuery = "SELECT ProductName, UnitPrice, " & _
"UnitsInStock, UnitsOnOrder FROM Products WHERE SupplierID = 1"
Any ideas?
--
-George Handlin, MCP
-
Re: MSChart control
Seems that executing a movelast corrects the problem. Ideas as to why?
"George Handlin" <handling@nospam.home.com> wrote in message
news:3a88dab8$1@news.devx.com...
> Looking at the sample code in the Visual Basic Concepts article Data
Binding
> the MSChart Control. Placing the code only charts two rows of data when
> there are three rows returned from the query.
>
> strQuery = "SELECT ProductName, UnitPrice, " & _
> "UnitsInStock, UnitsOnOrder FROM Products WHERE SupplierID = 1"
>
> Any ideas?
>
> --
> -George Handlin, MCP
>
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|