rightclicktrigger

if you click on a column text field, the system display standard windows text edit dropdown

With this command you can define the functionality of right click on this column

 

dw_1.item.description.rightclicktrigger=0;

 

0 = autoamtic

1 = framework right click (example dropdown function)

2 = always text field standard function

 

if 0=automatic and length of field > 200 chars or rightclicktrigger = 2=always and user click on this field, beas display this dropdown icon

rightclicktrigger

 

Example

 

Disaple standard text dropdown

item.description.rightclicktrigger=1

 

beas use windows standard only

- if char field

- < 200 chars (automatic)

- tabsequence > 0

- editable

beas 9.3 PL 2