Hi all

In 1 of my systems is a form and memo field where I have an interactive
change event as follows:
thisform.label7.caption='Characters in SMS :
'+alltrim(str(len(alltrim(thisform.edit1.value))))

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


-- 
Kind regards
Sytze de Boer
Kiss Software


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

_______________________________________________
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/cag1nny_3eeudquuhkmp54h6z6+xioniw2m2cfv8xdv_m-du...@mail.gmail.com
** 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.

Reply via email to