|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
getText from Combo box |
From: |
Lynn Maharet |
Date: |
9/18/2000 12:54:10 AM |
IP: |
165.21.21.38 |
Hi all,
How do I capture the text of a combo box..that is when
a user selects one.
Ive tried sometin like this but it doesnt works..
Sub cmbBidNo_onClick()
sel=selBidForm.cmbBidNo.selectedIndex
cap=selBidForm.cmbBidNo.getText(sel)
alert cap
End Sub
selBidForm is the form name
cmbBidNo is combo name
It gives me this error:
Object doesnt support this property or method..
Thanks very much for ur help..;*
|
Follow Up - Re: getText from Combo box - Afolabi Arowolo 10/2/2000 7:32:49 PM
|
|
|
|
|
|
|
|
|
|
|
|