Re: [Harbour] inkey(0) and set key to

2010-03-26 Thread Qatan
ncesco perillo" To: "Harbour Project Main Developer List." Sent: Friday, 26 de March de 2010 16:07 Subject: Re: [Harbour] inkey(0) and set key to You can use setkey with one parameter ( the inkey(0) return value) to check if a codeblock is associated and then invoke it with correct

Re: [Harbour] inkey(0) and set key to

2010-03-26 Thread francesco perillo
You can use setkey with one parameter ( the inkey(0) return value) to check if a codeblock is associated and then invoke it with correct parameters... something like this nCode := inkey( 0 ) (check nCode) cBlock := setkey ( nCode ) if cBlock Eval( cBlock, procfile(1), procname(1), procline(1)

[Harbour] inkey(0) and set key to

2010-03-26 Thread harbour-list
hi, inkey(0) does not honour "set key to" settings. i guess that is by design, at least it was the same in clipper S87. we had found some assembler way around that, but that won't do for harbour. is there any way to enable the key mappings with an inkey(0) like function? any other function to