Hello,
I have column(s) with dddw's to facilitate easy entry of master / lookup tables values. Sometimes, it's annoying the users (particularly Grid / Tabular dw) that they accidently press arrow keys which changes the values unknowingly and when they save (after making changes which they intended to) the whole changes are saved back, including the one which was unknowingly modified.
To solve this issue, I plan to modify those dddw columns to normal edit text field, where by pressing a particular key they can select those values from a response window. This modification I plan to change at runtime, through scripts. So that only those who wants this change can have it, by setting a parameter.
I tried googling, but not found a working a code. Would like to know, whether this possible through code or not ? Is yes, any code snippets available ?
Happiness Always
BKR Sivaprakash
But If I understand you right you want to remove the DDDW edit style at runtime. The Modify statement make this change. It works for me.