Re: [Harbour] get/read compatibility with S87

2010-04-09 Thread Qatan
Chris, Did you look the getsys.prg source code? I think you will find what you are lookng for there. I hope it helps you. Qatan - Original Message - From: "chris lueders" To: Sent: Friday, 9 de April de 2010 11:32 Subject: [Harbour] get/read compatibility wit

Re: [Harbour] get/read compatibility with S87

2010-04-09 Thread Massimo Belgrano
In 2010 you tell us remember how work clipper in 1987? Try reduce as most as possible (so i can exec and show difference) and send me mail executable created by clipper 87 (renaming exe or point via ftp) and source code if you use internal inkey instead of k_value set by "inkey.ch" you must chang

Re: [Harbour] get/read compatibility with S87

2010-04-09 Thread Viktor Szakáts
Hi, > i used to do clipper summer 87. now i ported to harbour and find that > @ get/read behaves slightly different under harbour. > > 1) @ get/read fields can not be confirmed with ctrl-enter (chr(10)), > only with enter (chr(13)). clipper S87 will not exit the whole read > by pressing ctrl-en

Re: [Harbour] get/read compatibility with S87

2010-04-09 Thread chris lueders
hi, Friday, April 9, 2010, 17:31:56, "Massimo Belgrano" wrote: > afaik harbour is compatible with clipper5.2 > http://www.ousob.com/ng/53guide/ng64c89.php > i suggest use #include "Inkey.ch" > and then use if LASTKEY() = K_ENTER > istead if LASTKEY() = 13 > K_CTRL_ENTER instead 10 thank

Re: [Harbour] get/read compatibility with S87

2010-04-09 Thread Massimo Belgrano
afaik harbour is compatible with clipper5.2 http://www.ousob.com/ng/53guide/ng64c89.php i suggest use #include "Inkey.ch" and then use if LASTKEY() = K_ENTER istead if LASTKEY() = 13 K_CTRL_ENTER instead 10 2010/4/9 chris lueders > hi, > > i used t

[Harbour] get/read compatibility with S87

2010-04-09 Thread chris lueders
hi, i used to do clipper summer 87. now i ported to harbour and find that @ get/read behaves slightly different under harbour. 1) @ get/read fields can not be confirmed with ctrl-enter (chr(10)), only with enter (chr(13)). clipper S87 will not exit the whole read by pressing ctrl-enter, but at