Hi Michael,
I have a bit button on my main form with the caption  R>
the eep is
dialog 'Enter Password' pwd=12 vkey password +
  option message_font_size 12 |message_font_color maroon |message_font_name 
arial bold
if vkey = 'my password' then
  closewindow
else
  exit
return
  ----- Original Message ----- 
  From: Michael J. Sinclair 
  To: RBASE-L Mailing List 
  Sent: Saturday, July 10, 2010 8:58 PM
  Subject: [RBASE-L] - How do I create an exit vs R> button?


  Hi all,
  I know that I folks can use external form files to create a button that will 
elegantly exit from a form, but I don't know how to create external form files.
  Can I create a button that runs an EEP to give me a choice between exiting 
Rbase and going to an R> ? The commands I tried (quit and exit) seemed to not 
work within an EEP.
  Mike

Reply via email to