[comp.databases] dBASE III assistance sought.

mraustad@infocenter.UUCP (Mike Raustad) (09/09/89)

     I run a main menu in dBASE III, which does not support INKEY(). I
would like to display a running clock while the program waits for the
users input/selection.

     Can dBASE III run the time as a seperate process while waiting for
the users input?  I seem to be stumped on this.  Can anyone help? Thanks.

    ___________________________________________________________________________ 
   /  MIKE RAUSTAD __   ENCORE COMPUTER CORP.   /  6901 W. Sunrise Blvd.      /
  /\/\  o /  __   /__)  __          __/ __  ___/  Ft. Lauderdale, Fl. 33313  /
 / / / / /) (__  /  \  /_/ /  / /\   / /_/ /  /  PHONE: (305)-797-5621      /
/   /_/_/ \_(__ /   /_/ /_(__/_/__)_/_/ /_(__/ EMAIL: uunet!gould!mraustad /  

keithb@hpindda.HP.COM (Keith Broussard) (09/11/89)

> Can dBASE III run the time as a seperate process while waiting for
> the users input?  I seem to be stumped on this.  Can anyone help? Thanks.

Good luck running concurrent processes in dBase!  But an interrupt
scheme might work for you.  Try running your clock process in a loop
and using the ON KEY command to trap a users keypress.  I'm not sure
exactly what you're trying to do.  This scheme obviously won't work if
you want the timer to run continuously during input.

Just thought you should consider the ON KEY command.