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.

Se encontraron 7 coincidencias

por Mike Evans
Mié Jun 11, 2008 12:36 pm
Foro: Xailer English
Tema: TMaskedit and array values.
Respuestas: 7
Vistas: 3646

TMaskedit and array values.

On Wed, 11 Jun 2008 15:21:56 +0500, Oleg wrote:
> Mike,
>
>> What we need is a datalink property in each TMaskedit. This property must
>> take also defines Datalink := {|xValue| If( xValue == NIL, APG1_0304,
>> APG1_0304 := xValue) }
>
> maybe you need something like this (a piece of code ...
por Mike Evans
Mié Jun 11, 2008 11:28 am
Foro: Xailer English
Tema: TMaskedit and array values.
Respuestas: 7
Vistas: 3646

TMaskedit and array values.

On Tue, 10 Jun 2008 21:50:35 +0200, Jose F. Gimenez wrote:
> Mike,
>
>> We have the following situation. We need to convert a Clipper application
>> tha uses arrays to load data. The clipper get system uses this array and
>> then on exit we use the array to save the record. It's not possible ...
por Mike Evans
Lun Jun 09, 2008 3:14 pm
Foro: Xailer English
Tema: Error in doumentation about :goprevcontrol
Respuestas: 1
Vistas: 1179

Error in doumentation about :goprevcontrol

The method is :goprevcontrol but the documantation says :gopreviouscontrol
Brgds,
Mike Evans
por Mike Evans
Mié Jun 04, 2008 10:29 am
Foro: Xailer English
Tema: TMaskedit and array values.
Respuestas: 7
Vistas: 3646

TMaskedit and array values.

On Tue, 3 Jun 2008 21:30:44 +0100, Gejza Horvath wrote:
> What about load a TMaskEdit:Value property into array?
> The Tform object has an aControls array property, which holds the references to all
> controls on the form. Creating a copy from elements of the Tform:aControls where the ...
por Mike Evans
Mar Jun 03, 2008 12:13 pm
Foro: Xailer English
Tema: TMaskedit and array values.
Respuestas: 7
Vistas: 3646

TMaskedit and array values.

We have the following situation. We need to convert a Clipper application
tha uses arrays to load data. The clipper get system uses this array and
then on exit we use the array to save the record. It's not possible to
change this structure because we use the array values to make calculations ...
por Mike Evans
Mar Jun 03, 2008 12:04 pm
Foro: Xailer English
Tema: Auto scroll of TscrollBox if the focused maskeedit is out of the viewable area
Respuestas: 2
Vistas: 1419

Auto scroll of TscrollBox if the focused maskeedit is out of the viewable area

On Sun, 1 Jun 2008 22:14:56 +0200, Jose F. Gimenez wrote:
> Mike,
>
>> We have the following situation. In a window we've added a tScrollbox
>> control. Inside this control we've add to maskedits. The first maskedit is
>> inside the viewable area of the TScrollBox. The second maskedit not ...
por Mike Evans
Vie May 30, 2008 3:51 pm
Foro: Xailer English
Tema: Auto scroll of TscrollBox if the focused maskeedit is out of the viewable area
Respuestas: 2
Vistas: 1419

Auto scroll of TscrollBox if the focused maskeedit is out of the viewable area

We have the following situation. In a window we've added a tScrollbox
control. Inside this control we've add to maskedits. The first maskedit is
inside the viewable area of the TScrollBox. The second maskedit not. When
we run the program the focus goes correctly to the first maskedit but when ...