Hi Przemek, This is similar with something I was searching the last days. Under DOS and independent from the writing language when you press "." from the numeric keypad you are always getting "." but under windows the char is language dependant. Is it possible to add something like HB_ExtLastKey that will return the pressed key or even better a way to overcomes the windows translation? The funny thing about this is that if we change the decimal symbol from the regional and language options-customize from "." to "," the Excell writes always the corresponding value (numeric keypad), but under notepad , (x)Harbour we are getting a value that corresponds to the language.
Brgds, Mike Evans -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Przemyslaw Czerpak Sent: Monday, July 28, 2008 6:29 PM To: Harbour Project Main Developer List. Subject: Re: [Harbour] Harbour 1.0.0 Final On Mon, 28 Jul 2008, Szakáts Viktor wrote: Hi Viktor, > Thanks, the culprit is the 'Z' picture. Rather 'E'. Picture '@E 99.99' is enough to replicate the problem. Please also note that during typing comma ',' is replaced by dot '.' and there is also problem with returned value. If you type only '1' and ENTER then the return value is 1 instead of 1.00 so the number is not formatted to the picture. Probably resolving the problem with ',' replaced by '.' will also resolve other side effects. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
