Click here to Skip to main content
16,005,178 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to change provider in crystal report runtime Pin
JernejR26-Mar-09 0:02
JernejR26-Mar-09 0:02 
AnswerRe: how to change provider in crystal report runtime Pin
Skymir27-Mar-09 8:51
Skymir27-Mar-09 8:51 
AnswerRe: how to change provider in crystal report runtime Pin
Anubhava Dimri31-Mar-09 0:26
Anubhava Dimri31-Mar-09 0:26 
QuestionOutput Differs Pin
vijay248225-Mar-09 23:33
vijay248225-Mar-09 23:33 
AnswerRe: Output Differs Pin
Tom Deketelaere25-Mar-09 23:40
professionalTom Deketelaere25-Mar-09 23:40 
GeneralRe: Output Differs Pin
vijay248226-Mar-09 0:54
vijay248226-Mar-09 0:54 
AnswerRe: Output Differs Pin
JernejR26-Mar-09 0:58
JernejR26-Mar-09 0:58 
AnswerRe: Output Differs Pin
Luc Pattyn26-Mar-09 0:58
sitebuilderLuc Pattyn26-Mar-09 0:58 
Hi,

I did not like your post for several reasons:

1. it is not clear what you attempt to achieve. Why couldn't you explain what this is for, and give an example of some data, showing parts that work and parts that don't.
Applying some bold and italic is not the way to explain things.

2. your code looks terrible, I am not going to analyze it. Why can't you apply object-oriented principles to it? you have lines describing some kind of object, hence make that a class, and give it a method to create itself from a text line, and another method to output itself in a format of your choice.
Also try to limit the nesting of conditionals and loops, you have around 10 leading to long code lines requiring lots of horizontal scrolling. When properly coded, the main method would fit on a single screen and it would be much easier to spot the problem.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


QuestionUsing SMTP, the email is sent only when the Form is closed Pin
paulogomes25-Mar-09 16:30
paulogomes25-Mar-09 16:30 
AnswerRe: Using SMTP, the email is sent only when the Form is closed Pin
Henry Minute26-Mar-09 1:48
Henry Minute26-Mar-09 1:48 
GeneralRe: Using SMTP, the email is sent only when the Form is closed Pin
paulogomes26-Mar-09 7:36
paulogomes26-Mar-09 7:36 
GeneralRe: Using SMTP, the email is sent only when the Form is closed Pin
Luc Pattyn26-Mar-09 9:02
sitebuilderLuc Pattyn26-Mar-09 9:02 
GeneralRe: Using SMTP, the email is sent only when the Form is closed Pin
paulogomes26-Mar-09 9:14
paulogomes26-Mar-09 9:14 
GeneralRe: Using SMTP, the email is sent only when the Form is closed Pin
Henry Minute26-Mar-09 9:12
Henry Minute26-Mar-09 9:12 
AnswerRe: Using SMTP, the email is sent only when the Form is closed Pin
Luc Pattyn26-Mar-09 9:50
sitebuilderLuc Pattyn26-Mar-09 9:50 
GeneralRe: Using SMTP, the email is sent only when the Form is closed Pin
paulogomes26-Mar-09 10:49
paulogomes26-Mar-09 10:49 
GeneralRe: Using SMTP, the email is sent only when the Form is closed Pin
Luc Pattyn26-Mar-09 10:59
sitebuilderLuc Pattyn26-Mar-09 10:59 
GeneralRe: Using SMTP, the email is sent only when the Form is closed Pin
paulogomes26-Mar-09 11:38
paulogomes26-Mar-09 11:38 
QuestionError trying to draw on form Pin
o m n i25-Mar-09 16:11
o m n i25-Mar-09 16:11 
AnswerRe: Error trying to draw on form Pin
Bharat Jain25-Mar-09 19:07
Bharat Jain25-Mar-09 19:07 
AnswerRe: Error trying to draw on form Pin
Dave Kreskowiak26-Mar-09 4:31
mveDave Kreskowiak26-Mar-09 4:31 
Questionsave array [modified] Pin
moonshaddow25-Mar-09 15:44
moonshaddow25-Mar-09 15:44 
AnswerRe: save array Pin
o m n i25-Mar-09 16:19
o m n i25-Mar-09 16:19 
GeneralRe: save array Pin
moonshaddow25-Mar-09 16:40
moonshaddow25-Mar-09 16:40 
GeneralRe: save array Pin
Ashfield25-Mar-09 22:47
Ashfield25-Mar-09 22:47 

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.