jbaanm
17th March 2016, 08:18
Hi All,
How to suppress normal Delete message/question when deleting a record?
I want to do a Custom message before deleting using Question. But Right now I am getting standard Delete Yes/No Question and also my current question when I ask the question during
maintain.io:
before.delete:
if ( ask.enum("tccom00001", tcyesno.no, tisfc001.pdno ) = tcyesno.yes) then
if not do.check.data() then
skip.io("tccomerrm01331")
endif

endif

Ajesh
17th March 2016, 11:05
Hello

There is a good thread about supressing the Standard delete Question. You can check it here (http://www.baanboard.com/baanboard/showthread.php?t=24545&highlight=mark.delete).