Page 1 of 1

Confirm delete

Posted: 14.06.2010, 06:12
by exdatis
I have a problem with confirm msg, before delete, on XP SP2, pg8.3. Work
well on linux(openSuSe 11.2 32bit. pg8.4. FPC 2.4 , Lazarus 9.28. :?:
Break of any process.

Posted: 14.06.2010, 08:09
by seawolf
Sorry, can you provide more detail?
Can you provide a piece of code which describe the problem?

Posted: 14.06.2010, 08:14
by exdatis
Just in DBnavigator property confirmDelete=True. Also, after confirmDelete=False and DataSet event:
before delete:
if messageDialog(....)=mrOK then ...


-any time: stop and disable any object on form

Posted: 16.06.2010, 06:23
by exdatis
I am sorry, messageDlg function is the problem, not postgre-DataSet. :oops: