csierra
Posts: 123
|
| Posted: 11/30/2006, 2:15 AM |
|
Hi there, I´ve just updated to latest version and as advised in the release notes of the
CCS 3.1.0.2 I republished the entire project to finally get:
Tipo de error:
Error de Microsoft VBScript en tiempo de ejecución (0x800A01F4)
Variable no definida: 'Attributes'
/MMAP/tlmkEV.asp, línea 62
THIS IS VARIABLE NOT DEFINED, so I go into every page (52 and counting) to declare
Dim Attributes
After that, republished to get:
Tipo de error:
Error de Microsoft VBScript en tiempo de ejecución (0x800A01B6)
El objeto no acepta esta propiedad o método: 'Attributes'
/MMAP/tlmkEV.asp, línea 67
Then I go to line 67 to find:
65 ' Controls
66 Set header = New clsheader
67 Set header.Attributes = Attributes
HOW DO I GET RID OF THIS MESS?? I MEAN WE PAY GOOD MONEY FOR A BOT PRECISELY FOR NOT GET INTO DETAILS (LESS HAND CODE AND DEBUG)
PLEASE ADVISE
_________________
Yes! I Can!!! |
 |
 |
wkempees
|
| Posted: 11/30/2006, 2:48 AM |
|
Please refrain from SHOUTING.
Contact support to have this problem investigated and solved for all us
users.
Walter
"csierra" <csierra@forum.codecharge> schreef in bericht
news:6456eaf26a7994@news.codecharge.com...
> Hi there, I´ve just updated to latest version and as advised in the
> release
> notes of the
> CCS 3.1.0.2 I republished the entire project to finally get:
>
> Tipo de error:
> Error de Microsoft VBScript en tiempo de ejecución (0x800A01F4)
> Variable no definida: 'Attributes'
> /MMAP/tlmkEV.asp, línea 62
>
> THIS IS VARIABLE NOT DEFINED, so I go into every page (52 and counting) to
> declare
> Dim Attributes
>
> After that, republished to get:
>
> Tipo de error:
> Error de Microsoft VBScript en tiempo de ejecución (0x800A01B6)
> El objeto no acepta esta propiedad o método: 'Attributes'
> /MMAP/tlmkEV.asp, línea 67
>
>
> Then I go to line 67 to find:
> 65 ' Controls
> 66 Set header = New clsheader
> 67 Set header.Attributes = Attributes
>
> HOW DO I GET RID OF THIS MESS?? I MEAN WE PAY GOOD MONEY FOR A BOT
> PRECISELY
> FOR NOT GET INTO DETAILS (LESS HAND CODE AND DEBUG)
>
> PLEASE ADVISE
>
> _________________
> Yes! I Can!!!
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
robertmann
Posts: 109
|
| Posted: 11/30/2006, 3:11 AM |
|
csierra
NEVER MODIFY GENERATED CODE!
_________________
Robert |
 |
 |
|