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.
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.