| Posted: 05/06/2007, 12:35 AM |
|
Function user_BeforeShow(Sender) 'user_BeforeShow @1-5A7FB65E
'Custom Code @2-73254650
' -------------------------
Dim sLogin
sLogin = CCLogoutUser()
LUser = CCDLookUp("Actor", "tbActores", "login=" & sLogin, DBConnection1)
' -------------------------
'End Custom Code
End Function 'Close user_BeforeShow @1-54C34B28
Returns:
Información técnica (para personal de soporte técnico)
Tipo de error:
Error de Microsoft VBScript en tiempo de ejecución (0x800A01F4)
Variable no definida: 'CCLogoutUser'
/holidayexpress.com.mx/intra/tm/user_events.asp, línea 7
Tipo de explorador:
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Página:
GET /holidayexpress.com.mx/intra/tm/tasks.asp
And when using another function,...
Function user_BeforeShow(Sender) 'user_BeforeShow @1-5A7FB65E
'Custom Code @2-73254650
' -------------------------
Dim sLogin
sLogin = CCGetUserLogin()
LUser = CCDLookUp("Actor", "tbActores", "login=" & sLogin, DBConnection1)
' -------------------------
'End Custom Code
End Function 'Close user_BeforeShow @1-54C34B28
We get
Información técnica (para personal de soporte técnico)
Tipo de error:
Error de Microsoft VBScript en tiempo de ejecución (0x800A01F4)
Variable no definida: 'CCGetUserLogin'
/holidayexpress.com.mx/intra/tm/user_events.asp, línea 7
Tipo de explorador:
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
And many of this too...
Información técnica (para personal de soporte técnico)
Tipo de error:
ADODB.Recordset (0x800A0E78)
La operación no está permitida si el objeto está cerrado.
/holidayexpress.com.mx/intra/tm/Classes.asp, línea 3319
Tipo de explorador:
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Página:
GET /holidayexpress.com.mx/intra/tm/tasks.asp
The first 2 errors are Var not defined and I think what var this is a function; the third one means a closed recordset... We have reinstalled de CCS without success.
Any Ideas?
Thanks
_________________
Yes! I Can!!! |