Hello Willie,
Thanks for your posting.
It seems that I have different issue here at all: Pressing the button
"," does not reach rightsle:processNum() at all. I have turned on
debugging, changed the filespec (Its a normal numereric with 26 digits
and 2 comma positions)
I have changed the code as described below -> still same issue.
Do you have an additional check?
Thanks
Niko
> Niko,
>
> If you wanted to change it back to the original way, have a look at
process num around line 230
>
> IF (cChar == "." .OR. cChar == "," ).AND.(uMsg <> WM_KEYDOWN) //
cDecimal wcm 3/15/01
>
> Change it to
> IF (cChar == cDecimal).AND.(uMsg <> WM_KEYDOWN)
>
> Regards,
>
> Willie
>
>
>
> "Nikolaus Kern" <parzival1969-youremovethis@[EMAIL PROTECTED]
> wrote in message
news:62c11$47fa759a$506d237b$18548@[EMAIL PROTECTED]
>> Hello all,
>>
>> I am using the RightSLE lib for calculation in several aspects. It
works
>> great - nevertheless I am looking for a way to change the behavior for
>> the comma seperation from "." to ",".
>>
>> Any hints?
>>
>> Thanks
>>
>> Niko


|