I am trying to validate an input, if invalid; I want to return to that field but to the end of the line.
I don't want the cursor to jump to the beginning of the line. Rather, to the end.
Any idea?
I moved my code from "after field" to "on key (return)" but the field name doesn't have the value at that point. And my C function gives me problems to get it from the buffer.