Confirm delete

Forum related to PostgreSQL

Moderators: gto, cipto_kh, EgonHugeist, olehs

Post Reply
exdatis
Fresh Boarder
Fresh Boarder
Posts: 16
Joined: 18.05.2010, 06:27

Confirm delete

Post 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.
seawolf
Zeos Dev Team *
Zeos Dev Team *
Posts: 385
Joined: 04.06.2008, 19:50
Contact:

Post by seawolf »

Sorry, can you provide more detail?
Can you provide a piece of code which describe the problem?
exdatis
Fresh Boarder
Fresh Boarder
Posts: 16
Joined: 18.05.2010, 06:27

Post 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
exdatis
Fresh Boarder
Fresh Boarder
Posts: 16
Joined: 18.05.2010, 06:27

Post by exdatis »

I am sorry, messageDlg function is the problem, not postgre-DataSet. :oops:
Post Reply