feha
|
| Posted: 06/17/2003, 7:36 AM |
|
I want to inform you that after a long time using CC2 decided to start with CCS and I'm making a new project from the scratch.
My impressions:
First positive things:
I'ts great and I recommend all of You to use it even the learning how to usit it is harder.
What I'm missing:
1.Import pages form other projects ?!
(or I didn't found how to do it)
2.It doesn't create Gred and Record pages at once (as CC did).
3.Couldn' fint easy way while in label binding id insterts with the names of particular id inserts on other tables ...
4. A bit harder to implement live generated PHP code depending on condititions ...
5.I must find an easy way ti include my own php functions in globals ...
etc...
But I like many other features that CC is missing ...
regards
feha
[ww.vision.to]
|
|
|
 |
rrodgers
|
| Posted: 06/17/2003, 8:17 AM |
|
>>1.Import pages form other projects ?!
I just copy the ccp, asp/php and html files from one project directory to another using explorer and they show up.
>>2.It doesn't create Gred and Record pages at once (as CC did).
There is a builder for this. And I think if you select the right options when first wizarding the site it will use this builder for that table. Study the tutorial as I recall it is in there.
>>3.Couldn' fint easy way while in label binding id insterts with the names of >>particular id inserts on other tables ...
You have confused me<G> What are you tring to do?
>>4. A bit harder to implement live generated PHP code depending on >>condititions ...
I don't use php much so I am lost again.
>>5.I must find an easy way ti include my own php functions in globals ...
Make your own *.php file that contains your custom functions.
Add this line
include(RelativePath . "/mycustom.php");
in the white space at the top of the Common.php file using your file name for mycustom.php. My preference would be after this line.
//End Include Files
Rob
|
|
|
 |
feha
|
| Posted: 06/17/2003, 8:38 AM |
|
Hi Rob thank you for your answer...
>>3.Couldn' fint easy way while in label binding id insterts with the names of >>particular id inserts on other tables ...
You have confused me<G> What are you tring to do?
I mean I allways store categiries, departments etc in separate tables...
so when I change in one place it will change with all other related records..
id|name
1|my name
3|your name
...
so whn this is stored in third table is stored as 1 not the name ...
now in labels from third table i want to show dhe name not 1 ...
(relation)
This was very easy to acheive in CC by selecting join ....
feha
|
|
|
 |
RonB
|
| Posted: 06/17/2003, 9:14 AM |
|
Use the query wizzard to do the work for you. Just select multiple tables and draw the joins, click on the first field and drag it, holding your mouse button down, to the field in the other table. In grid click on the label that now has name_id and change the source to the name field in your other table. That's it.
Ron
|
|
|
 |
feha
|
| Posted: 06/17/2003, 9:39 AM |
|
ThankYou RonB
GREAT
it works ok now...
thanks a lot
(much different than CC )
regards
feha
[www.vision.to]
|
|
|
 |
rrodgers
|
| Posted: 06/18/2003, 6:29 AM |
|
>>
I mean I allways store categiries, departments etc in separate tables...
so when I change in one place it will change with all other related records..
<<
That is the best way. Third Normal Form<G>
I am glad it is working for you now.
rob
|
|
|
 |
Marc
|
| Posted: 06/18/2003, 8:25 AM |
|
I want a copy of CCS Studio
|
|
|
 |
rrodgers
|
| Posted: 06/18/2003, 8:35 AM |
|
>>I want a copy of CCS Studio
Download the eval at
www.codecharge.com
Purchase there also.
rob
|
|
|
 |
feha
|
| Posted: 06/19/2003, 5:18 AM |
|
I still can't find a Upload Component example and more info about how to!? (CCS)
regards
feha
[www.vision.to]
|
|
|
 |
feha
|
| Posted: 06/19/2003, 5:25 AM |
|
Upload CCS
http://support.codecharge.com/kb_article.asp?s_keyword=...7&article_id=36
feha
|
|
|
 |