pertz
Posts: 1
|
Posted: 09/24/2004, 9:31 AM |
|
For some reason or other the include page functionality is
no longer working within codecharge studio. I've rebooted my computer several times, completely deleted the project and created a project from scratch. It worked fine a couple of days ago. I have codecharge 2.3.2.24 running on Windows XP, if it helps.
The include page calls/code in the cgi pages appear to not be getting created correctly.
#Include Page implementation @2-60C361F3
use ::citiesHeader;
#End Include Page implementation
That should read "use admin::citiesHeader" ... the other
thing is, that, in code created before today, the line
would read "use admin::Header" and not "use admin::citiesHeader", which is kind of odd.
If I remove the include pages everything seems fine. Has anyone run into this? Any help would be appreciated.
Thanks!
--paul
PS This wasn't a problem until this morning and, as far as I know, I have not changed anything on my computer.
|
 |
 |
Last Hero
|
Posted: 09/27/2004, 5:48 AM |
|
Strange...
I do not have this problem.
Try use Library Prefix property.
|
|
 |
|