Hi All,
I just did code upgrade from AX2012 to AX and found a problem in cursor position.
In ax 2012, the code blow give me the correct position of the cursor, but after upgrade code to AX 7 the same code always return [0, 0]. I changed the method to getCursorPos(); but they are just the same.
[startPos, endPos] = textcontrol.getSelection();
Do I miss sth? Thank you!
*This post is locked for comments
I have the same question (0)