----- Original Message ----- From: "Christian Ulrich" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, September 25, 2006 8:43 PM
Subject: Re: [lazarus] Some problems




Should be fixed in r9979.
[snip]


Thanks :)

:( the insert problem i have noticed is also based on the dbgrid, when i connect an dbgrid to an datasource and call .insert to the dataset linked to the datasource seems the dbgrid sends an cancel. when i append an row with the
dbgrid works fine. for me its not so bad i have this done so:
datasource.dataset.DisableControls;
datasource.dataset.insert;
datasource.dataset.enablecontrols;

this works.

best regards
Christian


I cannot reproduce this problem, this is what I did: I drop a tdbf, tdatasource a button and a dbgrid, connect everything, dataset has more than 1200 records, I let dbf1 active at design time, in button click event I set dbf1.insert and at run time when button is pressed, a green indicator marks the editing row, seems normal, I don't get the cancel event.

Can you please detail the steps in order to reproduce the problem?

Jesus Reyes A.
__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam �gratis! Reg�strate ya - http://correo.yahoo.com.mx/
_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to