B
Blasting Cap
I have a couple fields (one varchar 20, one varchar 500) for a PO Number
& a comment field on a datagrid.
Once they're entered, a user can edit them and make changes to them.
However, when they click edit on them, the boxes are populated, and when
you click in the box, the cursor stays wherever you click it, when what
I want to do is to have it go to the end of the string that's in the
text box.
I'd like the HOME and the END keys to take you to the beginning and end
of the text, but they take you from the beginning of the text to the end
of the field - 20 or 500 characters away.
I thought a trim on the fields would do this, but it hasn't.
Is there something in the formatting expressions I need to have that I
don't?
How can I do this?
BC
& a comment field on a datagrid.
Once they're entered, a user can edit them and make changes to them.
However, when they click edit on them, the boxes are populated, and when
you click in the box, the cursor stays wherever you click it, when what
I want to do is to have it go to the end of the string that's in the
text box.
I'd like the HOME and the END keys to take you to the beginning and end
of the text, but they take you from the beginning of the text to the end
of the field - 20 or 500 characters away.
I thought a trim on the fields would do this, but it hasn't.
Is there something in the formatting expressions I need to have that I
don't?
How can I do this?
BC