Click here to Skip to main content
15,888,521 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: table primary field name Pin
Ian Darling15-Jul-03 2:10
Ian Darling15-Jul-03 2:10 
GeneralSub Main Pin
bensoncd14-Jul-03 14:17
bensoncd14-Jul-03 14:17 
GeneralRe: Sub Main Pin
Nick Seng14-Jul-03 15:34
Nick Seng14-Jul-03 15:34 
GeneralRe: Sub Main Pin
bensoncd15-Jul-03 13:43
bensoncd15-Jul-03 13:43 
GeneralRe: Sub Main Pin
Nick Seng15-Jul-03 15:19
Nick Seng15-Jul-03 15:19 
GeneralI just started VB.NET Pin
Anonymous14-Jul-03 11:27
Anonymous14-Jul-03 11:27 
GeneralRe: I just started VB.NET Pin
Nick Seng14-Jul-03 15:31
Nick Seng14-Jul-03 15:31 
Generalcombobox Pin
mhedrick14-Jul-03 6:33
mhedrick14-Jul-03 6:33 
Hello,
I am unable to get my combobox to load.
I have the user iner or scan a number into the textbox.
This calls a procedure and walla.....My CB should populate
but no. Can someone give me some suggestions from my code?
I get an object required error right here Mad | :mad:
Also, how can I get it to accept a scan instead of a user
hitting enter after entering the data?
Thank you very much.

Dim batchnumber As String
Dim GetBatchNO As Integer

strValue = Trim(UCase(txtbatchnum.Text))
Me.MousePointer = vbNormal
If strValue = 0 Then
MsgBox ("Invalid Batch Number!")
txtbatchnum_GotFocus
Me.MousePointer = vbNormal
Exit Sub
End If

txtbatchnum.Text = GetBatchNO
'ado.dbo_ShippingGetTnocwayFromBatchno GetBatchNO Mad | :mad:
batchnumber = Trim(ado.rsdbo_ShippingGetTnocwayFromBatchno!Tnocway) & ""
ado.rsdbo_ShippingGetTnocwayFromBatchno.Close

comboTnum.Clear
Do While Not ado.rsdbo_ShippingGetTnocwayFromBatchno.EOF
comboTnum.AddItem batchnumber
ado.rsdbo_ShippingGetTnocwayFromBatchno.MoveNext
Loop



End Sub
GeneralNew to VB.NET & VB in general Pin
newbie7314-Jul-03 5:46
newbie7314-Jul-03 5:46 
Generalprinting problems Pin
Eng Hong Teo13-Jul-03 20:59
Eng Hong Teo13-Jul-03 20:59 
GeneralON GOTO statement to vc++ Pin
shanila13-Jul-03 3:12
shanila13-Jul-03 3:12 
GeneralRe: ON GOTO statement to vc++ Pin
Hesham Amin13-Jul-03 8:52
Hesham Amin13-Jul-03 8:52 
QuestionHow do I use Left, Right and Mid Functions? Pin
MrGee12-Jul-03 8:49
MrGee12-Jul-03 8:49 
AnswerRe: How do I use Left, Right and Mid Functions? Pin
Nick Parker12-Jul-03 9:16
protectorNick Parker12-Jul-03 9:16 
AnswerRe: How do I use Left, Right and Mid Functions? Pin
Hesham Amin12-Jul-03 9:21
Hesham Amin12-Jul-03 9:21 
GeneralRe: How do I use Left, Right and Mid Functions? Pin
MrGee14-Jul-03 9:32
MrGee14-Jul-03 9:32 
GeneralRe: How do I use Left, Right and Mid Functions? Pin
dynamic14-Jul-03 9:54
dynamic14-Jul-03 9:54 
GeneralRe: How do I use Left, Right and Mid Functions? Pin
MrGee16-Jul-03 14:24
MrGee16-Jul-03 14:24 
GeneralClearing the Console Pin
mightymiracleman12-Jul-03 7:33
mightymiracleman12-Jul-03 7:33 
GeneralRe: Clearing the Console Pin
Mike Dimmick13-Jul-03 0:59
Mike Dimmick13-Jul-03 0:59 
GeneralRe: Clearing the Console Pin
mightymiracleman13-Jul-03 6:56
mightymiracleman13-Jul-03 6:56 
GeneralRe: Clearing the Console Pin
Mike Dimmick13-Jul-03 7:05
Mike Dimmick13-Jul-03 7:05 
GeneralRe: Clearing the Console Pin
Richard Deeming14-Jul-03 2:18
mveRichard Deeming14-Jul-03 2:18 
GeneralFiltering two datatables (urgent plz) Pin
aamirsaddiq12-Jul-03 2:26
aamirsaddiq12-Jul-03 2:26 
GeneralRe: Filtering two datatables (urgent plz) Pin
Mike Dimmick12-Jul-03 3:29
Mike Dimmick12-Jul-03 3:29 

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.