You can position the cursor in the EditBox by setting the SelStart property. Note that .SelStart is 0 is at the beginning of the field.
Fred On Tue, Mar 25, 2014 at 1:42 PM, Sytze de Boer <[email protected]> wrote: > Hi folk > I have something working which does it for the moment > In the When I have ON KEY LABEL F5 do sas144 > This is turned on Valid > > Sas144.prg goes: > IF !EMPTY(notes) > replace notes with ALLTRIM(notes)+CHR(13)+DTOC(sysdate)+CHR(13) > ELSE > replace notes with DTOC(sysdate)+CHR(13) > ENDIF > > The only annoying thing with this is the cursor keeps going to beginning of > the Edit field > I think I've read how you can "position" the cursor at the end of the memo, > but I'll leave that for another day. > > > > > > > > > > > On Wed, Mar 26, 2014 at 9:26 AM, Jean MAURICE <[email protected] > >wrote: > > > That's right ! I did not think about that ... > > > > The Foxil > > > > Le 25/03/2014 21:04, Fred Taylor a écrit : > > > > Won't work if the insert mode is in overstrike, data would be > overwritten. > >> > >> Fred > >> > >> > >> On Tue, Mar 25, 2014 at 12:52 PM, Jean MAURICE <[email protected] > >> >wrote: > >> > >> I think the best way to do this is to do a 'good old' > >>> > >>> KEYBOARD DTOC(date()) > >>> > >>> In the F5 key ... > >>> > >>> The Foxil > >>> > >>> > >>> [excessive quoting removed by server] _______________________________________________ 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/cajcbkspqkrt-_2wuogk5maez2u_ohh2w1n__5z8agubo6_l...@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.

