Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help screen/button

Status
Not open for further replies.

wshs

Programmer
Nov 22, 2005
220
US
i'm trying to create a help screen for database users. Thinking about creating a "button" on top of the form and when user clicks a button, open a page/dialog with help descriptions. anyway i can approach this?
 
Have you got HTML help? It is quite useful. There was a discussion, but Help is such a difficult keyword :)
 
well i meant literally.. help screen. Like make a page pop-up and tell users which field means what and some not..
was going to make a command button and a pop-up form, but that's kind of tacky.. was wondering if there are any other wyas
 
You can get pretty far describing fields with Status Bar Text and ControlTip Text. I have used HTML help, it really is quite nice. But perhaps you could just have a HTML document with some bookmarks ... FollowHyperlink ... [ponder]
 
i will look into that. thank you both
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top