473,795 Members | 2,914 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Whats the best way to add a bit of a help file into an access file


Say, on a data entry form

a "HELP" cmbBUTTON that bounces the user off to word file that has
help, or is there some other way to do it (like a label object with
help on another form)

Thanks
Jerry
Jan 17 '06 #1
4 1475
Something I have done that works well and is very simple is to have a single
table with 3 fields. One for the form name, one for a title and one for the
help details.

On each form that needs help - simple ones don't - you either add a button
with the familiar ? character, or the word 'Help'. When the user clicks on
it, it pops up a form that is filtered to the form name and gives the
relevant help. You can of course pretty this up and add a shortcut key etc.

To edit the help I have made it so that holding the 'shift' or 'control' key
when clicking on the button opens the form in edit mode so someone can be
nominated to actually write the help. I hate writing help, and developers
don't make good help authors.

This doesn't include any searching or index etc but the help is always
relevant to the current form.

Depending on your needs this sort of thing may be suitable.

Jeff

<je*********@pi oneer.com> wrote in message
news:gt******** *************** *********@4ax.c om...

Say, on a data entry form

a "HELP" cmbBUTTON that bounces the user off to word file that has
help, or is there some other way to do it (like a label object with
help on another form)

Thanks
Jerry

Jan 17 '06 #2
Thats a good idea Jeff
I like it. Don't care about the searching.

One aspect of help are the field definitions.
I do have a field definition file...a list of all the available fields
and what data is contained in each. I think the user will want to use
this.

This would be too big to place in any one field (due to formatting
etc,) but I suppose I could place a link in a field to a doc file?
Jerry
Something I have done that works well and is very simple is to have a single
table with 3 fields. One for the form name, one for a title and one for the
help details.

On each form that needs help - simple ones don't - you either add a button
with the familiar ? character, or the word 'Help'. When the user clicks on
it, it pops up a form that is filtered to the form name and gives the
relevant help. You can of course pretty this up and add a shortcut key etc.

To edit the help I have made it so that holding the 'shift' or 'control' key
when clicking on the button opens the form in edit mode so someone can be
nominated to actually write the help. I hate writing help, and developers
don't make good help authors.

Jan 18 '06 #3
I've bee doing something similar lately using the Assistant Object.
I've got a hidden table with an indexed list of all forms and controls
from which I pull the necessary 'Heading' and 'Text' properties for the
assistant's balloon. I've been implementing it for the past few weeks
on a new database I've been working on. The module for it is pretty
darn busy code-wise, but I've set it up, more or less like a What's
This button. I've got it working in a multi-user environment, which
seems to work best when the Assistant Object is assigned to a public
variable.

It seems like a pretty good way to supply help with simple forms, and
I've even included functionality to reindex periodically based on the
latest modification to the form and to allow someone designing a form
of their own to include the same functionality on their own forms.

Took a while to work the kinks out, but it's working well now.

I worked for a long time with the "supposed" HTML Help functionality
used with the HelpContextID property, but that had some major pitfalls.

Otherwise, I generally include a link of some kind in my form's footer
or on a menu or toolbar to go to application specific help either
written in HTML or ASP depending on the circumstances. For that, you
can reference the HelpContextID property.

Jan 18 '06 #4
Why not just add a couple of extra text field to the table for hyperlinks to
related documents. You could have at the top of your form a small heading
titled 'See also' followed by these links and then your main text. Make all
controls transparent with a white form and it will look and work well.

I have never had need to reference another document, but will keep it in
mind my self.

Jeff

"Jerome Ranch" <ra*****@mchsi. com> wrote in message
news:tu******** *************** *********@4ax.c om...
Thats a good idea Jeff
I like it. Don't care about the searching.

One aspect of help are the field definitions.
I do have a field definition file...a list of all the available fields
and what data is contained in each. I think the user will want to use
this.

This would be too big to place in any one field (due to formatting
etc,) but I suppose I could place a link in a field to a doc file?
Jerry

Jan 19 '06 #5

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

Similar topics

4
3467
by: Weasel | last post by:
This occured right after i tryed to compile the file hello.cpp:9:2: warning: no newline at end of file
1
2468
by: aa | last post by:
When I am reading from local disk (d:), everithing is OK, but then I am reading from map disk I am geting the this error. Whats wrong. Thanks Server Error in '/Extra' Application. ---------------------------------------------------------------------------- ---- The specified user does not exist. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more...
1
1243
by: Martin Zachs | last post by:
I'm new to ASP.NET, but 5+ years experienced with conventional ASP. We currently use "non-isolated" development using Frontpage Extensions for lots of websites (100+). To move to ASP.NET, I've read the numerous documents on .NET Team development at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/tdlg_ch3.asp, and think that Isolated development is the best solution for us (using VSS for source control).
3
1933
by: Paul Say | last post by:
I have a asp.net application that will need to create a document/report from data in a database. The user will fill out a form supplying various criteria for parameters. I would like the document/report to then be displayed on screen as well as the option to download in PDF format. I am just wondering which is the best reporting development tool to use between SQL Reporting Services and Crystal Reports. The report will have three...
4
1041
by: Brian Cryer | last post by:
I'm developing a website which at one point has a hefty amount of data processing to do. I delegate this to a separate thread and on the results page do an auto-refresh every few seconds until the results are available. In my thread I take a reference to the page that invoked the thread, so that I can get access to the session object. The thread writes to the session to indicate that it has finished. This all worked fine, until I decided...
4
1402
by: markrush | last post by:
if i have 2 datasources with different table names and column headers that i want to merge i.e. "ptitle" and "name" whats the best way of doing this? are there any standard routines or should i use something intermediary like xml? mark
28
72568
by: mooreit | last post by:
The purpose for my questions is accessing these technologies from applications. I develop both applications and databases. Working with Microsoft C#.NET and Microsoft SQL Server 2000 Production and 2005 Test Environments. What is the purpose of a view if I can just copy the vode from a view and put it into a stored procedure? Should I be accessing views from stored procedures?
4
3084
by: LoneHunter01 | last post by:
Basically, I just need a general direction on where to go for this. Yes, this is for a school project, though it's strictly an optional one (and I have tried many solutions, one in-depth). We've only covered a few types of data struct (vectors, heaps, stacks, queues, deques, lists, linked lists, priority queues, trees, etc.). I need to be able to read in a file and keep track of the number of times a word appears and then print out based...
7
2275
by: Paulo | last post by:
Hi, what is diference between: File -New Web Site and File -New Project -VB/C# -Web Application ?????? VS 2005
0
9673
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 usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9522
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 synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10448
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10167
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10003
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6784
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5566
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2922
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 effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.