I have some Rich Text fields on a few datawindow objects. The issue I'm having is that the user cannot tab out of the RichText field. When the user types TAB, it inserts a tab character (not really a big deal). More importantly, when the cursor is in the RichText , none of the short-cut keys I have coded for the datawindow control works. I use Function keys for things like changing tabs and finishing forms.
Any ideas on how to at least get the function keys to work when the cursor is in a RichText field? Using PB2022 R3.
~~~Tracy
I tested this using my STD OrderEntry demo app that has a RTE Control for emailing but it does not seem to have this issue.
Do you have a simple test case that replicates this issue?
It could just be the way / timing that the RTE control is initialized. It's hard to say from the info we have.
Regards .. Chris