defiantclass1
Posts: 24
|
| Posted: 01/03/2006, 5:54 PM |
|
Guys,
I have been building some new pages to replace old ones. The problem is, there are traces of the old pages I cannot seem to get rid of.
The page "Main Menu" has a link to another page called "PatientLookup1". However, when that link is clicked it brings up the old page "PatientLookup".
Another page, "PaientLookupList" has links that are supposed to open the page "FinancialHistory5" but they keep trying to open "FinancialHistory3" which doesn't even exist anymore.
In the address bar, I can make the change, hit Enter, and the proper page appears. I have looked and looked, but I cannot find the references to these old pages.
Can anyone suggest something?
Thanks
|
 |
 |
Benjamin Krajmalnik
|
| Posted: 01/03/2006, 8:52 PM |
|
Is it possible that you edited the base asp page manually?
If you did and then copied the page to the new one, the reference to the old
page may still be there.
But, before you do this, you may want to check the links on the calling page
to verify they are correct, and also make sur th code was indeed published.
If it was not, then you have an older verion of the page in action.
|
|
|
 |
defiantclass1
Posts: 24
|
| Posted: 01/04/2006, 6:15 AM |
|
Thanks for getting back.
To answer your question, I never manually modified the asp page. As for the links, I did check them many times. However it is possible that there are places to look that I did not know about, I don't know. I even did a search on all files in the project for the names of the old pages and found none.
What I have done in the interum is create a new project and brought over the recent pages and associated files. So far, it seems to work. I am stumped. As for the last sentance in your response, "an oldeer version of the page in action", yes, that seems to be the case, however, I intentionally named the new pages differently to call on the correct ones. Strange!
Thanks
|
 |
 |
peterr
Posts: 5971
|
| Posted: 01/04/2006, 2:04 PM |
|
There is a possibility that this type of problem could be caused by incorrect behavior of CCS, in which case our support could take a look at the problem.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
defiantclass1
Posts: 24
|
| Posted: 01/04/2006, 3:06 PM |
|
Thanks both!
Although my temp solution was working okay, I had some other reasons to go back to the original project (the one not working right). After some work, I have pretty much recreated the pages within the project and I think I'm okay. I am still at that point in development where I could do that.
But if it's okay, I'd like to hold on to this subject and call again on you if I run in to more problems with it. Maybe you could look at it closer.
Thanks again.
|
 |
 |
|