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

