Hi,
Scenario:
- A Table with 8 rows and 2 cols.
- The first col is a label type.
- the sceoncd col is a text type.
I wonder if there is a way to the editing text from the field
while receiving a keyDownEvent. That is:
case keyDownEvent:
tableP = GetActiveFormTable();
fieldP = GetActiveTableField(tableP);
textP = GetActiveFieldText(fieldP);
Is there a way to acheive this pseudo code?
Thanks in advance.
Walter
