Gary M. Gordon
|
| Posted: 04/06/2005, 7:11 PM |
|
I saw in the CSS Example Pack .. there was an item titled "MultiSelectSearch."
I wasn't sure how I could take the MultiSelectSearch .. and move it out of the CSS Example Pack so I could use it as a stand alone project.
Can anyone explain (the steps necessary) to take one of the examples from the CSS Example Pack .. and use it as a stand alone project?
Am I making sense?
Thanks,
Gary
|
|
|
 |
Diesel
Posts: 43
|
| Posted: 04/07/2005, 1:18 AM |
|
Depending on where your Codecharge Studio is installed with the Example Packs in mind, normally in C:\Program Files\CodeChargeStudio\Examples\CCSExamplePack\MultiSelectSearch\
the easiest I can think of right now would be to create a new blank project somewhere for example: NewProject1 on your C:\
After this you should have a new folder on C:\ like this C:\NewProject1, and you'll probably have a project name like NewProject1.ccp
Now you can copy all the files in C:\Program Files\CodeChargeStudio\Examples\CCSExamplePack\MultiSelectSearch\
to your newly created projectfolder.
All you need to do now is re-open the project or refresh the project in CodeCharge Studio
Hope this helps...
|
 |
 |
Gary M. Gordon
|
| Posted: 04/08/2005, 9:24 PM |
|
I did what you described, but ... it isn't able to connect to the database (that I was expecting it to). I guess I wanted it to be able to connect to the sample database (that came with the example).
So, .. I am guessing there's something else I need to do .. in addition to what you described above .. so I can get it running .. using the same sample database that is used when I saw it in the example pack.
Can you explain what I might still need to do?
Thanks,
Gary
|
|
|
 |
Nicole
Posts: 586
|
| Posted: 04/11/2005, 12:19 AM |
|
Gary,
CCS Help provides detailed explanation for database connection settings and also connection samples. You can refer to the following articles http://docs.codecharge.com/studio/html/UserGuide/Workin...abases.html?toc
Also CCSExamplePack installation file updates the Access databases and sql scripts for other databases with new tables. Re-check files in ..\CodeChargeStudio\Examples\Internet and ..\CodeChargeStudio\Examples\Intranet folders for updates.
_________________
Regards,
Nicole |
 |
 |
Gary M. Gordon
|
| Posted: 04/13/2005, 7:36 PM |
|
I apologize for my confusion .. but I guess I am hoping that someone can simply and clearly explain to me how to take one of the examples out of the Example Packs .. and set it up as a separate application/project.
Can someone take me through the necessary steps to do this? I tried using the steps above, but there didn't get me all the way there. Either something is missing .. or I am confused over something and just need a little help clarifying things a bit.
Can anyone help clarify this (step by step) for me?
Thanks,
Gary
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 04/14/2005, 12:08 AM |
|
Here are sample steps:
1. Create a new project based on Examlpe Pack, as described at http://docs.codecharge.com/studio/html/ProgrammingTechn...xamplePack.html
2. Delete all pages that you don't need.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |