473,378 Members | 1,541 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Form Tab stops

JLM
Need some advice on making a field on a form informational only. I don't
want it to have focus; be a tab stop; just taken out of tab order
alltogether. I can set the all the "tab" related values to "No" or "0" but
when I open the form, the fields can have focus. I can lock them, but I
don't want them to have focus.
Nov 12 '05 #1
4 2846
"JLM" <jeff.morrell@colostate_dot_edu> wrote in message
news:40******@news.ColoState.EDU...
Need some advice on making a field on a form informational only. I don't
want it to have focus; be a tab stop; just taken out of tab order
alltogether. I can set the all the "tab" related values to "No" or "0" but
when I open the form, the fields can have focus. I can lock them, but I
don't want them to have focus.


Set the Enabled property to No.
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 12 '05 #2
rkc
JLM wrote:
Need some advice on making a field on a form informational only. I don't
want it to have focus; be a tab stop; just taken out of tab order
alltogether. I can set the all the "tab" related values to "No" or "0" but
when I open the form, the fields can have focus. I can lock them, but I
don't want them to have focus.


If all else fails set the focus to the next control in the tab order
in the On Focus event.
Nov 12 '05 #3
On Sat, 31 Jan 2004 00:51:10 GMT, rkc wrote:
JLM wrote:
Need some advice on making a field on a form informational only. I don't
want it to have focus; be a tab stop; just taken out of tab order
alltogether. I can set the all the "tab" related values to "No" or "0" but
when I open the form, the fields can have focus. I can lock them, but I
don't want them to have focus.


If all else fails set the focus to the next control in the tab order
in the On Focus event.


Ideally thats the only way I can think of. Regardless of whether you set
tabbing properties an editable field can recieve tab focus. An alternative
is to use something that can't, like a label.

--
Mike Storr
veraccess.com
Nov 12 '05 #4
JLM wrote:
Need some advice on making a field on a form informational only. I don't
want it to have focus; be a tab stop; just taken out of tab order
alltogether. I can set the all the "tab" related values to "No" or "0" but
when I open the form, the fields can have focus. I can lock them, but I
don't want them to have focus.


Locked = True
Enabled = False

The locked = True makes it look likes its enabled, not grayed out.

Nov 12 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Joe A | last post by:
I'm using Access 2002 on Windows XP PC, 500 megs ram, Front end/back end app. I have a simple form that draws a thermometer to indicate progress of code that is running. The thermometer form...
13
by: Manuel Lopez | last post by:
I have a puzzling form timer problem that I didn't experience prior to Access 2003 (though I'm not sure access 2003 is to blame). Here's the situation: a computer has two access 2003 databases on...
4
by: Fabio Negri Cicotti | last post by:
Hi. Imagine a scene where the user input the username and password in a "Login" form and when press the confirm button, another window is opened with the "Main" form. After that, the "Login"...
5
by: jobi | last post by:
Hi, I'm trying to develop this vb.net application which gathers info. When I start the gathering process, I refresh text-fields in the form to see progress and to see where it gets. This works...
8
by: PAPutzback | last post by:
How do I keep the form up.
2
by: Colin Halliday | last post by:
I have a Word 2003 mail merge main document (form letter) that is linked to another Word document data source for the mail merge. If I open this doc using the Word GUI, it first asks me to...
1
by: miguelfc | last post by:
Hi, I've searched a lot and couldn't find an answer to my problem. I want to have a field in my form that allow me to paste an image from the clipboard to, for example, a Paint field. Then, I...
12
by: liamo | last post by:
Don't laugh lol I know your all php guru's : ) Ok, so I have little if any knowledge with the programming language php - only having created small enquiry forms. Now I have a client that needs a...
3
by: Dave S | last post by:
Hello Everyone, I have a form in a multi-user database that flashes when the form is opened. This is a failr involved form that contains header information along with a continous subform. ...
3
by: Spiros Bousbouras | last post by:
The fact that vertical tab and form feed exist both in the basic source character set and the basic execution character set suggests to me that there is a class of display devices where vertical...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.