Grid record deletion problem

Hi,

we develpoed a

custom form,
custom tables and
form is attached with a grids and it has a master/detail relation

Our problem is

when we want to delete a record from the grid
it is not deleting the current record but
it always deteles the first or last record

Our requirement is
to delete the current record on
which the cursor is pointing out

please replay urgent…

thanks

Hi,

For me this situation sounds very strange. Can you let us know some more details like: 1. do you have any custom code in the datasource’s methods as validateDelete(), delete(), active(); 2. from which datasource are you trying to delete - the master or the detail. 3. Did you checked that the datasources are joined correctly.