In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Picture @S

Xailer professional forum in English
Responder
Oleg
Mensajes: 474
Registrado: Mié Jun 07, 2006 3:45 pm

Picture @S

Mensaje por Oleg »

Dear developers!
I have noticed that MaskEdit and GridEdit controls behaves incorrect when
:cPicture="@Sn" (where n - integer number).
In this case :Value is truncated to n characters after tabbing to next
control. See the attached sample.
In Clipper this picture is used to make horizontal scrolling only (no
truncating).
Can you fix this?
Regards, Oleg


Attached files test75.zip (1.9 KB)Â
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9469
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Picture @S

Mensaje por ignacio »

Oleg,
@S is not supported I am afraid. Sorry.
Regards,
--
Ignacio Ortiz de Zúñiga
[Soporte Xailer]
[Xailer support]
"Oleg" <info@cluster.samara.ru> escribió en el mensaje
news:48d0e3d8$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Dear developers!
>
> I have noticed that MaskEdit and GridEdit controls behaves incorrect when
> :cPicture="@Sn" (where n - integer number).
> In this case :Value is truncated to n characters after tabbing to next
> control. See the attached sample.
> In Clipper this picture is used to make horizontal scrolling only (no
> truncating).
>
> Can you fix this?
>
> Regards, Oleg
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
NoName
Mensajes: 531
Registrado: Vie Feb 03, 2006 7:27 pm

Picture @S

Mensaje por NoName »

Oleg,
@S is not supported I am afraid. Sorry.
Regards,
--
Ignacio Ortiz de Zúñiga
[Soporte Xailer]
[Xailer support]
"Oleg" <info@cluster.samara.ru> escribió en el mensaje
news:48d0e3d8$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Dear developers!
>
> I have noticed that MaskEdit and GridEdit controls behaves incorrect when
> :cPicture="@Sn" (where n - integer number).
> In this case :Value is truncated to n characters after tabbing to next
> control. See the attached sample.
> In Clipper this picture is used to make horizontal scrolling only (no
> truncating).
>
> Can you fix this?
>
> Regards, Oleg
>
>
Oleg
Mensajes: 474
Registrado: Mié Jun 07, 2006 3:45 pm

Picture @S

Mensaje por Oleg »

Ignacio,
> @S is not supported I am afraid. Sorry.
OK, I'll do it in some other way.
Regards, Oleg
Oleg
Mensajes: 474
Registrado: Mié Jun 07, 2006 3:45 pm

Picture @S

Mensaje por Oleg »

Ignacio,
> @S is not supported I am afraid. Sorry.
OK, I'll do it in some other way.
Regards, Oleg
notengo
Mensajes: 417
Registrado: Vie Oct 12, 2007 1:29 pm

Picture @S

Mensaje por notengo »

Oleg,
are you trying to limit the input lenght ? If yes, check the nMaxLength
property on TEdit and child classes.
Regards,
José Lalí­n
notengo
Mensajes: 417
Registrado: Vie Oct 12, 2007 1:29 pm

Picture @S

Mensaje por notengo »

Oleg,
are you trying to limit the input lenght ? If yes, check the nMaxLength
property on TEdit and child classes.
Regards,
José Lalí­n
Responder