Ted Whitton
|
| Posted: 07/16/2004, 2:56 AM |
|
Hi,
Is it possible to use the custom update on an editable grid? If so what do you use for the where clause part of the custom update as I guess you need to access the unique key for each row?
Thanks
TED
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 07/16/2004, 3:31 PM |
|
Yes, "Custom Update" is the standard property of the Editable Grid. This is usually used where your Data Source contains several tables and the same SQL may not be usable for updates. The Custom Update then allows to specify the table that should be updated. The Where parameter(s) should contain the table key. To see proper configuration it may be easiest to create a regular grid with standard update and then when you open the "Custom Update" dialog it will automatically configure itself as needed, and you will see how all the parameters are setup.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|