Click here to Skip to main content
15,907,492 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Optional Array in function not working in COM class?!? Pin
Dave Kreskowiak13-Dec-07 6:46
mveDave Kreskowiak13-Dec-07 6:46 
GeneralString to Datagridviewcell Conversion Pin
VB 8.013-Dec-07 1:09
VB 8.013-Dec-07 1:09 
GeneralRe: String to Datagridviewcell Conversion Pin
Dave Kreskowiak13-Dec-07 1:48
mveDave Kreskowiak13-Dec-07 1:48 
GeneralRe: String to Datagridviewcell Conversion Pin
VB 8.014-Dec-07 0:42
VB 8.014-Dec-07 0:42 
GeneralRe: String to Datagridviewcell Conversion Pin
Dave Kreskowiak14-Dec-07 0:48
mveDave Kreskowiak14-Dec-07 0:48 
GeneralRe: String to Datagridviewcell Conversion Pin
VB 8.016-Dec-07 21:43
VB 8.016-Dec-07 21:43 
GeneralRe: String to Datagridviewcell Conversion Pin
Dave Kreskowiak17-Dec-07 1:41
mveDave Kreskowiak17-Dec-07 1:41 
QuestionHow to Update Binded Combobox value ? Pin
rashadaliarshad12-Dec-07 23:29
rashadaliarshad12-Dec-07 23:29 
I am facing problems to update combo box value that is binding to a datasource ... i m using VB.NET 2005 and SQL SERVER 2000 at back.

I simply created a Data Source. And added 'PurchaseOrders' Table in it. Set it to draw 'DETAILS' components. and dragged it on to the form and it draws all the controls on the form. along with a navigator and binding source, dataset added to the form.


Now i have a field ... SUPPLIER ID and its component was set to a COMBOBOX.

I seprately loaded this combobox with a datasource as:

SupplierIDCombobox.Datasource = DsSupplier.Tables(0)
SupplierIDCombobox.DisplayMember = "SupplierName"
SupplierIDCombobox.ValueMember = SupplierID

now when i run the program, the first SupplierID is picked by the combobox correctly.

When i navigate to second purchase Order. the supplierID does not change.

How to fix this problem??? anyone?
:- Rashid Ali -:

GeneralRe: How to Update Binded Combobox value ? Pin
Dave Kreskowiak13-Dec-07 4:15
mveDave Kreskowiak13-Dec-07 4:15 
AnswerRe: How to Update Binded Combobox value ? Pin
rashadaliarshad13-Dec-07 20:57
rashadaliarshad13-Dec-07 20:57 
GeneralRAS - Creation of a VPN connnection Pin
Xavier Laurent12-Dec-07 23:24
Xavier Laurent12-Dec-07 23:24 
GeneralRe: RAS - Creation of a VPN connnection Pin
Dave Kreskowiak13-Dec-07 7:20
mveDave Kreskowiak13-Dec-07 7:20 
Generalsub report could not be shown Pin
di3.ny2812-Dec-07 21:38
di3.ny2812-Dec-07 21:38 
GeneralRe: sub report could not be shown Pin
Dave Kreskowiak13-Dec-07 7:22
mveDave Kreskowiak13-Dec-07 7:22 
Questionhow to hide the Start Button in Vista using VB.NET2005 Pin
funakawa12-Dec-07 18:29
funakawa12-Dec-07 18:29 
GeneralRe: how to hide the Start Button in Vista using VB.NET2005 Pin
Michael Sync12-Dec-07 22:24
Michael Sync12-Dec-07 22:24 
GeneralRe: how to hide the Start Button in Vista using VB.NET2005 Pin
funakawa16-Dec-07 16:11
funakawa16-Dec-07 16:11 
QuestionHelp on dymanic installation Pin
highjo12-Dec-07 12:28
highjo12-Dec-07 12:28 
GeneralRe: Help on dymanic installation Pin
Michael Sync12-Dec-07 22:18
Michael Sync12-Dec-07 22:18 
GeneralRe: Help on dymanic installation Pin
highjo13-Dec-07 8:49
highjo13-Dec-07 8:49 
GeneralTO START Pin
Kahuna12-Dec-07 12:14
Kahuna12-Dec-07 12:14 
GeneralRe: TO START Pin
Christian Graus12-Dec-07 12:31
protectorChristian Graus12-Dec-07 12:31 
Questionacessing MDI form status bar from other forms/public methods Pin
Adnan Siddiqi12-Dec-07 9:13
Adnan Siddiqi12-Dec-07 9:13 
GeneralRe: acessing MDI form status bar from other forms/public methods Pin
Dave Kreskowiak12-Dec-07 10:19
mveDave Kreskowiak12-Dec-07 10:19 
Generalmoving a Form With No Border Pin
Orlando_Herrera12-Dec-07 8:01
Orlando_Herrera12-Dec-07 8:01 

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.