Dear All ,
I was using GET below in Foxpro which provide facility to the user to toggle the values by either pressing SPACE BAR or entry the first letter. How we can achieve this in FWH GET ?
I was using GET below in Foxpro which provide facility to the user to toggle the values by either pressing SPACE BAR or entry the first letter. How we can achieve this in FWH GET ?
cPrintOpt = "Printer"
@10,10 say "Select Print Option ==> " GET cPrintOpt PICTURE "@m Printer, File"
READ