new joey
|
| Posted: 10/11/2005, 5:51 AM |
|
I developed a web page in CCS to use as a report page. But as I have other report pages that are very very similar, I decided to save the original files in different names using dreamweaver and then making the minor changes.
When I tired to run the new web page, the system kept going into the login page.
The only thing that I changed is the WHERE condition in the data source.
Is there any limitaion within the CCS code that will refuse using the same names (form names, variables, etc).
HELP!!!  
|
|
|
 |
DonB
|
| Posted: 10/11/2005, 8:53 AM |
|
You need to let CCS copy the page to a new page, then use DW on the copy.
Otherwise, you end up with incorrect variable and object references in the
copy (i.e., the copied page refers to names from the original page).
--
DonB
http://www.gotodon.com/ccbth
<newjoey@forum.codecharge (new joey)> wrote in message
news:5434bb54441177@news.codecharge.com...
> I developed a web page in CCS to use as a report page. But as I have other
> report pages that are very very similar, I decided to save the original
files
> in different names using dreamweaver and then making the minor changes.
>
> When I tired to run the new web page, the system kept going into the login
> page.
> The only thing that I changed is the WHERE condition in the data source.
>
> Is there any limitaion within the CCS code that will refuse using the same
> names (form names, variables, etc).
>
> HELP!!!  
>
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|