You can also use:

SET VAR vMenuPick TEXT = NULL -- this line is not even necessary as CHOOSE
assigns the data type
CHOOSE vMenuPick FROM #LIST +
'PATIENT INFO,DAILY ACT,BILLINGS,REPORTS,DATA FILES,HELP/Exit'  +
TITLE 'Pick Any Option' +
CAPTION 'Menu Options' +
LINES 6 FORMATTED

Many ways to do most anything in 7.0!!!
Javier,

Javier Valencia, PE
President
Valencia Technology Group, L.L.C.
14315 S. Twilight Ln, Suite #14
Olathe, Kansas 66962-4578
Office (913)829-0888
Fax (913)649-2904
Cell (913)915-3137

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of A. Razzak
Memon
Sent: Thursday, November 13, 2003 2:32 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - RE: Choose question - Razzak's Reply


Marc,

Here is an eloquent way of designing and displaying pop-pup
menus in R:BASE 7.0 for Windows:

SET VAR vMenuList TEXT = NULL
SET VAR vMenuPick TEXT = NULL
SET VAR vMenuList = +
'PATIENT INFO,DAILY ACT,BILLINGS,REPORTS,DATA FILES,HELP/Exit'
CLS
CHOOSE vMenuPick FROM #LIST .vMenuList +
TITLE 'Pick Any Option' +
CAPTION 'Menu Options' +
LINES 6 FORMATTED

Have fun!

Very Best R:egards,

Razzak.


At 12:11 PM 11/13/2003 -0800, you wrote:
>Hi all
>
>I still can't get that choose statement to work.
>
>Either I am not installing the updates properly or
>the below pull down menu command blocks do not work in
>RB7?
>
>$MENU
>main
>PULLDOWN ||
>|PATIENT INFO|
>|DAILY ACT|
>|BILLINGS|
>|REPORTS|
>|DATA FILES|
>|HELP/Exit|
>ENDC
>
>--- "A. Razzak Memon" <[EMAIL PROTECTED]> wrote:
> >
> > Marc,
> >
> > You are using the older version of RBG7 files.
> >
> > Download the latest RBG7 updates:
> >
> > http://www.rbase.com/rbg7updates
> >
> > Have fun!
> >
> > Very Best R:egards,
> >
> > Razzak.
> >
> >
> > At 03:44 PM 11/12/2003 -0800, Marc Schluter wrote:
> >
> > >Hi Albert & Victor
> > >
> > >I am running this from the R>
> > >
> > >the error mess is
> > >access violation address 000EF9BA6 in
> > >module 'rbengine.dll' Read of address
> > >000EA4B8
> > >
> > >--- Albert Berry <[EMAIL PROTECTED]> wrote:
> > > > Marc, can you give us the exact error message,
> > > > please?
> > > >
> > > > marc schluter <[EMAIL PROTECTED]> wrote:
> > > >
> > > > >Hi all
> > > > >
> > > > >Why do I get an access violation with this
> > > > >CHOOSE pick1 FROM main IN chiro3.apx

Reply via email to