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.

Multiple edit in DBFBrowse

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

Multiple edit in DBFBrowse

Mensaje por Oleg »

Hi all!
I have an oDBFBrowse with 4 columns. The columns have the following
:nEditType:
1 - beGET, 2 - beGET, 3 - beNONE, 4 - beGET. I call oDBFBrowse:Edit() to do
multiple edit of all columns.
When I am at the column 2 and press Tab or Enter to skip to the next
editable column (column 4), the cursor does not skip.
Is this correct? How to workaround this?
Regards, Oleg
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9469
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Multiple edit in DBFBrowse

Mensaje por ignacio »

Oleg,
Is not correct. Is column 4 completely visible? Check it please. If it is,
please tell us wich Xailer sample may be used to test the problem. TIA.
Regards,
--
Ignacio Ortiz de Zúñiga
[Soporte Xailer]
[Xailer support]
"Oleg" <info@cluster.samara.ru> escribió en el mensaje
news:[email=48ae5893@ozsrv2.ozlan.local...]48ae5893@ozsrv2.ozlan.local...[/email]
> Hi all!
>
> I have an oDBFBrowse with 4 columns. The columns have the following
> :nEditType:
> 1 - beGET, 2 - beGET, 3 - beNONE, 4 - beGET. I call oDBFBrowse:Edit() to
> do multiple edit of all columns.
> When I am at the column 2 and press Tab or Enter to skip to the next
> editable column (column 4), the cursor does not skip.
>
> Is this correct? How to workaround 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

Multiple edit in DBFBrowse

Mensaje por NoName »

Oleg,
Is not correct. Is column 4 completely visible? Check it please. If it is,
please tell us wich Xailer sample may be used to test the problem. TIA.
Regards,
--
Ignacio Ortiz de Zúñiga
[Soporte Xailer]
[Xailer support]
"Oleg" <info@cluster.samara.ru> escribió en el mensaje
news:[email=48ae5893@ozsrv2.ozlan.local...]48ae5893@ozsrv2.ozlan.local...[/email]
> Hi all!
>
> I have an oDBFBrowse with 4 columns. The columns have the following
> :nEditType:
> 1 - beGET, 2 - beGET, 3 - beNONE, 4 - beGET. I call oDBFBrowse:Edit() to
> do multiple edit of all columns.
> When I am at the column 2 and press Tab or Enter to skip to the next
> editable column (column 4), the cursor does not skip.
>
> Is this correct? How to workaround this?
>
> Regards, Oleg
>
Ingo JH
Mensajes: 358
Registrado: Lun Dic 10, 2007 5:10 pm

Multiple edit in DBFBrowse

Mensaje por Ingo JH »

Oleg,
I can't confirm it. I tried it with the BrwEdit-sample by disableing the
third column. It works perfectly. The cursor jumps over the third column to
the fourth oGridEdit as it should.
Regards
ingo
"Oleg" <info@cluster.samara.ru> schrieb im Newsbeitrag
news:[email=48ae5893@ozsrv2.ozlan.local...]48ae5893@ozsrv2.ozlan.local...[/email]
> Hi all!
>
> I have an oDBFBrowse with 4 columns. The columns have the following
> :nEditType:
> 1 - beGET, 2 - beGET, 3 - beNONE, 4 - beGET. I call oDBFBrowse:Edit() to
> do multiple edit of all columns.
> When I am at the column 2 and press Tab or Enter to skip to the next
> editable column (column 4), the cursor does not skip.
>
> Is this correct? How to workaround this?
>
> Regards, Oleg
>
Ingo JH
Mensajes: 358
Registrado: Lun Dic 10, 2007 5:10 pm

Multiple edit in DBFBrowse

Mensaje por Ingo JH »

Oleg,
I can't confirm it. I tried it with the BrwEdit-sample by disableing the
third column. It works perfectly. The cursor jumps over the third column to
the fourth oGridEdit as it should.
Regards
ingo
"Oleg" <info@cluster.samara.ru> schrieb im Newsbeitrag
news:[email=48ae5893@ozsrv2.ozlan.local...]48ae5893@ozsrv2.ozlan.local...[/email]
> Hi all!
>
> I have an oDBFBrowse with 4 columns. The columns have the following
> :nEditType:
> 1 - beGET, 2 - beGET, 3 - beNONE, 4 - beGET. I call oDBFBrowse:Edit() to
> do multiple edit of all columns.
> When I am at the column 2 and press Tab or Enter to skip to the next
> editable column (column 4), the cursor does not skip.
>
> Is this correct? How to workaround this?
>
> Regards, Oleg
>
Oleg
Mensajes: 474
Registrado: Mié Jun 07, 2006 3:45 pm

