Question on structures....
From: news.microsoft.com (noemail_at_nothanks.com)
Date: 07/05/04
- Next message: Samuel L Matzen: "Re: Question on structures...."
- Previous message: Shelby: "Re: Is it possible to get IIS root directory?"
- Next in thread: Samuel L Matzen: "Re: Question on structures...."
- Reply: Samuel L Matzen: "Re: Question on structures...."
- Reply: One Handed Man \( OHM - Terry Burns \): "Re: Question on structures...."
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 4 Jul 2004 21:03:52 -0700
I am missing something here and appreciate any help.
I am using a structure of states. I assign the datasource to 2 independent
combo boxes (component one) on my form. When I change the selected
state in, say, the cboHmState combo box, it also changes in the cboMlState
combo box.
How do I unlink this dependency I did NOT want in the first place? Please
help.
Thanks, W.
cboHmState.DataSource = States 'Populate the list
cboHmState.Splits(0).DisplayColumns(0).Visible = False
cboMlState.DataSource = States 'Populate the list
cboMlState.Splits(0).DisplayColumns(0).Visible = False
- Next message: Samuel L Matzen: "Re: Question on structures...."
- Previous message: Shelby: "Re: Is it possible to get IIS root directory?"
- Next in thread: Samuel L Matzen: "Re: Question on structures...."
- Reply: Samuel L Matzen: "Re: Question on structures...."
- Reply: One Handed Man \( OHM - Terry Burns \): "Re: Question on structures...."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|