Based upon the video examples from the Xailer website, I have been using the
TDbfBrowse in my forms, even though I am using datasources and datasets for
the data controls on other parts of the form. Should I be using TDBBrowse
instead? The introduction to datacontrols talks a little about TDBBrowse and
I understand that TDbfBrowse manages a table, while TDBBrowse manages a
dataset and therefore automatically updates any linked datacontrol. I'm
thinking I should have been using TDBBrowse all along even though I my forms
do what they are supposed to do.
Any comments on when to use one or the other control would be appreciated.
TIA,
Gary
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.
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.
TDbfBrowse versus TDBBrowse
-
- Mensajes: 202
- Registrado: Dom Feb 17, 2008 3:35 am
- ignacio
- Site Admin
- Mensajes: 9440
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
TDbfBrowse versus TDBBrowse
Gary,
If you are using DataControls I highly recommend to use TDBBrowse instead of
TDbfBrowse.
Regards,
--
Ignacio Ortiz de Zúñiga
[Soporte Xailer]
[Xailer support]
"Gary S. Rogers" <g.s.rogers@att.net> escribió en el mensaje
news:48e96d0b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Based upon the video examples from the Xailer website, I have been using
> the TDbfBrowse in my forms, even though I am using datasources and
> datasets for the data controls on other parts of the form. Should I be
> using TDBBrowse instead? The introduction to datacontrols talks a little
> about TDBBrowse and I understand that TDbfBrowse manages a table, while
> TDBBrowse manages a dataset and therefore automatically updates any linked
> datacontrol. I'm thinking I should have been using TDBBrowse all along
> even though I my forms do what they are supposed to do.
>
> Any comments on when to use one or the other control would be appreciated.
> TIA,
> Gary
If you are using DataControls I highly recommend to use TDBBrowse instead of
TDbfBrowse.
Regards,
--
Ignacio Ortiz de Zúñiga
[Soporte Xailer]
[Xailer support]
"Gary S. Rogers" <g.s.rogers@att.net> escribió en el mensaje
news:48e96d0b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Based upon the video examples from the Xailer website, I have been using
> the TDbfBrowse in my forms, even though I am using datasources and
> datasets for the data controls on other parts of the form. Should I be
> using TDBBrowse instead? The introduction to datacontrols talks a little
> about TDBBrowse and I understand that TDbfBrowse manages a table, while
> TDBBrowse manages a dataset and therefore automatically updates any linked
> datacontrol. I'm thinking I should have been using TDBBrowse all along
> even though I my forms do what they are supposed to do.
>
> Any comments on when to use one or the other control would be appreciated.
> TIA,
> Gary
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
TDbfBrowse versus TDBBrowse
Gary,
If you are using DataControls I highly recommend to use TDBBrowse instead of
TDbfBrowse.
Regards,
--
Ignacio Ortiz de Zúñiga
[Soporte Xailer]
[Xailer support]
"Gary S. Rogers" <g.s.rogers@att.net> escribió en el mensaje
news:48e96d0b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Based upon the video examples from the Xailer website, I have been using
> the TDbfBrowse in my forms, even though I am using datasources and
> datasets for the data controls on other parts of the form. Should I be
> using TDBBrowse instead? The introduction to datacontrols talks a little
> about TDBBrowse and I understand that TDbfBrowse manages a table, while
> TDBBrowse manages a dataset and therefore automatically updates any linked
> datacontrol. I'm thinking I should have been using TDBBrowse all along
> even though I my forms do what they are supposed to do.
>
> Any comments on when to use one or the other control would be appreciated.
> TIA,
> Gary
If you are using DataControls I highly recommend to use TDBBrowse instead of
TDbfBrowse.
Regards,
--
Ignacio Ortiz de Zúñiga
[Soporte Xailer]
[Xailer support]
"Gary S. Rogers" <g.s.rogers@att.net> escribió en el mensaje
news:48e96d0b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Based upon the video examples from the Xailer website, I have been using
> the TDbfBrowse in my forms, even though I am using datasources and
> datasets for the data controls on other parts of the form. Should I be
> using TDBBrowse instead? The introduction to datacontrols talks a little
> about TDBBrowse and I understand that TDbfBrowse manages a table, while
> TDBBrowse manages a dataset and therefore automatically updates any linked
> datacontrol. I'm thinking I should have been using TDBBrowse all along
> even though I my forms do what they are supposed to do.
>
> Any comments on when to use one or the other control would be appreciated.
> TIA,
> Gary
-
- Mensajes: 202
- Registrado: Dom Feb 17, 2008 3:35 am
TDbfBrowse versus TDBBrowse
Ignacio,
I'm struggling to learn how to get TDBBrowse to work. I see that there is a
Property oDataSet that I set and that each column has an oDataField
Property. I assume that oDataField is a valid field name in the referenced
oDataSet so that if I have an oDataSet that is linked to CAFEEGRP.DBF and
there is a field in CAFEEGRP.DBF named "Module", then the oDataField
Property for a column of this oDBBrowse object could be simply "Module". Is
this correct? I ask because that is the way I have it set up and the
TDBBrowse object is not displaying anything.
To recap:
(1) I have an oDataSetFeeGroups linked to CAFEEGRP.DBF
(2) I have an oDBBrowseFeeGroups linked to oDataSetFeeGroups
(3) In that oDBBrowseFeeGroups object, column 1 has an oDataField of
"Module"
When I compile and run this form, nothing displays in the browse. What am I
missing?
TIA,
Gary
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
news:48e9cf62$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Gary,
>
> If you are using DataControls I highly recommend to use TDBBrowse instead
> of TDbfBrowse.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> [Soporte Xailer]
> [Xailer support]
>
>
> "Gary S. Rogers" <g.s.rogers@att.net> escribió en el mensaje
> news:48e96d0b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Based upon the video examples from the Xailer website, I have been using
>> the TDbfBrowse in my forms, even though I am using datasources and
>> datasets for the data controls on other parts of the form. Should I be
>> using TDBBrowse instead? The introduction to datacontrols talks a little
>> about TDBBrowse and I understand that TDbfBrowse manages a table, while
>> TDBBrowse manages a dataset and therefore automatically updates any
>> linked datacontrol. I'm thinking I should have been using TDBBrowse all
>> along even though I my forms do what they are supposed to do.
>>
>> Any comments on when to use one or the other control would be
>> appreciated.
>> TIA,
>> Gary
>
>
I'm struggling to learn how to get TDBBrowse to work. I see that there is a
Property oDataSet that I set and that each column has an oDataField
Property. I assume that oDataField is a valid field name in the referenced
oDataSet so that if I have an oDataSet that is linked to CAFEEGRP.DBF and
there is a field in CAFEEGRP.DBF named "Module", then the oDataField
Property for a column of this oDBBrowse object could be simply "Module". Is
this correct? I ask because that is the way I have it set up and the
TDBBrowse object is not displaying anything.
To recap:
(1) I have an oDataSetFeeGroups linked to CAFEEGRP.DBF
(2) I have an oDBBrowseFeeGroups linked to oDataSetFeeGroups
(3) In that oDBBrowseFeeGroups object, column 1 has an oDataField of
"Module"
When I compile and run this form, nothing displays in the browse. What am I
missing?
TIA,
Gary
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
news:48e9cf62$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Gary,
>
> If you are using DataControls I highly recommend to use TDBBrowse instead
> of TDbfBrowse.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> [Soporte Xailer]
> [Xailer support]
>
>
> "Gary S. Rogers" <g.s.rogers@att.net> escribió en el mensaje
> news:48e96d0b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Based upon the video examples from the Xailer website, I have been using
>> the TDbfBrowse in my forms, even though I am using datasources and
>> datasets for the data controls on other parts of the form. Should I be
>> using TDBBrowse instead? The introduction to datacontrols talks a little
>> about TDBBrowse and I understand that TDbfBrowse manages a table, while
>> TDBBrowse manages a dataset and therefore automatically updates any
>> linked datacontrol. I'm thinking I should have been using TDBBrowse all
>> along even though I my forms do what they are supposed to do.
>>
>> Any comments on when to use one or the other control would be
>> appreciated.
>> TIA,
>> Gary
>
>
-
- Mensajes: 202
- Registrado: Dom Feb 17, 2008 3:35 am
TDbfBrowse versus TDBBrowse
Ignacio,
I'm struggling to learn how to get TDBBrowse to work. I see that there is a
Property oDataSet that I set and that each column has an oDataField
Property. I assume that oDataField is a valid field name in the referenced
oDataSet so that if I have an oDataSet that is linked to CAFEEGRP.DBF and
there is a field in CAFEEGRP.DBF named "Module", then the oDataField
Property for a column of this oDBBrowse object could be simply "Module". Is
this correct? I ask because that is the way I have it set up and the
TDBBrowse object is not displaying anything.
To recap:
(1) I have an oDataSetFeeGroups linked to CAFEEGRP.DBF
(2) I have an oDBBrowseFeeGroups linked to oDataSetFeeGroups
(3) In that oDBBrowseFeeGroups object, column 1 has an oDataField of
"Module"
When I compile and run this form, nothing displays in the browse. What am I
missing?
TIA,
Gary
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
news:48e9cf62$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Gary,
>
> If you are using DataControls I highly recommend to use TDBBrowse instead
> of TDbfBrowse.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> [Soporte Xailer]
> [Xailer support]
>
>
> "Gary S. Rogers" <g.s.rogers@att.net> escribió en el mensaje
> news:48e96d0b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Based upon the video examples from the Xailer website, I have been using
>> the TDbfBrowse in my forms, even though I am using datasources and
>> datasets for the data controls on other parts of the form. Should I be
>> using TDBBrowse instead? The introduction to datacontrols talks a little
>> about TDBBrowse and I understand that TDbfBrowse manages a table, while
>> TDBBrowse manages a dataset and therefore automatically updates any
>> linked datacontrol. I'm thinking I should have been using TDBBrowse all
>> along even though I my forms do what they are supposed to do.
>>
>> Any comments on when to use one or the other control would be
>> appreciated.
>> TIA,
>> Gary
>
>
I'm struggling to learn how to get TDBBrowse to work. I see that there is a
Property oDataSet that I set and that each column has an oDataField
Property. I assume that oDataField is a valid field name in the referenced
oDataSet so that if I have an oDataSet that is linked to CAFEEGRP.DBF and
there is a field in CAFEEGRP.DBF named "Module", then the oDataField
Property for a column of this oDBBrowse object could be simply "Module". Is
this correct? I ask because that is the way I have it set up and the
TDBBrowse object is not displaying anything.
To recap:
(1) I have an oDataSetFeeGroups linked to CAFEEGRP.DBF
(2) I have an oDBBrowseFeeGroups linked to oDataSetFeeGroups
(3) In that oDBBrowseFeeGroups object, column 1 has an oDataField of
"Module"
When I compile and run this form, nothing displays in the browse. What am I
missing?
TIA,
Gary
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
news:48e9cf62$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Gary,
>
> If you are using DataControls I highly recommend to use TDBBrowse instead
> of TDbfBrowse.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> [Soporte Xailer]
> [Xailer support]
>
>
> "Gary S. Rogers" <g.s.rogers@att.net> escribió en el mensaje
> news:48e96d0b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Based upon the video examples from the Xailer website, I have been using
>> the TDbfBrowse in my forms, even though I am using datasources and
>> datasets for the data controls on other parts of the form. Should I be
>> using TDBBrowse instead? The introduction to datacontrols talks a little
>> about TDBBrowse and I understand that TDbfBrowse manages a table, while
>> TDBBrowse manages a dataset and therefore automatically updates any
>> linked datacontrol. I'm thinking I should have been using TDBBrowse all
>> along even though I my forms do what they are supposed to do.
>>
>> Any comments on when to use one or the other control would be
>> appreciated.
>> TIA,
>> Gary
>
>
-
- Mensajes: 202
- Registrado: Dom Feb 17, 2008 3:35 am
TDbfBrowse versus TDBBrowse
Disregard the last message. I had no test data in the table. Sorry.
Gary
"Gary S. Rogers" <g.s.rogers@att.net> wrote in message
news:48ea679b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Ignacio,
>
> I'm struggling to learn how to get TDBBrowse to work. I see that there is
> a Property oDataSet that I set and that each column has an oDataField
> Property. I assume that oDataField is a valid field name in the referenced
> oDataSet so that if I have an oDataSet that is linked to CAFEEGRP.DBF and
> there is a field in CAFEEGRP.DBF named "Module", then the oDataField
> Property for a column of this oDBBrowse object could be simply "Module".
> Is this correct? I ask because that is the way I have it set up and the
> TDBBrowse object is not displaying anything.
>
> To recap:
> (1) I have an oDataSetFeeGroups linked to CAFEEGRP.DBF
> (2) I have an oDBBrowseFeeGroups linked to oDataSetFeeGroups
> (3) In that oDBBrowseFeeGroups object, column 1 has an oDataField of
> "Module"
>
> When I compile and run this form, nothing displays in the browse. What am
> I missing?
>
> TIA,
> Gary
>
> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
> news:48e9cf62$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Gary,
>>
>> If you are using DataControls I highly recommend to use TDBBrowse instead
>> of TDbfBrowse.
>>
>> Regards,
>>
>> --
>> Ignacio Ortiz de Zúñiga
>> [Soporte Xailer]
>> [Xailer support]
>>
>>
>> "Gary S. Rogers" <g.s.rogers@att.net> escribió en el mensaje
>> news:48e96d0b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>> Based upon the video examples from the Xailer website, I have been using
>>> the TDbfBrowse in my forms, even though I am using datasources and
>>> datasets for the data controls on other parts of the form. Should I be
>>> using TDBBrowse instead? The introduction to datacontrols talks a little
>>> about TDBBrowse and I understand that TDbfBrowse manages a table, while
>>> TDBBrowse manages a dataset and therefore automatically updates any
>>> linked datacontrol. I'm thinking I should have been using TDBBrowse all
>>> along even though I my forms do what they are supposed to do.
>>>
>>> Any comments on when to use one or the other control would be
>>> appreciated.
>>> TIA,
>>> Gary
>>
>>
>
Gary
"Gary S. Rogers" <g.s.rogers@att.net> wrote in message
news:48ea679b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Ignacio,
>
> I'm struggling to learn how to get TDBBrowse to work. I see that there is
> a Property oDataSet that I set and that each column has an oDataField
> Property. I assume that oDataField is a valid field name in the referenced
> oDataSet so that if I have an oDataSet that is linked to CAFEEGRP.DBF and
> there is a field in CAFEEGRP.DBF named "Module", then the oDataField
> Property for a column of this oDBBrowse object could be simply "Module".
> Is this correct? I ask because that is the way I have it set up and the
> TDBBrowse object is not displaying anything.
>
> To recap:
> (1) I have an oDataSetFeeGroups linked to CAFEEGRP.DBF
> (2) I have an oDBBrowseFeeGroups linked to oDataSetFeeGroups
> (3) In that oDBBrowseFeeGroups object, column 1 has an oDataField of
> "Module"
>
> When I compile and run this form, nothing displays in the browse. What am
> I missing?
>
> TIA,
> Gary
>
> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
> news:48e9cf62$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Gary,
>>
>> If you are using DataControls I highly recommend to use TDBBrowse instead
>> of TDbfBrowse.
>>
>> Regards,
>>
>> --
>> Ignacio Ortiz de Zúñiga
>> [Soporte Xailer]
>> [Xailer support]
>>
>>
>> "Gary S. Rogers" <g.s.rogers@att.net> escribió en el mensaje
>> news:48e96d0b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>> Based upon the video examples from the Xailer website, I have been using
>>> the TDbfBrowse in my forms, even though I am using datasources and
>>> datasets for the data controls on other parts of the form. Should I be
>>> using TDBBrowse instead? The introduction to datacontrols talks a little
>>> about TDBBrowse and I understand that TDbfBrowse manages a table, while
>>> TDBBrowse manages a dataset and therefore automatically updates any
>>> linked datacontrol. I'm thinking I should have been using TDBBrowse all
>>> along even though I my forms do what they are supposed to do.
>>>
>>> Any comments on when to use one or the other control would be
>>> appreciated.
>>> TIA,
>>> Gary
>>
>>
>
-
- Mensajes: 202
- Registrado: Dom Feb 17, 2008 3:35 am
TDbfBrowse versus TDBBrowse
Disregard the last message. I had no test data in the table. Sorry.
Gary
"Gary S. Rogers" <g.s.rogers@att.net> wrote in message
news:48ea679b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Ignacio,
>
> I'm struggling to learn how to get TDBBrowse to work. I see that there is
> a Property oDataSet that I set and that each column has an oDataField
> Property. I assume that oDataField is a valid field name in the referenced
> oDataSet so that if I have an oDataSet that is linked to CAFEEGRP.DBF and
> there is a field in CAFEEGRP.DBF named "Module", then the oDataField
> Property for a column of this oDBBrowse object could be simply "Module".
> Is this correct? I ask because that is the way I have it set up and the
> TDBBrowse object is not displaying anything.
>
> To recap:
> (1) I have an oDataSetFeeGroups linked to CAFEEGRP.DBF
> (2) I have an oDBBrowseFeeGroups linked to oDataSetFeeGroups
> (3) In that oDBBrowseFeeGroups object, column 1 has an oDataField of
> "Module"
>
> When I compile and run this form, nothing displays in the browse. What am
> I missing?
>
> TIA,
> Gary
>
> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
> news:48e9cf62$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Gary,
>>
>> If you are using DataControls I highly recommend to use TDBBrowse instead
>> of TDbfBrowse.
>>
>> Regards,
>>
>> --
>> Ignacio Ortiz de Zúñiga
>> [Soporte Xailer]
>> [Xailer support]
>>
>>
>> "Gary S. Rogers" <g.s.rogers@att.net> escribió en el mensaje
>> news:48e96d0b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>> Based upon the video examples from the Xailer website, I have been using
>>> the TDbfBrowse in my forms, even though I am using datasources and
>>> datasets for the data controls on other parts of the form. Should I be
>>> using TDBBrowse instead? The introduction to datacontrols talks a little
>>> about TDBBrowse and I understand that TDbfBrowse manages a table, while
>>> TDBBrowse manages a dataset and therefore automatically updates any
>>> linked datacontrol. I'm thinking I should have been using TDBBrowse all
>>> along even though I my forms do what they are supposed to do.
>>>
>>> Any comments on when to use one or the other control would be
>>> appreciated.
>>> TIA,
>>> Gary
>>
>>
>
Gary
"Gary S. Rogers" <g.s.rogers@att.net> wrote in message
news:48ea679b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Ignacio,
>
> I'm struggling to learn how to get TDBBrowse to work. I see that there is
> a Property oDataSet that I set and that each column has an oDataField
> Property. I assume that oDataField is a valid field name in the referenced
> oDataSet so that if I have an oDataSet that is linked to CAFEEGRP.DBF and
> there is a field in CAFEEGRP.DBF named "Module", then the oDataField
> Property for a column of this oDBBrowse object could be simply "Module".
> Is this correct? I ask because that is the way I have it set up and the
> TDBBrowse object is not displaying anything.
>
> To recap:
> (1) I have an oDataSetFeeGroups linked to CAFEEGRP.DBF
> (2) I have an oDBBrowseFeeGroups linked to oDataSetFeeGroups
> (3) In that oDBBrowseFeeGroups object, column 1 has an oDataField of
> "Module"
>
> When I compile and run this form, nothing displays in the browse. What am
> I missing?
>
> TIA,
> Gary
>
> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
> news:48e9cf62$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Gary,
>>
>> If you are using DataControls I highly recommend to use TDBBrowse instead
>> of TDbfBrowse.
>>
>> Regards,
>>
>> --
>> Ignacio Ortiz de Zúñiga
>> [Soporte Xailer]
>> [Xailer support]
>>
>>
>> "Gary S. Rogers" <g.s.rogers@att.net> escribió en el mensaje
>> news:48e96d0b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>> Based upon the video examples from the Xailer website, I have been using
>>> the TDbfBrowse in my forms, even though I am using datasources and
>>> datasets for the data controls on other parts of the form. Should I be
>>> using TDBBrowse instead? The introduction to datacontrols talks a little
>>> about TDBBrowse and I understand that TDbfBrowse manages a table, while
>>> TDBBrowse manages a dataset and therefore automatically updates any
>>> linked datacontrol. I'm thinking I should have been using TDBBrowse all
>>> along even though I my forms do what they are supposed to do.
>>>
>>> Any comments on when to use one or the other control would be
>>> appreciated.
>>> TIA,
>>> Gary
>>
>>
>