Click here to Skip to main content
15,920,633 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Refreshing Crystal Reports at runtime Pin
Dave Kreskowiak27-Mar-06 5:07
mveDave Kreskowiak27-Mar-06 5:07 
GeneralRe: Refreshing Crystal Reports at runtime Pin
Vikrant Badhai27-Mar-06 20:26
Vikrant Badhai27-Mar-06 20:26 
GeneralRe: Refreshing Crystal Reports at runtime Pin
Dave Kreskowiak28-Mar-06 2:44
mveDave Kreskowiak28-Mar-06 2:44 
GeneralRe: Refreshing Crystal Reports at runtime Pin
Vikrant Badhai2-Apr-06 23:47
Vikrant Badhai2-Apr-06 23:47 
GeneralRe: Refreshing Crystal Reports at runtime Pin
Vikrant Badhai2-Apr-06 23:51
Vikrant Badhai2-Apr-06 23:51 
Questionis this achievable? Pin
uglyeyes26-Mar-06 16:44
uglyeyes26-Mar-06 16:44 
AnswerRe: is this achievable? Pin
Dave Kreskowiak27-Mar-06 5:03
mveDave Kreskowiak27-Mar-06 5:03 
GeneralRe: is this achievable? Pin
uglyeyes27-Mar-06 12:32
uglyeyes27-Mar-06 12:32 
Hi Dave,

I did already post my code and explained my problem. I did understand what you said and i did implement it which i posted earlier. my problem is.


------
For Each datarow In dtId.Rows

myView.RowFilter = String.Format("Measure_Id='{0}'", datarow.Item("measure_Id"))
'######## checking if the dataview works #########
MycosChartWeb1.DataSource = myView
MycosChartWeb1.DataBind()

'#checking if we are getting data with test datagrid
'or
'DataGrid1.DataSource = myView
'DataGrid1.DataBind()

Next datarow
------

there are 10 IDs so the loop runs 10 time but myView can only hold one set of data so it only returns the last set of record and binds it to webchart or datagrid but i want to have 10 webcharts created if there is 10IDs hope you understand what i am trying to acheive. or if you think there is any webcharting tool which can fix my problem happy to buy that.

thanks
Bikash
GeneralRe: is this achievable? Pin
Dave Kreskowiak27-Mar-06 17:18
mveDave Kreskowiak27-Mar-06 17:18 
QuestionUrgent~ how to read next line from text? Pin
campbells26-Mar-06 15:02
campbells26-Mar-06 15:02 
AnswerRe: Urgent~ how to read next line from text? Pin
Christian Graus26-Mar-06 15:15
protectorChristian Graus26-Mar-06 15:15 
GeneralRe: Urgent~ how to read next line from text? Pin
campbells26-Mar-06 15:33
campbells26-Mar-06 15:33 
GeneralRe: Urgent~ how to read next line from text? Pin
Christian Graus26-Mar-06 16:12
protectorChristian Graus26-Mar-06 16:12 
GeneralRe: Urgent~ how to read next line from text? Pin
campbells26-Mar-06 16:45
campbells26-Mar-06 16:45 
GeneralRe: Urgent~ how to read next line from text? Pin
Christian Graus26-Mar-06 16:49
protectorChristian Graus26-Mar-06 16:49 
GeneralRe: Urgent~ how to read next line from text? Pin
campbells27-Mar-06 2:29
campbells27-Mar-06 2:29 
AnswerRe: Urgent~ how to read next line from text? Pin
FeRtoll27-Mar-06 1:12
FeRtoll27-Mar-06 1:12 
GeneralRe: Urgent~ how to read next line from text? Pin
FeRtoll27-Mar-06 2:15
FeRtoll27-Mar-06 2:15 
GeneralRe: Urgent~ how to read next line from text? Pin
campbells27-Mar-06 3:42
campbells27-Mar-06 3:42 
GeneralRe: Urgent~ how to read next line from text? Pin
Dave Kreskowiak27-Mar-06 4:52
mveDave Kreskowiak27-Mar-06 4:52 
GeneralRe: Urgent~ how to read next line from text? Pin
campbells27-Mar-06 5:08
campbells27-Mar-06 5:08 
GeneralRe: Urgent~ how to read next line from text? Pin
Dave Kreskowiak27-Mar-06 10:21
mveDave Kreskowiak27-Mar-06 10:21 
GeneralRe: Urgent~ how to read next line from text? Pin
campbells27-Mar-06 13:23
campbells27-Mar-06 13:23 
GeneralRe: Urgent~ how to read next line from text? Pin
Dave Kreskowiak27-Mar-06 17:05
mveDave Kreskowiak27-Mar-06 17:05 
GeneralRe: Urgent~ how to read next line from text? Pin
Dave Kreskowiak27-Mar-06 17:23
mveDave Kreskowiak27-Mar-06 17:23 

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.