afrausto
Posts: 66
|
| Posted: 08/04/2006, 2:22 PM |
|
Is there a good CCSExample that illustrates how to use Custom Insert/Update/Delete?
Thanks,
Albert
|
 |
 |
DonB
|
| Posted: 08/04/2006, 5:15 PM |
|
There's not really much to illustrate. You simply select the 'Type"
(usually 'Table"), then the table name, then click the "..." button to set
the columns that will be modified. Often, I find myself adding to the
default list of columns (which are those appearing on the form). This is
sometimes a 'date created' value - something that is not a user input).
There are someimtes reasons to alter the Where parameters, such as to
enforce security concerns.
But that's all there is to using the Custom properties.
I typically resort to using them for Editable Grids, when I want the Grid's
data source to have human-readable values. I have joins to the lookup
tables that give these values, and that makes the Data Source no longer
'updatable'. By putting in the Custom Update, I can have both readable grid
data AND and updatable data source.
--
DonB
http://www.gotodon.com/ccbth
"afrausto" <afrausto@forum.codecharge> wrote in message
news:644d3baa9a86aa@news.codecharge.com...
> Is there a good CCSExample that illustrates how to use Custom
> Insert/Update/Delete?
>
> Thanks,
> Albert
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|