Click here to Skip to main content
15,891,473 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: How I can get the text from x,y coordinates? Pin
David Crow21-Sep-06 8:41
David Crow21-Sep-06 8:41 
AnswerRe: How I can get the text from x,y coordinates? Pin
Marco225021-Sep-06 8:54
Marco225021-Sep-06 8:54 
GeneralRe: How I can get the text from x,y coordinates? Pin
David Crow21-Sep-06 9:06
David Crow21-Sep-06 9:06 
QuestionHow to capture the higlighted text in axbrowser? Pin
Kenneth Villasenor21-Sep-06 5:57
Kenneth Villasenor21-Sep-06 5:57 
AnswerRe: How to capture the higlighted text in axbrowser? Pin
Dave Kreskowiak21-Sep-06 6:29
mveDave Kreskowiak21-Sep-06 6:29 
GeneralRe: How to capture the higlighted text in axbrowser? Pin
Kenneth Villasenor21-Sep-06 16:35
Kenneth Villasenor21-Sep-06 16:35 
GeneralRe: How to capture the higlighted text in axbrowser? Pin
Dave Kreskowiak22-Sep-06 2:18
mveDave Kreskowiak22-Sep-06 2:18 
QuestionParameter Field Value .NET Pin
netnest21-Sep-06 5:10
netnest21-Sep-06 5:10 
Hi,

I want to print multiple values in the same Parameter Field of Crystal Report. I fetch data from table in loop and assign it to a Parameter Field. My problem is that it overwrites the last value, I want it to Display as New Value for the same Parameter Field in a new row. I'm writing the sample code below to make it clear.

For count = 0 To 2
crReportDocument.SetParameterValue(0, "Amit" & CStr(count))
crReportDocument.SetParameterValue(1, count)
Next

Now for the Parameter Field 0 and 1, the value printed in report is
Amit 2 2

But I want my output to be
Amit0 0
Amit1 1
Amit2 2

My requirement is such that I cannot bind Crystal Report to a datasource.(pity). I have to define Parameter Field and supply values to them through the code.
An early reply or suggestion will be highly appreciated.
QuestionEvent Logging fails on windows 2000 Pin
manish2421-Sep-06 3:46
manish2421-Sep-06 3:46 
AnswerRe: Event Logging fails on windows 2000 Pin
Dave Kreskowiak21-Sep-06 5:55
mveDave Kreskowiak21-Sep-06 5:55 
GeneralRe: Event Logging fails on windows 2000 Pin
manish2421-Sep-06 6:05
manish2421-Sep-06 6:05 
GeneralRe: Event Logging fails on windows 2000 Pin
Dave Kreskowiak21-Sep-06 6:26
mveDave Kreskowiak21-Sep-06 6:26 
QuestionWhere is my data? Pin
Rashar21-Sep-06 3:10
Rashar21-Sep-06 3:10 
AnswerRe: Where is my data? Pin
Dave Kreskowiak21-Sep-06 5:53
mveDave Kreskowiak21-Sep-06 5:53 
QuestionRename, Copy, Delete files using Visual Basic Program Pin
mahtab_masood21-Sep-06 2:33
mahtab_masood21-Sep-06 2:33 
AnswerRe: Rename, Copy, Delete files using Visual Basic Program Pin
Dixon Baptista21-Sep-06 2:42
Dixon Baptista21-Sep-06 2:42 
QuestionDTPicker loading Class MSCONCTL2.lib Error [modified] Pin
Dixon Baptista21-Sep-06 1:45
Dixon Baptista21-Sep-06 1:45 
QuestionAssociate Icon with file extension Pin
nitin_ion20-Sep-06 23:50
nitin_ion20-Sep-06 23:50 
AnswerRe: Associate Icon with file extension Pin
Dixon Baptista21-Sep-06 2:44
Dixon Baptista21-Sep-06 2:44 
GeneralRe: Associate Icon with file extension Pin
nitin_ion24-Sep-06 18:07
nitin_ion24-Sep-06 18:07 
AnswerRe: Associate Icon with file extension Pin
Steven J Jowett21-Sep-06 6:08
Steven J Jowett21-Sep-06 6:08 
Questionhow to modify the app.config file dynamically Pin
Chetan.visodiya20-Sep-06 23:44
Chetan.visodiya20-Sep-06 23:44 
AnswerRe: how to modify the app.config file dynamically Pin
Dave Kreskowiak21-Sep-06 5:51
mveDave Kreskowiak21-Sep-06 5:51 
QuestionPlease help me [modified] Pin
minniemooo20-Sep-06 23:33
minniemooo20-Sep-06 23:33 
AnswerRe: Please help me Pin
Christian Graus21-Sep-06 0:12
protectorChristian Graus21-Sep-06 0:12 

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.