Jurjen Roels
|
| Posted: 06/04/2002, 1:35 PM |
|
Hi,
I am testing CCS. it can do a lot more than codecharge, but it is a hell of a job to figure things out.
One of the things that puzzles me is how to do the following (i.o.w were do i configure it)
I want to have a record.. On the record people can add words in a textarea seperated by a ;
I want to get those words and insert them in seperate records in another table.
In codecharge i would have solved it with an after insert statement. Now i don't know how to do it.
Anyone an idea.
|
|
|
 |
SN
|
| Posted: 06/05/2002, 12:26 AM |
|
CCS also has similar events!! Just select the grid in the Design editor, go to "Properties Explorer" switch to the "Event Tab" and there you will see all the event's. Right-click the event you want to use and select "Add Code" .. that's it!
The Code Editor will be shown with the exact place where you have to enter your code !!
|
|
|
 |
|