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.

nEditType of TBrwColumn

Xailer professional forum in English
Responder
david fung
Mensajes: 257
Registrado: Mié Jul 19, 2006 8:48 am

nEditType of TBrwColumn

Mensaje por david fung »

One request.
Is it possible to add a type beSKIP which will prevent "cursor" to rest
on a column ?
Or there is a way get this behaviour already ?
Regards,
David
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9469
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

nEditType of TBrwColumn

Mensaje por ignacio »

David,
On what property?
In edit mode or always?
In read only mode check the event OnChange, while editing check the event
OnEdit.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"david fung" <davfung@yahoo.com> escribió en el mensaje
news:45e05a4c$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
> One request.
>
> Is it possible to add a type beSKIP which will prevent "cursor" to rest on
> a column ?
>
> Or there is a way get this behaviour already ?
>
> Regards,
> David
>
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

nEditType of TBrwColumn

Mensaje por NoName »

David,
On what property?
In edit mode or always?
In read only mode check the event OnChange, while editing check the event
OnEdit.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"david fung" <davfung@yahoo.com> escribió en el mensaje
news:45e05a4c$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
> One request.
>
> Is it possible to add a type beSKIP which will prevent "cursor" to rest on
> a column ?
>
> Or there is a way get this behaviour already ?
>
> Regards,
> David
>
david fung
Mensajes: 257
Registrado: Mié Jul 19, 2006 8:48 am

nEditType of TBrwColumn

Mensaje por david fung »

for TBrwColumn Object type
"nEditType" property, it currently has beNONE, beGET, beGET_BUTTON,
beGET_LISTBOX, be_BUTTON, be_LISTBOX (6 types)
I just wonder a 7th type beSKIP be added so to prevent "cursor" to rest
on this column.
Regards,
David
Ignacio Ortiz de Zúñiga wrote:
> David,
>
> On what property?
> In edit mode or always?
>
> In read only mode check the event OnChange, while editing check the event
> OnEdit.
>
> Regards,
>
david fung
Mensajes: 257
Registrado: Mié Jul 19, 2006 8:48 am

nEditType of TBrwColumn

Mensaje por david fung »

for TBrwColumn Object type
"nEditType" property, it currently has beNONE, beGET, beGET_BUTTON,
beGET_LISTBOX, be_BUTTON, be_LISTBOX (6 types)
I just wonder a 7th type beSKIP be added so to prevent "cursor" to rest
on this column.
Regards,
David
Ignacio Ortiz de Zúñiga wrote:
> David,
>
> On what property?
> In edit mode or always?
>
> In read only mode check the event OnChange, while editing check the event
> OnEdit.
>
> Regards,
>
david fung
Mensajes: 257
Registrado: Mié Jul 19, 2006 8:48 am

nEditType of TBrwColumn

Mensaje por david fung »

the beSKIP that I suggested behave the same as beNONE except this column
will not be highlighted during both edit mode or not.
Regards,
David
david fung wrote:
> for TBrwColumn Object type
> "nEditType" property, it currently has beNONE, beGET, beGET_BUTTON,
> beGET_LISTBOX, be_BUTTON, be_LISTBOX (6 types)
>
> I just wonder a 7th type beSKIP be added so to prevent "cursor" to rest
> on this column.
>
> Regards,
> David
>
>
>
>
> Ignacio Ortiz de Zúñiga wrote:
>> David,
>>
>> On what property?
>> In edit mode or always?
>>
>> In read only mode check the event OnChange, while editing check the
>> event OnEdit.
>>
>> Regards,
>>
david fung
Mensajes: 257
Registrado: Mié Jul 19, 2006 8:48 am

nEditType of TBrwColumn

Mensaje por david fung »

the beSKIP that I suggested behave the same as beNONE except this column
will not be highlighted during both edit mode or not.
Regards,
David
david fung wrote:
> for TBrwColumn Object type
> "nEditType" property, it currently has beNONE, beGET, beGET_BUTTON,
> beGET_LISTBOX, be_BUTTON, be_LISTBOX (6 types)
>
> I just wonder a 7th type beSKIP be added so to prevent "cursor" to rest
> on this column.
>
> Regards,
> David
>
>
>
>
> Ignacio Ortiz de Zúñiga wrote:
>> David,
>>
>> On what property?
>> In edit mode or always?
>>
>> In read only mode check the event OnChange, while editing check the
>> event OnEdit.
>>
>> Regards,
>>
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9469
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

