Click here to Skip to main content
15,900,511 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Data from Scanner to Database Pin
Dave Kreskowiak23-Sep-09 9:25
mveDave Kreskowiak23-Sep-09 9:25 
AnswerRe: Data from Scanner to Database Pin
Steven J Jowett24-Sep-09 0:14
Steven J Jowett24-Sep-09 0:14 
QuestionAuto Suggest Pin
led12323-Sep-09 3:16
led12323-Sep-09 3:16 
QuestionRe: Auto Suggest Pin
Steven J Jowett23-Sep-09 5:17
Steven J Jowett23-Sep-09 5:17 
AnswerRe: Auto Suggest Pin
led12323-Sep-09 5:25
led12323-Sep-09 5:25 
GeneralRe: Auto Suggest Pin
Steven J Jowett24-Sep-09 0:49
Steven J Jowett24-Sep-09 0:49 
GeneralRe: Auto Suggest Pin
led12324-Sep-09 1:45
led12324-Sep-09 1:45 
AnswerRe: Auto Suggest Pin
Drew Stegon24-Sep-09 13:05
Drew Stegon24-Sep-09 13:05 
IF there is not a field that you could use as a comparison, like an ID field, then you could open up the table, search the each record (do loop/for each) for matching text to the current message text and then move to the next record and display that. When you get to EOF, then just go to the first record and display that message. Long way around, but sometimes you are forced to do things in code you nromally would have to do because of bad database design.
Questionabout com object Pin
uttam bobalade22-Sep-09 22:03
uttam bobalade22-Sep-09 22:03 
AnswerRe: about com object Pin
Johan Hakkesteegt22-Sep-09 22:22
Johan Hakkesteegt22-Sep-09 22:22 
QuestionHow to put data or data array into chart ? Pin
Kobi_Z22-Sep-09 21:42
Kobi_Z22-Sep-09 21:42 
AnswerRe: How to put data or data array into chart ? Pin
Johan Hakkesteegt22-Sep-09 22:17
Johan Hakkesteegt22-Sep-09 22:17 
QuestionWindows Authentication... Pin
ashwath197922-Sep-09 21:24
ashwath197922-Sep-09 21:24 
AnswerRe: Windows Authentication... Pin
Eddy Vluggen23-Sep-09 0:18
professionalEddy Vluggen23-Sep-09 0:18 
GeneralRe: Windows Authentication... Pin
ashwath197923-Sep-09 1:42
ashwath197923-Sep-09 1:42 
GeneralRe: Windows Authentication... Pin
Eddy Vluggen23-Sep-09 3:00
professionalEddy Vluggen23-Sep-09 3:00 
AnswerRe: Windows Authentication... Pin
Tim Carmichael23-Sep-09 3:47
Tim Carmichael23-Sep-09 3:47 
Question[Message Deleted] Pin
rbgCODE22-Sep-09 20:53
rbgCODE22-Sep-09 20:53 
AnswerRe: I need help :-( PinPopular
Ashfield22-Sep-09 21:09
Ashfield22-Sep-09 21:09 
QuestionSystem.InvalidOperationException was unhandled Pin
Anubhava Dimri22-Sep-09 19:17
Anubhava Dimri22-Sep-09 19:17 
AnswerRe: System.InvalidOperationException was unhandled Pin
tosch22-Sep-09 19:30
tosch22-Sep-09 19:30 
AnswerRe: System.InvalidOperationException was unhandled Pin
dan!sh 23-Sep-09 0:50
professional dan!sh 23-Sep-09 0:50 
QuestionProblem with DataGridView inside a UserControl Pin
DATA2322-Sep-09 18:10
DATA2322-Sep-09 18:10 
Questionvb.net Pin
paya1pa22-Sep-09 5:42
paya1pa22-Sep-09 5:42 
AnswerRe: vb.net Pin
0x3c022-Sep-09 5:56
0x3c022-Sep-09 5:56 

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.