I'm new to Interdev, but when I started out in the script view of an asp page and clicked on cboTest2>change I got this added to the page:
Sub cboTest2_Change
End Sub
Now for some reason I get this:
<SCRIPT LANGUAGE=vbscript>
<!--
-->
</SCRIPT>
What do I need to do to get the "VB Like" functions back? Rob
Just my $.02.
Sub cboTest2_Change
End Sub
Now for some reason I get this:
<SCRIPT LANGUAGE=vbscript>
<!--
-->
</SCRIPT>
What do I need to do to get the "VB Like" functions back? Rob
Just my $.02.