Picture "@K !XXXXXXXXXXXXXX" returns incorrect result

This forum is for eXpress++ general support.
Post Reply
Message
Author
Bob de Haan
Posts: 6
Joined: Thu Nov 14, 2013 3:52 pm
Location: Utrecht, Netherlands

Picture "@K !XXXXXXXXXXXXXX" returns incorrect result

#1 Post 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.
Greetings,

Bob

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

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

#2 Post by rdonnay »

Do you get the same result with Transform()?

I think it's strange that it only happens with ooos and aaahs. :mrgreen:
The eXpress train is coming - and it has more cars.

Bob de Haan
Posts: 6
Joined: Thu Nov 14, 2013 3:52 pm
Location: Utrecht, Netherlands

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

#3 Post 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.
Greetings,

Bob

Post Reply