nageswaragunupudi wrote:What do you get for
? transform( "/*AUTO*/", "@KE 9999XXN " )
I think it is the point, the transform and the get pictures are different, for the GET it should be translated:
- K means clear the input at first input
- E date and number in the European way: the day before the month for the date and the comma for decimal
- 9 in this position only digit are allowed as input
- N Allows only alphabetic and numeric characters
- X Allows any character
see
http://www.ousob.com/ng/clguide/ng73148.phpfor translate it should be translated:
- K is ignored, in transform it is not used
- E the date is in the European way: the day before the month, in this case take my 6 letter input and swap the "/*" and "UT" and replace A and O with the / because it think it is a date.
- 9, N, X Displays digits for any data type
see
http://www.ousob.com/ng/clguide/ng6b445.phpAntonio Linares wrote:Antonino,
What is the purpose of it ?
I cant write in the GET and when I can, it ends
If the user can't write in it, you can avoid the picture and disable the GET
It is a really strange behavior... I don't explain it... someone has the clipper compiler for test this code in it?
It is code that I inherit.
Anyway, using xHarbour.com 1.2.1 and FiveWin 9.04 the text inside the get is correct.