menu function & help

Richard Kreiss rkreiss at gccconsulting.net
Tue Nov 23 20:30:44 PST 2010


Well I tried on more thing regarding the help file.

I found that one can mix "headings" on one line.

##S1,scr_menu  will work.  Pressing F1 on screen 1 brings up the help
information.

Pressing ? on the menu created in processing which executes HELP "scr_menu"
also works.

It appears that one can mix both screen specific help as well as section
help to be called in processing.  This eliminates possible duplication of
the same help to be used in IUA and in processing.


Richard Kreiss
GCC Consulting
rkreiss at gccconsulting.net
  



> -----Original Message-----
> From: filepro-list-bounces+rkreiss=verizon.net at lists.celestial.com
> [mailto:filepro-list-bounces+rkreiss=verizon.net at lists.celestial.com] On
> Behalf Of Nancy Palmquist
> Sent: Tuesday, November 23, 2010 5:58 PM
> To: filepro-list at lists.celestial.com
> Subject: Re: menu function
> 
> Richard,
> 
> Since you are doing a menu command in filepro and want to have one of the
> menu choices display help, I think this works. Your HELP option is just
another
> item on the menu. Nothing special.
> 
> Works for me.
> 
> Nancy
> 
> On 11/23/2010 1:30 PM, Richard Kreiss wrote:
> > If one adds a menu to processing, is there a way to have the help file
> > popup if F1 is pressed or ? is pressed.
> >
> > Dim men(20)
> >
> > Men["1"]=Select Option"
> > Men["2"]="A: first option"
> >
> >
> > Men["20"]="?"
> >
> > Menu men do1...........do20
> >
> > Do20:
> > Then: HELP  "scr_menu";GOTO do_menu
> >
> > The above works.  However, I had to copy the original help items
> > located under ##S1.  When I copied just the main parts and not the @@@
> > section, just the listing appeared but no F9 option.  I had to copy
> > the @@@ section again to have the additional help option F9 appear.
> >
> > Is there an easier way to accomplish this?
> >
> >
> > Richard Kreiss
> > GCC Consulting
> > rkreiss at gccconsulting.net
> >
> >
> >
> >
> >
> > _______________________________________________
> > Filepro-list mailing list
> > Filepro-list at lists.celestial.com
> > Subscribe/Unsubscribe/Subscription Changes
> > http://mailman.celestial.com/mailman/listinfo/filepro-list
> >
> 
> --
> Nancy Palmquist         MOS&  filePro Training Available
> Virtual Software Systems    Web Based Training and Consulting
> PHONE: (412) 835-9417           Web site:  http://www.vss3.com
> 
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> Subscribe/Unsubscribe/Subscription Changes
> http://mailman.celestial.com/mailman/listinfo/filepro-list



More information about the Filepro-list mailing list