Jaroslav Steigauf
|
| Posted: 08/10/2001, 12:23 AM |
|
HI,
I found this problem in Beta R4.
I put some code in Modules/OPen Any Page and this code is not present in
generete ASP pages.
regards
jaro
|
|
|
 |
CodeCharge
|
| Posted: 08/10/2001, 1:23 AM |
|
This happens if you create a different Open Event for specific page.
In such case the global Open AnyPage Event does not work because logically
you cannot have 2 Open Events. And one should not
overwrite another.
Of course we could generate both Open Events and I would like it too, but in
such case we run into risks where users want to replace Open AnyPage event
with something else on one page. And this is how it currently works.
If you manually create an Open Event for specific Page, you can also add
your Open AnyPage code there.
Adam
"Jaroslav Steigauf" <thskk@thskk.sk> wrote in message
news:9l024r$oa2$1@news.codecharge.com...
> HI,
>
> I found this problem in Beta R4.
>
> I put some code in Modules/OPen Any Page and this code is not present in
> generete ASP pages.
>
> regards
>
> jaro
>
>
>
>
>
|
|
|
 |
|