473,569 Members | 2,991 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Disable help file

Hello all,
I am writing a hands on test in MS acess 2003 , and I need to disable
the user access tothe help file. HOw do I do that? I tryed to install
acess adn diselecte the help file but I didn't get a option to do that?
Is that any file I can delete from the computer ?
Thanks
Thai

Apr 8 '06 #1
8 1733
On 8 Apr 2006 16:31:24 -0700, Th*********@yah oo.com wrote:

You could write an AutoKeys macro and intercept F1.
-Tom.

Hello all,
I am writing a hands on test in MS acess 2003 , and I need to disable
the user access tothe help file. HOw do I do that? I tryed to install
acess adn diselecte the help file but I didn't get a option to do that?
Is that any file I can delete from the computer ?
Thanks
Thai


Apr 9 '06 #2

<Th*********@ya hoo.com> wrote in message
news:11******** *************@v 46g2000cwv.goog legroups.com...
Hello all,
I am writing a hands on test in MS acess 2003 , and I need to disable
the user access tothe help file. HOw do I do that? I tryed to install
acess adn diselecte the help file but I didn't get a option to do that?
Is that any file I can delete from the computer ?


Why? In the real world of Access development, the users will be able to
access a Help file, so why not let them do so now?

Larry Linson
Microsoft Access MVP
Apr 9 '06 #3
"Larry Linson" <bo*****@localh ost.not> wrote in
news:Q02_f.2586 $XI6.1735@trndd c05:

<Th*********@ya hoo.com> wrote in message
news:11******** *************@v 46g2000cwv.goog legroups.com...
Hello all,
I am writing a hands on test in MS acess 2003 , and I need to
disable the user access tothe help file. HOw do I do that? I
tryed to install acess adn diselecte the help file but I
didn't get a option to do that? Is that any file I can delete
from the computer ?


Why? In the real world of Access development, the users will
be able to access a Help file, so why not let them do so now?

Larry Linson
Microsoft Access MVP


He doesn't want to confuse his students with the ambiguous
and/or erroneous contents thereof /:-0
Actually, I have the chms for ACC97 available on this ACC2K2
install because the old one is much better.
--
Bob Quintal

PA is y I've altered my email address.
Apr 9 '06 #4
Is not for studentes, I ma hiring some people to do some development in
access and I need to know how much they know abou the program

Apr 10 '06 #5
Th*********@yah oo.com wrote:
Is not for studentes, I ma hiring some people to do some development in
access and I need to know how much they know abou the program


That's a pretty incredibly stupid way to test their abilities.

--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "What's UP, Dittoooooo?" - Ditto
Apr 10 '06 #6
On Sun, 09 Apr 2006 23:36:29 -0230, Tim Marshall
<TI****@PurpleP andaChasers.Moe rtherium> wrote:

Not in all situations.
If you have to look up in the help file for example some basic
Properties and Methods of the Recordset object, that tells me
something about your abilities in that area. It separates the "I can
do this in my sleep" candidates from the "Give me Google and the help
file, and I can probably figure this out".

-Tom.

Th*********@ya hoo.com wrote:
Is not for studentes, I ma hiring some people to do some development in
access and I need to know how much they know abou the program


That's a pretty incredibly stupid way to test their abilities.


Apr 10 '06 #7
Th*********@yah oo.com wrote in
news:11******** *************@e 56g2000cwe.goog legroups.com:
Is not for studentes, I ma hiring some people to do some
development in access and I need to know how much they know
abou the program

An interview and a two hour practical demonstration of building
a demonstration application would probably suffice. The help
files are of very little help in debugging an application,, the
help files do not prevent or allow a programmer to use a(ny)
logical naming convention, etc. and proper indentation,
comments, etc. Those are far more important in my opinion than
theoretical questions about the proper sequence of parameters
for the instr() function, etc.

As to the two hour limit, last week my manager came to me with a
request for an estimate to build a database to manage supplier
performance ratings. He askid if I could generate the estimate
the number of man-weeks to build the app for a staff meeting in
two hours. I supplied the estimate, including a working demo
app., of about 8 man-weeks. It was accepted on the spot.

--
Bob Quintal

PA is y I've altered my email address.
Apr 10 '06 #8
Tom van Stiphout wrote:
On Sun, 09 Apr 2006 23:36:29 -0230, Tim Marshall
<TI****@PurpleP andaChasers.Moe rtherium> wrote:

Not in all situations.
If you have to look up in the help file for example some basic
Properties and Methods of the Recordset object, that tells me
something about your abilities in that area.
Had to resend this - hopefully it stays in the thread!

