Click here to Skip to main content
16,007,814 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to enable the textbox to be able to save text?? Pin
Colin Angus Mackay15-Nov-06 4:02
Colin Angus Mackay15-Nov-06 4:02 
AnswerRe: how to enable the textbox to be able to save text?? Pin
GaryT8015-Nov-06 6:48
GaryT8015-Nov-06 6:48 
QuestionSample data in TTX file is not displayed in the report Pin
Ramesh N G14-Nov-06 18:55
Ramesh N G14-Nov-06 18:55 
AnswerRe: Sample data in TTX file is not displayed in the report Pin
Christian Graus14-Nov-06 19:10
protectorChristian Graus14-Nov-06 19:10 
GeneralRe: Sample data in TTX file is not displayed in the report Pin
Ramesh N G14-Nov-06 21:41
Ramesh N G14-Nov-06 21:41 
QuestionConsole Application in VB6 Pin
Cmania14-Nov-06 18:17
Cmania14-Nov-06 18:17 
AnswerRe: Console Application in VB6 Pin
Dave Kreskowiak15-Nov-06 4:30
mveDave Kreskowiak15-Nov-06 4:30 
QuestionWhile loop... Pin
Subjugate14-Nov-06 14:51
Subjugate14-Nov-06 14:51 
i have a serious problem with my loop. My loop can only read the 1st data in my database even though there is 2 data inside. I think the problem should lays on my loop. Can u guys take a look at my loop and try to help me troubleshoot. Thanks a lot cos tis is urgent i got to pass up my proj soon.
While TReader.Read And TReader2.Read And TReader3.Read And TReader4.Read
strActionName = dTable.Rows(0)("ActionName")
strStatus = dTable2.Rows(0)("Status")
strFrequency = dTable3.Rows(0)("Frequency")
strActionDone = dTable4.Rows(0)("ActionDone")
strOneLine = ("ActionName = " + strActionName + "," + " Task = " + strActionDone + "," + " Frequency = " + strFrequency + "," + " Current Status = " + strStatus + "")
MessageBox.Show(strOneLine)
End While
AnswerRe: While loop... Pin
Christian Graus14-Nov-06 15:19
protectorChristian Graus14-Nov-06 15:19 
GeneralRe: While loop... Pin
Subjugate14-Nov-06 15:27
Subjugate14-Nov-06 15:27 
GeneralRe: While loop... Pin
Christian Graus14-Nov-06 15:28
protectorChristian Graus14-Nov-06 15:28 
GeneralRe: While loop... Pin
Subjugate14-Nov-06 15:32
Subjugate14-Nov-06 15:32 
GeneralRe: While loop... Pin
Christian Graus14-Nov-06 15:36
protectorChristian Graus14-Nov-06 15:36 
AnswerRe: While loop... Pin
Guffa14-Nov-06 15:19
Guffa14-Nov-06 15:19 
AnswerRe: While loop... Pin
MyFathersSon15-Nov-06 4:07
MyFathersSon15-Nov-06 4:07 
GeneralRe: While loop... Pin
Subjugate14-Nov-06 15:29
Subjugate14-Nov-06 15:29 
GeneralRe: While loop... Pin
Christian Graus14-Nov-06 15:31
protectorChristian Graus14-Nov-06 15:31 
GeneralRe: While loop... Pin
Christian Graus14-Nov-06 15:29
protectorChristian Graus14-Nov-06 15:29 
GeneralRe: While loop... Pin
Subjugate14-Nov-06 15:34
Subjugate14-Nov-06 15:34 
GeneralRe: While loop... Pin
Christian Graus14-Nov-06 15:37
protectorChristian Graus14-Nov-06 15:37 
GeneralRe: While loop... Pin
Subjugate14-Nov-06 15:56
Subjugate14-Nov-06 15:56 
QuestionXML Serialization of a DataTable Pin
darkturtle14-Nov-06 9:40
darkturtle14-Nov-06 9:40 
AnswerRe: XML Serialization of a DataTable Pin
nlarson1115-Nov-06 6:05
nlarson1115-Nov-06 6:05 
QuestionDatabinding Question Pin
mr_lasseter14-Nov-06 9:22
mr_lasseter14-Nov-06 9:22 
AnswerRe: Databinding Question Pin
Christian Graus14-Nov-06 12:19
protectorChristian Graus14-Nov-06 12:19 

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.