Kamis, 30 Juni 2011

Re: [MS_AccessPros] Developing a help system

 

Hi Art,

download this for some ideas:

http://tech.groups.yahoo.com/group/MS_Access_Professionals/files/Crystal/Forms_With_Help_Examples_Crystal__MDB_DOC_HTM_TXT.zip

since you want to do help for each control, maybe use the TAG property to store the HelpID you want displayed. You can make a command button and use the PreviousControl property to know where the user just was

here is a code start for you, assuming your command button has the Name --> cmdHelp

'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Private Sub cmdHelp_Click()
MsgBox Screen.PreviousControl.Name,,"Tag: " & Screen.PreviousControl.Tag
End Sub
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Warm Regards,
Crystal

*
(: have an awesome day :)
*

--- On Thu, 6/30/11, Art wrote:

> I have a custom database which I
> would like to add a custom help system for each field. Does
> any one have an example of one or ideas how to approach it.
>
> Thanks,
>
> Art Lorenzini
> Sioux Falls
>
>

__._,_.___
Recent Activity:
.

__,_._,___

Tidak ada komentar:

Posting Komentar