pralash
11th October 2017, 10:54
Hi,
I'm a new for LN Programming... I want to know that how to disable the delete icon in standard command by using script...
Can anybody please assist me...
Thanks in advance...
Regards,
Pralash
BChary
11th October 2017, 11:24
try:
disable.commands(mark.delete)
pralash
12th October 2017, 08:17
It's working fine.... Thanks for your information... But if I use this script "disable.commands(mark.delete)" in before.program section it will hit an fatal error... So can I use this script in before.program section or not... Could you please assist me....
Thanks in advance,
Regards,
Pralash
BChary
12th October 2017, 09:07
You cannot disable form command(button) before form is created. If you want disable it on session start you must put it in after.form.read: section.
pralash
12th October 2017, 11:09
Thanks a lot BChary.... It's working fine now...
Regards,
Pralash