Thanks Mike I will look at it.
Marc ----- Original Message ----- From: "MikeB" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[email protected]> Sent: Monday, June 13, 2005 7:46 PM Subject: [RBG7-L] - Re: Help system Manual > My Variable RichEdit Demo program (http://www.rbasecommunity.com/ Item #10) > uses the concept of creating a help system that can be toggled on and off. > > Start the Demo and Select the RichHelpDemo button to show the form that has > help enabled. The Variable RichEditor is used to create the Help for each > component... There is a fair amount of other useful code in there as well.. > > ----- Original Message ----- > From: "David M. Blocker" <[EMAIL PROTECTED]> > To: "RBG7-L Mailing List" <[email protected]> > Sent: Monday, June 13, 2005 4:49 PM > Subject: [RBG7-L] - Re: Help system Manual > > > > I've never tried this but it seems like a very clever idea! > > > > > > David Blocker > > [EMAIL PROTECTED] > > 781-784-1919 > > Fax: 781-784-1860 > > Cell: 339-206-0261 > > ----- Original Message ----- > > From: "Marc" <[EMAIL PROTECTED]> > > To: "RBG7-L Mailing List" <[email protected]> > > Sent: Monday, June 13, 2005 8:27 AM > > Subject: [RBG7-L] - Help system Manual > > > > > >> Hi > >> > >> Has anyone done something like this? > >> Have a table that stores > >> Formname > >> Colname > >> HelpMessage > >> > >> Then when in a form have a EEP on > >> Right click that checks for the form name, > >> and field name then displays the help message. > >> > >> Or click a button that would get the formname, > >> and last field name you were in then display the > >> help message. This one might be harder because > >> you would have to find the last field name. > >> > >> That way you could print this out as a manual. > >> > >> Would something like this work? > >> > >> Marc > >> > >> > > > >
