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
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