Click here to Skip to main content
15,888,286 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Open a file when it is double clicked Pin
Chatura Dilan2-Mar-06 14:06
Chatura Dilan2-Mar-06 14:06 
QuestionHow to get the clients IP address using TcpClient in VB.Net Pin
Maher Abu Zer1-Mar-06 20:19
professionalMaher Abu Zer1-Mar-06 20:19 
AnswerRe: How to get the clients IP address using TcpClient in VB.Net Pin
Dave Kreskowiak2-Mar-06 5:35
mveDave Kreskowiak2-Mar-06 5:35 
AnswerRe: How to get the clients IP address using TcpClient in VB.Net Pin
Maher Abu Zer2-Mar-06 6:34
professionalMaher Abu Zer2-Mar-06 6:34 
GeneralRe: How to get the clients IP address using TcpClient in VB.Net Pin
Dave Kreskowiak2-Mar-06 7:37
mveDave Kreskowiak2-Mar-06 7:37 
QuestionTreeeview problem in vb.net Pin
pankajgarg121-Mar-06 20:09
pankajgarg121-Mar-06 20:09 
AnswerRe: Treeeview problem in vb.net Pin
Dave Kreskowiak2-Mar-06 5:08
mveDave Kreskowiak2-Mar-06 5:08 
Questioncreating multiple webcharts based upon query ID Pin
uglyeyes1-Mar-06 19:25
uglyeyes1-Mar-06 19:25 
Hi All,

I posted this question in lots of places but i didnt get any satisfactory answer.

I am using a webchart tool called Mycos ( A web control)
I create a single chart with following code:

MycosChartWeb1.DataSource = CreateData()
MycosChartWeb1.DataBind()

creating single chart is not a big deal if i have a standard query with no parameter called ID.

if createData() is of type:

Private Function CreateData() As DataSet


Dim id As String
objConn = New SqlConnection(dbPath)

cmd = New SqlCommand("select period,scorecard,actual,target from ShirePlan where measureID='2.1.1.1' and period like '%2003%' ", objConn)

'cmd = New SqlCommand("select period,scorecard,actual,target from ShirePlan where measureID='" & ID & "'", objConn)

Dim da As New SqlDataAdapter(cmd)
Dim ds As New DataSet

da.Fill(ds)
Return ds

End Function

but in my case i have ID which ranges from zero to N records.
I need to create dataset for each ID like for measureID 2.1.1.1 i need to create new dataset and bind it to mycos
again for new measureID i have to do same.
Some one told me to use Dataview and someone said something i really dont know how to achieve this

please help me

many thanks in forward



AnswerRe: creating multiple webcharts based upon query ID Pin
Dave Kreskowiak2-Mar-06 4:50
mveDave Kreskowiak2-Mar-06 4:50 
Questioncode for thinning or skeletonization in vb Pin
swap_1231-Mar-06 19:18
swap_1231-Mar-06 19:18 
AnswerRe: code for thinning or skeletonization in vb Pin
Dave Kreskowiak2-Mar-06 4:20
mveDave Kreskowiak2-Mar-06 4:20 
QuestionVB Image Comparison Pin
Russ72841-Mar-06 16:36
Russ72841-Mar-06 16:36 
AnswerRe: VB Image Comparison Pin
progload1-Mar-06 19:46
progload1-Mar-06 19:46 
GeneralRe: VB Image Comparison Pin
Russ72842-Mar-06 14:51
Russ72842-Mar-06 14:51 
GeneralRe: VB Image Comparison Pin
progload2-Mar-06 17:10
progload2-Mar-06 17:10 
GeneralRe: VB Image Comparison Pin
Russ72843-Mar-06 3:17
Russ72843-Mar-06 3:17 
QuestionComparing two large files Pin
Klazen1-Mar-06 15:44
Klazen1-Mar-06 15:44 
AnswerRe: Comparing two large files Pin
Dave Kreskowiak2-Mar-06 3:57
mveDave Kreskowiak2-Mar-06 3:57 
GeneralRe: Comparing two large files Pin
Klazen2-Mar-06 12:46
Klazen2-Mar-06 12:46 
QuestionFile Properties - mp3 Pin
united181-Mar-06 14:45
united181-Mar-06 14:45 
AnswerRe: File Properties - mp3 Pin
Klazen1-Mar-06 16:01
Klazen1-Mar-06 16:01 
GeneralRe: File Properties - mp3 Pin
united181-Mar-06 17:50
united181-Mar-06 17:50 
GeneralRe: File Properties - mp3 Pin
united184-Mar-06 7:44
united184-Mar-06 7:44 
GeneralRe: File Properties - mp3 Pin
Klazen4-Mar-06 10:38
Klazen4-Mar-06 10:38 
GeneralRe: File Properties - mp3 Pin
united184-Mar-06 20:35
united184-Mar-06 20:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.