TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Miralem
NA
2
0
ComboBox BUG??!!?
Nov 11 2009 5:30 AM
Hello. The problem is this: I have two tables: Requirements(ID_doc, Name_doc, ID_DeliveryType) and DeliveryTypeCodeList(ID_DeliveryType, DeliveryType_doc). I put the form fields from the table 'Requirements' where the column 'ID_DeliveryType' is ComboBox type-a. For ComboBox DataSource I put table 'DeliveryTypeCodeList' where column 'DeliveryType_doc' is DisplayMember and column 'ID_DeliveryType' column is ValueMemeber. My wish now is that when I run the program, in the ComboBox it print (descriptive)values from the column 'DeliveryType_doc' (mail, fax, post)! But it just does not happen?!??? If you have time, there is also the source code of the program:
http://rapidshare.com/files/305140006/BugComboBox.rar
or if you want you can see the video where I show that I have tried all combinations:
http://www.youtube.com/watch?v=5VK-c39eL-4
THANK YOU!
Reply
Answers (
0
)
Custom Windows Control - Multiple Item Property/Properties
Problem with Tab Control in VB 2008 Express