Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Interdev ComboBox.Clear gives error

Status
Not open for further replies.

rtshort

IS-IT--Management
Feb 28, 2001
878
US
Forgive me for posting this in 2 forums if you see it. I really need to know this bad, so I also posted it in the ASP forum.

I have an asp page made in Visual Interdev with 5 combo boxes. I have it set up to fill one based on the contents of the other with RemoteScripting. All of the data comes from a database in SQL Server 7.0.

The page has worked beautifully until today. I've been using it for about 3 months in a project I'm working on.

Since one combo box is based on the other, I used the following to clear the next ones in line. It is in VBScript.

Sub cboTest1_Click()
frmTest2.cboTest2.Clear
frmTest3.cboTest3.Clear
frmTest4.cboTest4.Clear
frmTest5.cboTest5.Clear
'Fill the next one
End Sub

I did this in case the user changes a previous one again it would clear the combo boxes after the one they changed.

The error says Object don't support this method or property.

I've tried replacing the combo box and even re-installed Visual Studio. What in the hell has happened? Anyone have any idea? Please. It's driving me nuts!!!!!!!!!!! Rob
Just my $.02.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top