Hello,
I have a string control into which I want to type things using the keyboard OR write programmatically. I turn the key focus on for that control (also after each programmatic write) and want the cursor ALWAYS to appear at the beginning of the next line after each pressing Enter or sending carriage return/line feed. The Enter key is assigned to another control (boolean type). When I write programmatically into the control and want to finish the line, I add a carriage return constant (but tried a line feed constant or a combination of both, too). Anyhow, the cursor stays where it is, it moves neither to the end of the line nor to the beginning of the next line. Typing with the keyboard into the string control and pressing the Enter
key doesn't send the cursor to the next line, either. In both cases I have to use the cursor down key of the keyboard to get to the next line. How can I avoid this????