|
 |
asp_databases thread: ERROR 0X800A01B6
Message #1 by "Fagan, Karen A (ARINC)" <FaganKA@n...> on Thu, 8 Nov 2001 10:00:51 -0500
|
|
Hi All,
Help! We are in the process of switching to a new server (from NT to
2000 with the latest and greatest sp's). I am trying to load some of my
pages from the NT server to the 2000 server. With my old pages that I've
tried I get an error 0x800a01b6: "Object doesn't support this property or
method: lbxPanel.selectedIndex" My code is as follows that causes this
error.
Sub lbxRoom_onchang()
Dim sSELECT
if rsGrid.isOpen() then rsGrid.close
sSELECT="SELECT * FROM FiberNet WHERE RoomNum= " &
lbxRoom.getValue(lbxPanel.selectedIndex)
rsGrid.setSQLText sSELECT
rsGrid.open
End Sub
I am using DTC's I know that they are not the way of choice for most
everyone. This is the way I started my website and am learning asp, but in
the meantime I have to get this up and running on my new server.
I am not a sys admin for our server, that person is on travel. I do have
privileges so if there is something that is not configured right on the
server I can make those changes if that might be the problem or is it
something wrong in my code.
Any help that anyone has would be greatly appreciated. This is still all
Greek to me.
Thanks in advance.
Karen
Message #2 by "Serge Wagemakers" <swagemakers@d...> on Thu, 8 Nov 2001 16:58:09 +0100
|
|
Hi Karen,
You might want to check out :
http://support.microsoft.com/support/kb/articles/q246/5/96.asp
It could give you some answers to your question...
hope this helps,
Regards,
Serge
----- Original Message -----
From: "Fagan, Karen A (ARINC)" <FaganKA@n...>
To: "ASP Databases" <asp_databases@p...>
Sent: Thursday, November 08, 2001 4:00 PM
Subject: [asp_databases] ERROR 0X800A01B6
> Hi All,
>
> Help! We are in the process of switching to a new server (from NT to
> 2000 with the latest and greatest sp's). I am trying to load some of my
> pages from the NT server to the 2000 server. With my old pages that I've
> tried I get an error 0x800a01b6: "Object doesn't support this property or
> method: lbxPanel.selectedIndex" My code is as follows that causes this
> error.
>
>
> Sub lbxRoom_onchang()
>
> Dim sSELECT
> if rsGrid.isOpen() then rsGrid.close
> sSELECT="SELECT * FROM FiberNet WHERE RoomNum= " &
> lbxRoom.getValue(lbxPanel.selectedIndex)
> rsGrid.setSQLText sSELECT
> rsGrid.open
> End Sub
>
> I am using DTC's I know that they are not the way of choice for most
> everyone. This is the way I started my website and am learning asp, but
in
> the meantime I have to get this up and running on my new server.
>
> I am not a sys admin for our server, that person is on travel. I do
have
> privileges so if there is something that is not configured right on the
> server I can make those changes if that might be the problem or is it
> something wrong in my code.
>
> Any help that anyone has would be greatly appreciated. This is still
all
> Greek to me.
>
>
> Thanks in advance.
>
> Karen
>
>
>
$subst('Email.Unsub')
>
Message #3 by "Fagan, Karen A (ARINC)" <FaganKA@n...> on Thu, 8 Nov 2001 13:14:07 -0500
|
|
Thanks Serge,
I did read these articles but am afraid that I am not knowledgeable
enough to even understand what it is that I'm suppose to do fix the problem!
Any steps in the right direction would be helpful.
Thanks
Karen
-----Original Message-----
From: Serge Wagemakers [mailto:swagemakers@d...]
Sent: Thursday, November 08, 2001 10:58 AM
To: ASP Databases
Subject: [asp_databases] Re: ERROR 0X800A01B6
Hi Karen,
You might want to check out :
http://support.microsoft.com/support/kb/articles/q246/5/96.asp
It could give you some answers to your question...
hope this helps,
Regards,
Serge
----- Original Message -----
From: "Fagan, Karen A (ARINC)" <FaganKA@n...>
To: "ASP Databases" <asp_databases@p...>
Sent: Thursday, November 08, 2001 4:00 PM
Subject: [asp_databases] ERROR 0X800A01B6
> Hi All,
>
> Help! We are in the process of switching to a new server (from NT to
> 2000 with the latest and greatest sp's). I am trying to load some of my
> pages from the NT server to the 2000 server. With my old pages that I've
> tried I get an error 0x800a01b6: "Object doesn't support this property or
> method: lbxPanel.selectedIndex" My code is as follows that causes this
> error.
>
>
> Sub lbxRoom_onchang()
>
> Dim sSELECT
> if rsGrid.isOpen() then rsGrid.close
> sSELECT="SELECT * FROM FiberNet WHERE RoomNum= " &
> lbxRoom.getValue(lbxPanel.selectedIndex)
> rsGrid.setSQLText sSELECT
> rsGrid.open
> End Sub
>
> I am using DTC's I know that they are not the way of choice for most
> everyone. This is the way I started my website and am learning asp, but
in
> the meantime I have to get this up and running on my new server.
>
> I am not a sys admin for our server, that person is on travel. I do
have
> privileges so if there is something that is not configured right on the
> server I can make those changes if that might be the problem or is it
> something wrong in my code.
>
> Any help that anyone has would be greatly appreciated. This is still
all
> Greek to me.
>
>
> Thanks in advance.
>
> Karen
>
>
>
$subst('Email.Unsub')
>
|
|
 |