Page 1 of 1

Picture "@K !XXXXXXXXXXXXXX" returns incorrect result

Posted: Fri Nov 15, 2013 1:27 am
by Bob de Haan
Hello everybody,

I have the following problem.
I want the first character is a capital.
If i used picture "@K !XXXXXXXXXXXXX" in a get, the result is verry strange.
If i type "oooooooooo" the result is "OooOoooooo"
If i type "rrrrrrrrrr" the result is "Rrrrrrrrrr". Thats correct.
It is only with te character "o" and "a". All other characters go well.

Is there anyone who has this problem too.
I hope someone can help me.

Greetings Bob.

Re: Picture "@K !XXXXXXXXXXXXXX" returns incorrect result

Posted: Fri Nov 15, 2013 8:12 am
by rdonnay
Do you get the same result with Transform()?

I think it's strange that it only happens with ooos and aaahs. :mrgreen:

Re: Picture "@K !XXXXXXXXXXXXXX" returns incorrect result

Posted: Fri Nov 15, 2013 11:26 am
by Bob de Haan
Yep, its the same result.

In the DCGET i do the following:
Lostfocus {|| aInput[02,06] := Transform( aInput[02,06], "@ !XXXXXXXXXXXXXXX"), DC_GetRefresh(GetList) }

It's very very strange.