CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 Why do I get this error messages? I am missing something?

Print topic Send  topic

Author Message
csierra

Posts: 123
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!!!
View profile  Send private message
csierra

Posts: 123
Posted: 05/06/2007, 1:00 AM

Please note I have also the same error with CCGetUserID wich is indicated in CCS help file as a standard feature for CCS 3.1 for ASP 3.0. I have gone over Common.asp where this functions are supposed to be declared and there are no such functions; none of them.
The question prevails... why?
_________________
Yes! I Can!!!
View profile  Send private message
Benjamin Krajmalnik
Posted: 05/07/2007, 10:36 AM

OPen Common.asp inside CodeCharge.
All of the content should be gray. If it is not, then it mens that you
manually made changes.
If all of it is gray, then make sure you have user security turned on and
regenerate your code.
These functions will only appear in Common.asp if the security functionality
is enabled.

"csierra" <csierra@forum.codecharge> wrote in message
news:6463d8b0677d87@news.codecharge.com...
> Please note I have also the same error with CCGetUserID wich is indicated
> in CCS
> help file as a standard feature for CCS 3.1 for ASP 3.0. I have gone over
> Common.asp where this functions are supposed to be declared and there are
> no
> such functions; none of them.
> The question prevails... why?
> _________________
> Yes! I Can!!!
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>


Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.