"DO_KEY('EDIT')" works on some text items but not on the other text items
I have a form with 2 data blocks. You can click on the 'Edit' button and the editor appears for all items displayed on the 1st block. However, for the 2nd block, the editor only shows when you click on 'Edit' when the cursor is placed on the primary key (of the data block). The other displayed items of this block shows nothing when you click on 'Edit'.
I tried placing things like "Message('Hello') on the key-edit form level trigger and this message is displayed...except for the editor. So, this means that it's supposedly executing this trigger...but why is the editor not showing? I also compared the properties of the items showing the editor and the ones that don't and they are basically the same (except for the database item, x pos, y pos, etc).
Key-edit contains the following code..."edit_textitem(150,100,300,150);"
I tried changing the coordinates or placed a key-edit trigger on the block level, the results are still the same. I hope someone with the same experience or who knows something about this can help me. Thanks!