Re: Controlling the cursor not to move from a text box
- From: "apa" <apappc@xxxxxxx>
- Date: Thu, 25 Jan 2007 14:41:22 GMT
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!
.
- References:
- Controlling the cursor not to move from a text box
- From: apa
- Re: Controlling the cursor not to move from a text box
- From: Dan
- Re: Controlling the cursor not to move from a text box
- From: apa
- Re: Controlling the cursor not to move from a text box
- From: Stefan Wuebbe
- Controlling the cursor not to move from a text box
- Prev by Date: Re: Controlling the cursor not to move from a text box
- Next by Date: Relation between remote views
- Previous by thread: Re: Controlling the cursor not to move from a text box
- Next by thread: attn: paulina - extremely perfect news server - puh ih iz im - (1/1)
- Index(es):
Relevant Pages
|