Brent
|
| Posted: 06/15/2002, 12:38 PM |
|
It seems to me there should be a way to copy a page or form from another project
and copy it to the current project. I don't see any way to do it.
Let's say I screw up a form but I have an old copy of it in an older version of
the application in another directory. How do I copy the old form/page from the
old application to my new application? (It should copy the embed points too!)
I would of thought I could use copy and paste, but they don't seem to work with
forms or pages. This capability is sadly lacking in CCS. Either that or I'm
missing something here.
|
|
|
 |
Ron Gines
|
| Posted: 06/15/2002, 12:49 PM |
|
I've been accomplishing this by simply copying the *.ccp, *.htm*, and *.asp file for the assosicated file and then drop it in the directory of the project that I am working on. On a few occasions I have had to close the project and reopen it for the new files to be noticed. If you are just changing the *.htm files then CCS seems to be pretty good at noticing the change.
I hope this helps. I would agree though that being able to do this from a pull down (even copying within the same project to duplicate a page is something that has to be done outside of the IDE).
|
|
|
 |
Brent
|
| Posted: 06/15/2002, 5:01 PM |
|
Ron,
That worked great, thanks.:)
I erroneously thought the pages had to be created from within the CCS ide so they get
"known". But I see now I only have to copy the files to the application directory and they
will be seen by the IDE which is clever. Moving files from one directory to another
will allow programmers to split the workload. When new pages are created by a programmer, or
the programmer changes an existing page, they only have to copy the page to the master directory.
The master application then loads the changes. Neat, don't you think? :)
Brent
|
|
|
 |
|