nEditType of TBrwColumn

Mensaje por ignacio »

David,
I suggest you trap de OnDrawCell event for that, in case you use a line
marquee style and the OnChange event to move to next or previous column. I
am afraid you proposal is not common, and it can provoke serious
incompatiblities issues with current implementation. Sorry.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"david fung" <davfung@yahoo.com> escribió en el mensaje
news:[email=45e37fca@news.xailer.com...]45e37fca@news.xailer.com...[/email]
> the beSKIP that I suggested behave the same as beNONE except this column
> will not be highlighted during both edit mode or not.
>
> Regards,
> David
>
>
>
> david fung wrote:
>> for TBrwColumn Object type
>> "nEditType" property, it currently has beNONE, beGET, beGET_BUTTON,
>> beGET_LISTBOX, be_BUTTON, be_LISTBOX (6 types)
>>
>> I just wonder a 7th type beSKIP be added so to prevent "cursor" to rest
>> on this column.
>>
>> Regards,
>> David
>>
>>
>>
>>
>> Ignacio Ortiz de Zúñiga wrote:
>>> David,
>>>
>>> On what property?
>>> In edit mode or always?
>>>
>>> In read only mode check the event OnChange, while editing check the
>>> event OnEdit.
>>>
>>> Regards,
>>>
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

nEditType of TBrwColumn

Mensaje por NoName »

David,
I suggest you trap de OnDrawCell event for that, in case you use a line
marquee style and the OnChange event to move to next or previous column. I
am afraid you proposal is not common, and it can provoke serious
incompatiblities issues with current implementation. Sorry.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"david fung" <davfung@yahoo.com> escribió en el mensaje
news:[email=45e37fca@news.xailer.com...]45e37fca@news.xailer.com...[/email]
> the beSKIP that I suggested behave the same as beNONE except this column
> will not be highlighted during both edit mode or not.
>
> Regards,
> David
>
>
>
> david fung wrote:
>> for TBrwColumn Object type
>> "nEditType" property, it currently has beNONE, beGET, beGET_BUTTON,
>> beGET_LISTBOX, be_BUTTON, be_LISTBOX (6 types)
>>
>> I just wonder a 7th type beSKIP be added so to prevent "cursor" to rest
>> on this column.
>>
>> Regards,
>> David
>>
>>
>>
>>
>> Ignacio Ortiz de Zúñiga wrote:
>>> David,
>>>
>>> On what property?
>>> In edit mode or always?
>>>
>>> In read only mode check the event OnChange, while editing check the
>>> event OnEdit.
>>>
>>> Regards,
>>>
david fung
Mensajes: 257
Registrado: Mié Jul 19, 2006 8:48 am

nEditType of TBrwColumn

Mensaje por david fung »

Thank you for your reply.
I have no idea whether an implementation is feasible.
But like in an invoice entry program. In the invoice detail section,
after user had entered the item code, the next column should display the
description of the item. What I suggest is to have a way to skip this
description column so user can go on to the next column (say No. of
units purchased).
Attach is a capture from DBFData6 Sample application. The price column
is not editable, but the "cursor" do rest on this column (during non
:EDIT() mode), can it be skipped automatically like it does in :Edit() mode.
If not possible, it is OK. I just want to make the point clear, that's
all. Thanks
Regards,
David
Ignacio Ortiz de Zúñiga wrote:
> David,
>
> I suggest you trap de OnDrawCell event for that, in case you use a line
> marquee style and the OnChange event to move to next or previous column. I
> am afraid you proposal is not common, and it can provoke serious
> incompatiblities issues with current implementation. Sorry.
>
> Regards,
>
--
david fung
Mensajes: 257
Registrado: Mié Jul 19, 2006 8:48 am

nEditType of TBrwColumn

Mensaje por david fung »

