473,394 Members | 1,748 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,394 software developers and data experts.

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 1723
On 8 Apr 2006 16:31:24 -0700, Th*********@yahoo.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*********@yahoo.com> wrote in message
news:11*********************@v46g2000cwv.googlegro ups.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*****@localhost.not> wrote in
news:Q02_f.2586$XI6.1735@trnddc05:

<Th*********@yahoo.com> wrote in message
news:11*********************@v46g2000cwv.googlegro ups.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*********@yahoo.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****@PurplePandaChasers.Moertherium> 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*********@yahoo.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*********@yahoo.com wrote in
news:11*********************@e56g2000cwe.googlegro ups.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****@PurplePandaChasers.Moertherium> 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
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. ...
0
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...
4
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...
19
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,...
0
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...
3
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...
37
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...
0
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...
1
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...
3
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....
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: 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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.