Click here to Skip to main content
15,903,362 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: What is Wrong with the Following Code.Adding records in DB Pin
Manuel F. Hernandez7-Sep-07 6:55
Manuel F. Hernandez7-Sep-07 6:55 
GeneralRe: What is Wrong with the Following Code.Adding records in DB Pin
Vimalsoft(Pty) Ltd7-Sep-07 7:41
professionalVimalsoft(Pty) Ltd7-Sep-07 7:41 
GeneralRe: What is Wrong with the Following Code.Adding records in DB Pin
Manuel F. Hernandez7-Sep-07 8:02
Manuel F. Hernandez7-Sep-07 8:02 
AnswerRe: What is Wrong with the Following Code.Adding records in DB Pin
Christian Graus7-Sep-07 6:56
protectorChristian Graus7-Sep-07 6:56 
Questionchoose first field of repeating data and write to a text file Pin
samme7127-Sep-07 6:21
samme7127-Sep-07 6:21 
AnswerRe: choose first field of repeating data and write to a text file Pin
Dave Kreskowiak7-Sep-07 9:27
mveDave Kreskowiak7-Sep-07 9:27 
GeneralRe: choose first field of repeating data and write to a text file Pin
samme7127-Sep-07 10:12
samme7127-Sep-07 10:12 
GeneralRe: choose first field of repeating data and write to a text file Pin
Dave Kreskowiak7-Sep-07 12:59
mveDave Kreskowiak7-Sep-07 12:59 
If trackingValue <> rowValue Then
    field(whatever) = rowValue.ToString()
    trackingValue = rowValue
Else
    field(whatever) = ""
End If



A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: choose first field of repeating data and write to a text file Pin
samme71211-Sep-07 7:16
samme71211-Sep-07 7:16 
GeneralRe: choose first field of repeating data and write to a text file Pin
Dave Kreskowiak11-Sep-07 12:50
mveDave Kreskowiak11-Sep-07 12:50 
GeneralRe: choose first field of repeating data and write to a text file Pin
samme71211-Sep-07 16:56
samme71211-Sep-07 16:56 
GeneralRe: choose first field of repeating data and write to a text file Pin
samme71211-Sep-07 17:35
samme71211-Sep-07 17:35 
QuestionHow to customize a gridview? Pin
shyne77-Sep-07 6:21
shyne77-Sep-07 6:21 
AnswerRe: How to customize a gridview? Pin
Christian Graus7-Sep-07 6:26
protectorChristian Graus7-Sep-07 6:26 
AnswerRe: How to customize a gridview? Pin
Dave Kreskowiak7-Sep-07 6:55
mveDave Kreskowiak7-Sep-07 6:55 
GeneralRe: How to customize a gridview? Pin
shyne77-Sep-07 7:58
shyne77-Sep-07 7:58 
GeneralRe: How to customize a gridview? Pin
Dave Kreskowiak7-Sep-07 9:48
mveDave Kreskowiak7-Sep-07 9:48 
QuestionPlease tell how to update data using web service Pin
Dubey Yogendra7-Sep-07 6:15
Dubey Yogendra7-Sep-07 6:15 
AnswerRe: Please tell how to update data using web service Pin
Dave Kreskowiak7-Sep-07 8:34
mveDave Kreskowiak7-Sep-07 8:34 
QuestionCash Drawer Opening Pin
imla7-Sep-07 5:32
imla7-Sep-07 5:32 
AnswerRe: Cash Drawer Opening Pin
BooleanTrue7-Sep-07 5:37
professionalBooleanTrue7-Sep-07 5:37 
AnswerRe: Cash Drawer Opening Pin
Luc Pattyn7-Sep-07 5:45
sitebuilderLuc Pattyn7-Sep-07 5:45 
GeneralRe: Cash Drawer Opening Pin
The ANZAC7-Sep-07 20:19
The ANZAC7-Sep-07 20:19 
AnswerRe: Cash Drawer Opening Pin
Dave Kreskowiak7-Sep-07 5:51
mveDave Kreskowiak7-Sep-07 5:51 
GeneralRe: Cash Drawer Opening Pin
Christian Graus7-Sep-07 6:25
protectorChristian Graus7-Sep-07 6:25 

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.