How to prevent the user to add a new row

G

Guer

Hello,

I do not want the user to add a new row in a repeating table but I still
want to be able to add a row programatically. If I unselect the check box in
repeating table settings I cannot add/delete from code. How can I do this -
is it possible to separate the user rights and the programmers rights?

Thanks in advance.

Regards
Gunilla
 
G

Guer

Hello again!

This is not a problem because I can unselect each menyitem in the setting
area. But I have another problem:
How can I disable Copy/Paste/Cut? I can disable Undo/Redo by the
OnBeforeChange event but are there any events for Copy/Paste or Cut (I will
disable the menyitems in the right click menu in the form and in the main
menu)? I cannot disable the hole menu (right click menu) because then I get
the problem like below...

Gunilla
 
Top