On 19/03/2014 04:38 PM, Sytze de Boer wrote:
If you remove your code from the interactive change in the 2nd example does the enter key work?I copied this into another system and the event is: trc=ALLTRIM(STR(LEN(ALLTRIM(this.Value)))) thisform.label9.Caption="Description of project ("+trc+" size)"This 2nd one is causing me loads of grief because it disables the Enter key What happens is that this.value is updated but the cursor does not move when you press the Enter key at the end of the line. space bar or letters are ok, but not the Enter key
I tried the code here and it works just fine so I would guess that you have some code elsewhere eating the enter key. Maybe the keypress event?
-- Frank. Frank Cazabon _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

