stephenlau
Posts: 13
|
| Posted: 07/23/2008, 12:17 AM |
|
Hi all,
Can anyone tell me what does Editable grid do when submit button is pressed?
When I submit new record together with the old record,
What will it do? Insert or Update?
Thanks
_________________
. |
 |
 |
mrachow
Posts: 509
|
| Posted: 07/23/2008, 12:26 AM |
|
It will update the existing records and insert the new ones.
If I remember right Studio is marking the records to identify the state. When looking for how and when the delete checkbox is shown you will find how they are doing this.
_________________
Best regards,
Michael |
 |
 |
stephenlau
Posts: 13
|
| Posted: 07/23/2008, 1:01 AM |
|
Thanks. Where can I know more about it?
As when I submit new record together with old record,
error " Database Error: Duplicate entry" comes out.
_________________
. |
 |
 |
stephenlau
Posts: 13
|
| Posted: 07/23/2008, 1:41 AM |
|
I discover that it is the problem of my database.
Solved. Thanks.
_________________
. |
 |
 |
|