Multiple edit in DBFBrowse

Mensaje por Oleg »

Ignacio, Ingo!
I solve my problem, it seems that it was my fault.
It is strange enough that with oBrw:Edit I can edit not all but only visible
columns. For example if I have 5 columns, 3 of them are visible, and third
column's nEditType is beNONE,
then editing process is stopped at second column. But if a very small part
(several pixels) of fourth column is visible, the editing is not stopped.
Is it possible to enhance TBrowse:Edit/TBrowse:Append to edit all columns
(not only visible)?
Regards, Oleg
Oleg
Mensajes: 474
Registrado: Mié Jun 07, 2006 3:45 pm

Multiple edit in DBFBrowse

Mensaje por Oleg »

Ignacio, Ingo!
I solve my problem, it seems that it was my fault.
It is strange enough that with oBrw:Edit I can edit not all but only visible
columns. For example if I have 5 columns, 3 of them are visible, and third
column's nEditType is beNONE,
then editing process is stopped at second column. But if a very small part
(several pixels) of fourth column is visible, the editing is not stopped.
Is it possible to enhance TBrowse:Edit/TBrowse:Append to edit all columns
(not only visible)?
Regards, Oleg
Oleg
Mensajes: 474
Registrado: Mié Jun 07, 2006 3:45 pm

Multiple edit in DBFBrowse

Mensaje por Oleg »

Ignacio, Jose!
> Is it possible to enhance TBrowse:Edit/TBrowse:Append to edit all columns
> (not only visible)?
Can you answer?
Regards, Oleg
Oleg
Mensajes: 474
Registrado: Mié Jun 07, 2006 3:45 pm

Multiple edit in DBFBrowse

Mensaje por Oleg »

Ignacio, Jose!
> Is it possible to enhance TBrowse:Edit/TBrowse:Append to edit all columns
> (not only visible)?
Can you answer?
Regards, Oleg
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9469
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Multiple edit in DBFBrowse

Mensaje por ignacio »

Oleg,
It could be possible to do it, but I do not like it too much since the only
way to do it is forzing the visibility of the column which receives focus,
that can be fine in some circunstances, like in Excel files, but is not used
oftenly in management applications. BTW this enhancement requieres a lot of
work.
So, I can say that in the short term we will not include that enhancement.
Sorry.
Regards,
--
Ignacio Ortiz de Zúñiga
[Xailer support]
"Oleg" <info@cluster.samara.ru> escribió en el mensaje
news:48b62d77$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Ignacio, Jose!
>
>> Is it possible to enhance TBrowse:Edit/TBrowse:Append to edit all columns
>> (not only visible)?
>
> Can you answer?
>
> Regards, Oleg
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9469
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Multiple edit in DBFBrowse

Mensaje por ignacio »

Oleg,
It could be possible to do it, but I do not like it too much since the only
way to do it is forzing the visibility of the column which receives focus,
that can be fine in some circunstances, like in Excel files, but is not used
oftenly in management applications. BTW this enhancement requieres a lot of
work.
So, I can say that in the short term we will not include that enhancement.
Sorry.
Regards,
--
Ignacio Ortiz de Zúñiga
[Xailer support]
"Oleg" <info@cluster.samara.ru> escribió en el mensaje
news:48b62d77$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Ignacio, Jose!
>
>> Is it possible to enhance TBrowse:Edit/TBrowse:Append to edit all columns
>> (not only visible)?
>
> Can you answer?
>
> Regards, Oleg
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Oleg
Mensajes: 474
Registrado: Mié Jun 07, 2006 3:45 pm

Multiple edit in DBFBrowse

Mensaje por Oleg »

Ignacio!
> So, I can say that in the short term we will not include that enhancement.
> Sorry.
Ok, I will do it in some other way.
Regards, Oleg
Oleg
Mensajes: 474
Registrado: Mié Jun 07, 2006 3:45 pm

Multiple edit in DBFBrowse

Mensaje por Oleg »

Ignacio!
> So, I can say that in the short term we will not include that enhancement.
> Sorry.
Ok, I will do it in some other way.
Regards, Oleg
Responder