Speedy
|
| Posted: 05/27/2003, 7:23 PM |
|
If I have a few forms already developed under one project, and need to plug that into another project, but there are additional forms in the source project I don't want ( can't just save that project to a new name) and the project I want to import that stuff into has code of it's own as well.
So Proj1 has Forms/Functions 1 2 3, and Proj2 has forms A B C, how can I bring 2 over to proj2 from proj1 thereby resulting in Proj2 containing forms:
A B C 2
So is there a way to copy that to the other project, and if so how?
Thanks
|
|
|
 |
User
|
| Posted: 05/27/2003, 7:36 PM |
|
open codecharge twice
open it once into one project
and at the same time open it into the other project
cut n paste the forms you want from one to the other
or if the forms are on different pages
just import the pages into the new project, and then use the form copy / paste buttons in the pages to cut n paste the forms you need to the right pages
|
|
|
 |
DY
|
| Posted: 05/30/2003, 8:34 AM |
|
before you copy past those forms
1) take the CCS site that you have as a template and make a second copy that we can use and change rename it AND move it to a new folder
2) Open the new project in a New window
3) MOST IMPORTANT -- set both projects to use the same database file
4) verify that both projects have the same database
5) verify AGAIN that both projects have the same database )
all of that is important because once you Copy Paste over you will not need to make any adjustments everything will be mapped for you rather than having to do each file
6) since both projects are open now you can simple copy paste what ever files you need from your template project
no adjustment required they should function immediately
|
|
|
 |
User
|
| Posted: 05/30/2003, 10:01 AM |
|
I am Right , totally
but I was describing use of copy n paste in Codecharge
your describing Codecharge Studio
there for , we are both correct or both wrong, because again , as usual, people do not state when they post, clearly whether the problem is CC or CCS
User
|
|
|
 |
|