Thank you for your reply.
I have no idea whether an implementation is feasible.
But like in an invoice entry program. In the invoice detail section,
after user had entered the item code, the next column should display the
description of the item. What I suggest is to have a way to skip this
description column so user can go on to the next column (say No. of
units purchased).
Attach is a capture from DBFData6 Sample application. The price column
is not editable, but the "cursor" do rest on this column (during non
:EDIT() mode), can it be skipped automatically like it does in :Edit() mode.
If not possible, it is OK. I just want to make the point clear, that's
all. Thanks
Regards,
David
Ignacio Ortiz de Zúñiga wrote:
> David,
>
> I suggest you trap de OnDrawCell event for that, in case you use a line
> marquee style and the OnChange event to move to next or previous column. I
> am afraid you proposal is not common, and it can provoke serious
> incompatiblities issues with current implementation. Sorry.
>
> Regards,
>
--
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9469
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

nEditType of TBrwColumn

Mensaje por ignacio »

David,
>>What I suggest is to have a way to skip this description column
oColumn:nEditType := beNONE
> Attach is a capture from DBFData6 Sample application. The price column
> is not editable, but the "cursor" do rest on this column (during non
> :EDIT() mode), can it be skipped automatically like it does in :Edit()
> mode.
I am afraid not straight forward, but it can be done trapping the OnChange
event and with a liitle work on your side.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"david fung" <davfung@yahoo.com> escribió en el mensaje
news:[email=45e3f70f@news.xailer.com...]45e3f70f@news.xailer.com...[/email]
> Thank you for your reply.
>
> I have no idea whether an implementation is feasible.
>
>
> But like in an invoice entry program. In the invoice detail section,
> after user had entered the item code, the next column should display the
> description of the item. What I suggest is to have a way to skip this
> description column so user can go on to the next column (say No. of
> units purchased).
>
> Attach is a capture from DBFData6 Sample application. The price column
> is not editable, but the "cursor" do rest on this column (during non
> :EDIT() mode), can it be skipped automatically like it does in :Edit()
> mode.
>
> If not possible, it is OK. I just want to make the point clear, that's
> all. Thanks
>
> Regards,
> David
>
>
>
> Ignacio Ortiz de Zúñiga wrote:
>> David,
>>
>> I suggest you trap de OnDrawCell event for that, in case you use a line
>> marquee style and the OnChange event to move to next or previous column.
>> I
>> am afraid you proposal is not common, and it can provoke serious
>> incompatiblities issues with current implementation. Sorry.
>>
>> Regards,
>>
>
>
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

nEditType of TBrwColumn

Mensaje por NoName »

David,
>>What I suggest is to have a way to skip this description column
oColumn:nEditType := beNONE
> Attach is a capture from DBFData6 Sample application. The price column
> is not editable, but the "cursor" do rest on this column (during non
> :EDIT() mode), can it be skipped automatically like it does in :Edit()
> mode.
I am afraid not straight forward, but it can be done trapping the OnChange
event and with a liitle work on your side.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"david fung" <davfung@yahoo.com> escribió en el mensaje
news:[email=45e3f70f@news.xailer.com...]45e3f70f@news.xailer.com...[/email]
> Thank you for your reply.
>
> I have no idea whether an implementation is feasible.
>
>
> But like in an invoice entry program. In the invoice detail section,
> after user had entered the item code, the next column should display the
> description of the item. What I suggest is to have a way to skip this
> description column so user can go on to the next column (say No. of
> units purchased).
>
> Attach is a capture from DBFData6 Sample application. The price column
> is not editable, but the "cursor" do rest on this column (during non
> :EDIT() mode), can it be skipped automatically like it does in :Edit()
> mode.
>
> If not possible, it is OK. I just want to make the point clear, that's
> all. Thanks
>
> Regards,
> David
>
>
>
> Ignacio Ortiz de Zúñiga wrote:
>> David,
>>
>> I suggest you trap de OnDrawCell event for that, in case you use a line
>> marquee style and the OnChange event to move to next or previous column.
>> I
>> am afraid you proposal is not common, and it can provoke serious
>> incompatiblities issues with current implementation. Sorry.
>>
>> Regards,
>>
>
>
Responder