I guess that could justify it... 8) But in my mind, only if you are
looking both for developers who do a specific method and do it your (the
interviewer's) way.

I see lots of code here by people who are doing things a bit differently
from me but ultimately we are doing the same thing. I never use
dbengine, for example, but I see lots of examples here where it's used
do do things that I do a different way.

Nope, even with the awful help files post-A97, for pretty standard
stuff, I sometimes review what I'm doing to make sure I'm getting the
arguments right or whatever. OTOH, there's lots more I do just by the
seat of my pants or with the object browser and/or the intelli-sense.
But again, if faced with different methods, I might want to check to be
sure. here's a quick example I just thought of:

I do mostly work with Oracle and PTQs. The DAO openrecordset method
must be used with a queryobject, not the database object and as you
know, the syntax is different. I do these recordsets lots and lots, but
when I'm occasionally working with jet, I can save myself the extra
steps needed to create even a temporary PTQ dao.querydef by just opening
the recordset against the currentdb and include the SQL. In such a
situation, if I hadn't done this in Jet for a long time, I'd check help.
It separates the "I can
do this in my sleep" candidates from the "Give me Google and the help
file, and I can probably figure this out".


If there's no time limit involved.

Anyway, my opinion, I'd never do what the OP is contemplating. 8)

--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me

Apr 11 '06 #9

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

Similar topics

11
3271
by: MasonC | last post by:
I find I cannot disable javascript in MSIE 6 I've Help'd, Google'd, and searched here to no avail. <noscript> You don't have javascript enabled </noscript> will not display for me. Mason C
0
1497
by: Nick 'The Database Guy' | last post by:
Hi Guys, When my database opens it run the following code. Private Declare Function GetSystemMenu Lib "user32" (ByVal hwnd As Long, ByVal bRevert As Long) As Long Private Declare Function EnableMenuItem Lib "user32" (ByVal hMenu As Long, ByVal wIDEnableItem As Long, ByVal wEnable As Long) As Long Const MF_GRAYED = &H1&
4
9159
by: Jon | last post by:
Hi, I used XslCompiledTransform with the following Xsl file. The <xsl:text disable-output-escaping="yes"does not work when using XslCompiledTransform to do the trnasform (namely the output contain < not <), while it works when using MSXML2 to do the transform. Does anyone have the same problem and how to make the escape work? Thanks. ...
19
9849
by: RedDevilDan | last post by:
I am working on a Memory Footprint Reduction project. I came across an idea to disable all printf statements so that less memory is required. In addition, when there is no single printf statement, the printf library will not be linked, so it further reduces the executable size. Is there an easy way to disable printf in a large project? In my...
0
2724
chunk1978
by: chunk1978 | last post by:
i'm attempting to disable a file field with Safari 2.0.4 and it's not working... much like the inability to disable select menu values in Safari, but that's a different topic... does anyone know why Safari will not allow file fields to be disabled? i'm on a mac so i can't test in IE, but Firefox allows file fields to be disabled (as well as...
3
1934
by: halimunan | last post by:
hi all, i have this program that will run and the result is based on the .config file. how do i disable the code from the config file ? for example... i want some method to not functioning when i change the variable in the config file.. e.g:
37
5009
by: Vince C. | last post by:
Hi all. I've installed Bloodshed Dev-C++ on a Windows 2000 SP4 machine. I'm using MinGW 3.4.2. I'd like to temporarily disable standard functions to write to stderr, i.e. for instance redirect stderr to a temporary file (or /dev/null but is there an equivalent under Windows? Is it "nul:") and then to *restore* the default stderr so that...
0
2155
by: sainiranji | last post by:
Hi All I have diffrent categories in diffrrent logging purpose and all are working fine...but now my requirment is to disable all at once . The below are change i did for disable all logges ! Observe log4j parsing this file log4j.debug=false
1
4293
by: Shaba99 | last post by:
Hey everyone, New to this forum, but i search for answers here often. I have a c# windows application which embeds windows media player on the form. The application (biz rule) requires that the user plays the media file before continuing and saving the file. i would do this by insuring that the currentposition in the file being played is not...
3
5632
by: jubergolandaj | last post by:
I am working on Outlook Addin developed in C# and VS-2008. In this we are having our own custom form .oft On this form we have our custom “Send” button on click event of it our processing continues. Now the problem we are facing is we want to disable or hide the built-in send button of Outlook on the Ribbon. Also we want to disable or hide...
0
7703
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7618
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8138
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
6287
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5514
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3657
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2117
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1228
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
946
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.