Tracking cursor position in text items [message #361276] |
Tue, 25 November 2008 11:42 |
yuriy_l
Messages: 6 Registered: September 2008
|
Junior Member |
|
|
Hi All,
On my form I have a multiline text item and a list item. After selecting some value in the list item, it (value) should "appear" in the text item at it's current cursor position.
I searched this forum for related topics and as far as I understood, there were two following solutions:
1) Extend text item using Java (create PJC);
2) Use 'win_api_shell.sendkeys' function.
Just wanted to get your confirmation that these are the only solutions for current case and if yes, then which of these two is the better one?
Thanks.
|
|
|
|