Click here to Skip to main content
15,892,737 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Do I have to manually create a recordNumber as primary key in dataset? Pin
Dave Kreskowiak6-Dec-09 15:44
mveDave Kreskowiak6-Dec-09 15:44 
Questionlistbox inconsistency Pin
Tim Kredlo5-Dec-09 22:23
Tim Kredlo5-Dec-09 22:23 
AnswerRe: listbox inconsistency Pin
Luc Pattyn6-Dec-09 1:23
sitebuilderLuc Pattyn6-Dec-09 1:23 
GeneralRe: listbox inconsistency Pin
Tim Kredlo6-Dec-09 7:41
Tim Kredlo6-Dec-09 7:41 
GeneralRe: listbox inconsistency Pin
Luc Pattyn6-Dec-09 7:59
sitebuilderLuc Pattyn6-Dec-09 7:59 
GeneralRe: listbox inconsistency Pin
Tim Kredlo6-Dec-09 8:41
Tim Kredlo6-Dec-09 8:41 
GeneralRe: listbox inconsistency Pin
Luc Pattyn6-Dec-09 8:46
sitebuilderLuc Pattyn6-Dec-09 8:46 
GeneralRe: listbox inconsistency Pin
Tim Kredlo6-Dec-09 9:00
Tim Kredlo6-Dec-09 9:00 
Thanks for clarifying.
I don't know if you looked at the corrected post, but it now shows:
Private Sub UserForm_Initialize()

     *** some irrelevant code left out here ***

    With lstCode1
        .RowSource = strRngBaseTable
    End With               HERE lstCode1.Value = ""

    With lstCode2
        .RowSource = strRngBaseTable
    End With               HERE lstCode2.Value = null
End Sub


The list boxes were added by using the control toolbox when when the form was created.
These are NOT 'new' listboxes.
They, and their controls, exist at startup.
Notice that the two 'With' statements reference lstCode1 and lstCode2, two distinct listboxes.

Thanks for your help.
GeneralRe: listbox inconsistency Pin
Luc Pattyn6-Dec-09 9:15
sitebuilderLuc Pattyn6-Dec-09 9:15 
GeneralRe: listbox inconsistency Pin
Tim Kredlo6-Dec-09 10:52
Tim Kredlo6-Dec-09 10:52 
QuestionReplace function in vb6 with MS Access using adodb.recordset Pin
Tufail Ahmad4-Dec-09 18:16
Tufail Ahmad4-Dec-09 18:16 
AnswerRe: Replace function in vb6 with MS Access using adodb.recordset Pin
Luc Pattyn5-Dec-09 2:46
sitebuilderLuc Pattyn5-Dec-09 2:46 
QuestionShould I have to explicity create a dataset even it is already defined in design time? Pin
JUNEYT4-Dec-09 11:43
JUNEYT4-Dec-09 11:43 
AnswerRe: Should I have to explicity create a dataset even it is already defined in design time? Pin
T21024-Dec-09 12:46
T21024-Dec-09 12:46 
QuestionCustom Events Pin
#realJSOP4-Dec-09 0:29
mve#realJSOP4-Dec-09 0:29 
AnswerRe: Custom Events Pin
Geoff Williams4-Dec-09 1:23
Geoff Williams4-Dec-09 1:23 
AnswerRe: Custom Events Pin
Dave Kreskowiak4-Dec-09 3:40
mveDave Kreskowiak4-Dec-09 3:40 
QuestionCheck file infection by CRC32 Pin
Gagan.203-Dec-09 23:04
Gagan.203-Dec-09 23:04 
AnswerRe: Check file infection by CRC32 Pin
David Skelly3-Dec-09 23:19
David Skelly3-Dec-09 23:19 
GeneralRe: Check file infection by CRC32 Pin
Gagan.204-Dec-09 5:05
Gagan.204-Dec-09 5:05 
GeneralRe: Check file infection by CRC32 Pin
Dave Kreskowiak4-Dec-09 5:34
mveDave Kreskowiak4-Dec-09 5:34 
GeneralRe: Check file infection by CRC32 Pin
David Skelly4-Dec-09 6:14
David Skelly4-Dec-09 6:14 
AnswerRe: Check file infection by CRC32 Pin
Gagan.204-Dec-09 14:56
Gagan.204-Dec-09 14:56 
QuestionPivotTable Strategery Pin
Bomb_shell3-Dec-09 11:31
Bomb_shell3-Dec-09 11:31 
AnswerRe: PivotTable Strategery Pin
freakyit4-Dec-09 4:06
freakyit4-Dec-09 4:06 

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.