Click here to Skip to main content
15,915,873 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRAS option RASEO_RequireDataEncryption not work Pin
xmen3317-May-09 5:33
xmen3317-May-09 5:33 
AnswerRe: RAS option RASEO_RequireDataEncryption not work Pin
Dave Kreskowiak7-May-09 6:03
mveDave Kreskowiak7-May-09 6:03 
QuestionOpen all files in a Folder Pin
vijay24827-May-09 5:05
vijay24827-May-09 5:05 
AnswerRe: Open all files in a Folder Pin
Dave Kreskowiak7-May-09 5:32
mveDave Kreskowiak7-May-09 5:32 
AnswerRe: Open all files in a Folder Pin
riced7-May-09 6:58
riced7-May-09 6:58 
AnswerRe: Open all files in a Folder Pin
riced7-May-09 8:46
riced7-May-09 8:46 
GeneralMessage Closed Pin
7-May-09 11:37
vijay24827-May-09 11:37 
GeneralRe: Open all files in a Folder Pin
riced7-May-09 12:22
riced7-May-09 12:22 
No. The only changes that should be made are the ones I highlighted.
Think about it - you need two arrays: one to hold the max widths for the output, one to hold the widths for the current input file. So you also need two subs to populate the two arrays. You have to get the max widths before reading through the input files.
There's a potential problem with the output - it probably does not line up. This is because when the input is split up it includes leading/trailing spaces. If so then GetOutputLine needs tweaking.

Where did colPos come from? It should be
columnPositions
.
Is this one big application that concatenates a bunch of files, then outputs a file with parent-child lines? Or are these separate apps that just happen to have same/similar input files? The reason I ask is that the problems you are finding all seem to be related.

Regards
David R
---------------------------------------------------------------
"Every program eventually becomes rococo, and then rubble." - Alan Perlis

GeneralMessage Closed Pin
8-May-09 0:42
vijay24828-May-09 0:42 
GeneralRe: Open all files in a Folder Pin
riced9-May-09 1:18
riced9-May-09 1:18 
GeneralRe: Open all files in a Folder Pin
vijay24829-May-09 3:02
vijay24829-May-09 3:02 
QuestionDataGridView CheckBox column Pin
Paul McGann7-May-09 5:00
professionalPaul McGann7-May-09 5:00 
AnswerRe: DataGridView CheckBox column Pin
Henry Minute7-May-09 11:28
Henry Minute7-May-09 11:28 
GeneralRe: DataGridView CheckBox column Pin
Paul McGann7-May-09 13:08
professionalPaul McGann7-May-09 13:08 
GeneralRe: DataGridView CheckBox column Pin
Henry Minute8-May-09 1:57
Henry Minute8-May-09 1:57 
GeneralRe: DataGridView CheckBox column Pin
Paul McGann8-May-09 3:10
professionalPaul McGann8-May-09 3:10 
QuestionProblem with sstab control in vb 6.0 Pin
Member 30578877-May-09 3:53
Member 30578877-May-09 3:53 
AnswerRe: Problem with sstab control in vb 6.0 Pin
Tom Deketelaere7-May-09 4:19
professionalTom Deketelaere7-May-09 4:19 
AnswerRe: Problem with sstab control in vb 6.0 [modified] Pin
Dalek Dave7-May-09 4:30
professionalDalek Dave7-May-09 4:30 
AnswerRe: Problem with sstab control in vb 6.0 Pin
Dave Kreskowiak7-May-09 5:30
mveDave Kreskowiak7-May-09 5:30 
GeneralRe: Problem with sstab control in vb 6.0 Pin
Member 30578877-May-09 18:57
Member 30578877-May-09 18:57 
GeneralRe: Problem with sstab control in vb 6.0 Pin
Dave Kreskowiak8-May-09 0:29
mveDave Kreskowiak8-May-09 0:29 
AnswerRe: Problem with sstab control in vb 6.0 Pin
DidiKunz8-May-09 11:24
DidiKunz8-May-09 11:24 
Question[Message Deleted] Pin
programmer1.a7-May-09 3:36
programmer1.a7-May-09 3:36 
AnswerRe: VB.NET programming for "ToDoList" application....please help me Pin
Dalek Dave7-May-09 4:32
professionalDalek Dave7-May-09 4:32 

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.