Re: Controlling the cursor not to move from a text box



This is exactly what I need! Million thanks! =)

"Stefan Wuebbe" <stefan.wuebbe@xxxxxx> wrote in message
news:uIH%23D3EQHHA.2468@xxxxxxxxxxxxxxxxxxxxxxx
Are you looking for "Set Confirm" ?


hth
-Stefan



--
|\_/| ------ ProLib - programmers liberty -----------------
(.. ) Our MVPs and MCPs make the Fox run....
- / See us at www.prolib.de or www.AFPages.de
-----------------------------------------------------------


"apa" <apappc@xxxxxxx> schrieb im Newsbeitrag
news:zEQth.796573$R63.367263@xxxxxxxxxxxx
Thanks Dan,
I actually coded similar thing with codintion, basically the user
preferred a tab to move things manually.

if keypress != 'TAB'
return 0
endif

This works fine but, the i loose the ability to jump to the next field
using mouse click.


"Dan" <dan@xxxxxxxxxx> wrote in message
news:uOV43u$PHHA.1248@xxxxxxxxxxxxxxxxxxxxxxx
RETURN 0 in the Valid() event of the text box.


"apa" <apappc@xxxxxxx> wrote in message
news:30Oth.796373$R63.165613@xxxxxxxxxxxx
I have 2 text box (txLastname and txtFirstname) in a form bound to a
table field with both C(20) . How can i prevent the cursor to stop to
the first textbox(txtLastname) instead of jumping to the next Textbox.
This is just a basic example, I actually have a lot of textbox in my
real form and i want to have the same cursor stopping function or
property for each.

TIA!










.



Relevant Pages

  • Re: Selstart and cursor position
    ... yes the code is in the After_Update event of text34. ... being 4 other controls which can have the focus - you just have to press tab ... so the cursor then will move as expected. ... cursor at the beginning of it, rather than the next textbox. ...
    (microsoft.public.access.formscoding)
  • Problems with tabindex
    ... <input type = 'text'> ... In my project I have on each row a picture and a textbox. ... How can I locate the cursor always to the first image? ... Explorer you have to press the 'Tab' ...
    (alt.html)
  • Re: Controlling the cursor not to move from a text box
    ... I actually coded similar thing with codintion, ... preferred a tab to move things manually. ... How can i prevent the cursor to stop to ... This is just a basic example, I actually have a lot of textbox in my real ...
    (microsoft.public.fox.vfp.forms)
  • Re: Selstart and cursor position
    ... in the On Got Focus event of text34. ... and cursor appears at beginning of text on typing in text for the first time. ... textbox in the tab order. ...
    (microsoft.public.access.formscoding)
  • Re: Tab functionality for VBA form in Excel 2004 for mac / macinto
    ... I do have the Mac set to tab from textbox to textbox and ... computer with Excel 2008. ... One of the problems I can't fix, however, is the tab functionality of the ... I must click in each box to move the control. ...
    (microsoft.public.mac.office.excel)