Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Visual Basic only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
Visual Basic
While loop to add items in a combo
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
Ali Rizwan
Banned
Contributor
Join Date:
Aug 2007
Posts:
931
#1
While loop to add items in a combo
Sep 30 '07, 06:32 PM
Hi
I want to add records from a database into a combo box.
using
ADODC
VB6
Thanx
jrtox
New Member
Join Date:
Sep 2007
Posts:
89
#2
Oct 1 '07, 04:40 AM
Originally posted by
Ali Rizwan
Hi
I want to add records from a database into a combo box.
using
ADODC
VB6
Thanx
While Not RS.EOF
ComboBox1.AddIt em RS.Recordet("Fi eldName")
RS.Movenext
Wend
Regards
Comment
Post
Cancel
Ali Rizwan
Banned
Contributor
Join Date:
Aug 2007
Posts:
931
#3
Oct 1 '07, 07:16 AM
Originally posted by
jrtox
While Not RS.EOF
ComboBox1.AddIt em RS.Recordet("Fi eldName")
RS.Movenext
Wend
Regards
Thanx
But i have made after some effort.
Thanx again
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment