Página 1 de 1

TDBComboBox

Publicado: Vie Oct 20, 2006 5:47 pm
por Ingo Junge-Herrmann
Ignacio,
TDBComboBox with dropdown-style.
Typing a char into the control's editcontrol sets TDBComboBox:oDataField:lModified
to .T.
Selecting a item from the dropdownlist doesn't affect oDataField:lModified.
Isn't it so that the 'buffer' will be modified in both cases?
Why lModified isn't set to .T. in the second case?
Regards
Ingo

TDBComboBox

Publicado: Lun Oct 23, 2006 10:03 am
por ignacio
Ingo,
Here is working correctly. Please send a small sample.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0.11[/email]> escribió en el mensaje
news:4538ef83$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
>
> Ignacio,
>
> TDBComboBox with dropdown-style.
> Typing a char into the control's editcontrol sets
> TDBComboBox:oDataField:lModified
> to .T.
> Selecting a item from the dropdownlist doesn't affect
> oDataField:lModified.
>
> Isn't it so that the 'buffer' will be modified in both cases?
> Why lModified isn't set to .T. in the second case?
>
> Regards
>
> Ingo
>

TDBComboBox

Publicado: Lun Oct 23, 2006 10:03 am
por NoName
Ingo,
Here is working correctly. Please send a small sample.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0.11[/email]> escribió en el mensaje
news:4538ef83$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
>
> Ignacio,
>
> TDBComboBox with dropdown-style.
> Typing a char into the control's editcontrol sets
> TDBComboBox:oDataField:lModified
> to .T.
> Selecting a item from the dropdownlist doesn't affect
> oDataField:lModified.
>
> Isn't it so that the 'buffer' will be modified in both cases?
> Why lModified isn't set to .T. in the second case?
>
> Regards
>
> Ingo
>

TDBComboBox

Publicado: Lun Oct 23, 2006 11:16 am
por Ingo Junge-Herrmann

Ignacio,
on the second form please
1. select an other item from the list and leave the control with Tab-key
- the onExit-event is not triggered (is this correct?)
2. type a letter in the second control and leave the control with Tab - onExit-Event
is triggered and lModified-property of this linked DataField is .T. (this
is the correct behaviour)
3. change the value of the DateEdit by the calendar or direct - the lModified-property
of this DataField is .T. (this is correct too)
4. go back to the first control and leave it without any changing - and now
the lModified-property is .T.
I must correct my previous post, the same behaviour of the TDBComboBox is
shown if you change the value by typing into the combobox's editcontrol.
Regards and sorry for the molestation
Ingo
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote:
>Ingo,
>
>Here is working correctly. Please send a small sample.
>
>Regards,
>
>--
>Ignacio Ortiz de Zúñiga
>http://www.xailer.com
>"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0.11[/email]> escribió en el mensaje
>news:4538ef83$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
>>
>> Ignacio,
>>
>> TDBComboBox with dropdown-style.
>> Typing a char into the control's editcontrol sets
>> TDBComboBox:oDataField:lModified
>> to .T.
>> Selecting a item from the dropdownlist doesn't affect
>> oDataField:lModified.
>>
>> Isn't it so that the 'buffer' will be modified in both cases?
>> Why lModified isn't set to .T. in the second case?
>>
>> Regards
>>
>> Ingo
>>
>
>
--

Attached files TestEvent.zip (3.5 KB)Â

TDBComboBox

Publicado: Lun Oct 23, 2006 11:16 am
por Ingo Junge-Herrmann

Ignacio,
on the second form please
1. select an other item from the list and leave the control with Tab-key
- the onExit-event is not triggered (is this correct?)
2. type a letter in the second control and leave the control with Tab - onExit-Event
is triggered and lModified-property of this linked DataField is .T. (this
is the correct behaviour)
3. change the value of the DateEdit by the calendar or direct - the lModified-property
of this DataField is .T. (this is correct too)
4. go back to the first control and leave it without any changing - and now
the lModified-property is .T.
I must correct my previous post, the same behaviour of the TDBComboBox is
shown if you change the value by typing into the combobox's editcontrol.
Regards and sorry for the molestation
Ingo
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote:
>Ingo,
>
>Here is working correctly. Please send a small sample.
>
>Regards,
>
>--
>Ignacio Ortiz de Zúñiga
>http://www.xailer.com
>"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0.11[/email]> escribió en el mensaje
>news:4538ef83$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
>>
>> Ignacio,
>>
>> TDBComboBox with dropdown-style.
>> Typing a char into the control's editcontrol sets
>> TDBComboBox:oDataField:lModified
>> to .T.
>> Selecting a item from the dropdownlist doesn't affect
>> oDataField:lModified.
>>
>> Isn't it so that the 'buffer' will be modified in both cases?
>> Why lModified isn't set to .T. in the second case?
>>
>> Regards
>>
>> Ingo
>>
>
>
--

Attached files TestEvent.zip (3.5 KB)Â

TDBComboBox

Publicado: Lun Oct 23, 2006 12:40 pm
por ignacio
Ingo,
Indeed point 1 is a bug. We will try to fix it ASAP.
The rest of the points, even number 4 should be OK since you did modify the
value on point 1.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0.11[/email]> escribió en el mensaje
news:453c885e$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
>
> Ignacio,
>
> on the second form please
> 1. select an other item from the list and leave the control with Tab-key
> - the onExit-event is not triggered (is this correct?)
> 2. type a letter in the second control and leave the control with Tab -
> onExit-Event
> is triggered and lModified-property of this linked DataField is .T. (this
> is the correct behaviour)
> 3. change the value of the DateEdit by the calendar or direct - the
> lModified-property
> of this DataField is .T. (this is correct too)
> 4. go back to the first control and leave it without any changing - and
> now
> the lModified-property is .T.
>
> I must correct my previous post, the same behaviour of the TDBComboBox is
> shown if you change the value by typing into the combobox's editcontrol.
>
> Regards and sorry for the molestation
>
> Ingo
>
>
> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote:
>>Ingo,
>>
>>Here is working correctly. Please send a small sample.
>>
>>Regards,
>>
>>--
>>Ignacio Ortiz de Zúñiga
>>http://www.xailer.com
>>"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0.11[/email]> escribió en el mensaje
>
>>news:4538ef83$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
>>>
>>> Ignacio,
>>>
>>> TDBComboBox with dropdown-style.
>>> Typing a char into the control's editcontrol sets
>>> TDBComboBox:oDataField:lModified
>>> to .T.
>>> Selecting a item from the dropdownlist doesn't affect
>>> oDataField:lModified.
>>>
>>> Isn't it so that the 'buffer' will be modified in both cases?
>>> Why lModified isn't set to .T. in the second case?
>>>
>>> Regards
>>>
>>> Ingo
>>>
>>
>>
>

TDBComboBox

Publicado: Lun Oct 23, 2006 12:40 pm
por NoName
Ingo,
Indeed point 1 is a bug. We will try to fix it ASAP.
The rest of the points, even number 4 should be OK since you did modify the
value on point 1.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0.11[/email]> escribió en el mensaje
news:453c885e$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
>
> Ignacio,
>
> on the second form please
> 1. select an other item from the list and leave the control with Tab-key
> - the onExit-event is not triggered (is this correct?)
> 2. type a letter in the second control and leave the control with Tab -
> onExit-Event
> is triggered and lModified-property of this linked DataField is .T. (this
> is the correct behaviour)
> 3. change the value of the DateEdit by the calendar or direct - the
> lModified-property
> of this DataField is .T. (this is correct too)
> 4. go back to the first control and leave it without any changing - and
> now
> the lModified-property is .T.
>
> I must correct my previous post, the same behaviour of the TDBComboBox is
> shown if you change the value by typing into the combobox's editcontrol.
>
> Regards and sorry for the molestation
>
> Ingo
>
>
> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote:
>>Ingo,
>>
>>Here is working correctly. Please send a small sample.
>>
>>Regards,
>>
>>--
>>Ignacio Ortiz de Zúñiga
>>http://www.xailer.com
>>"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0.11[/email]> escribió en el mensaje
>
>>news:4538ef83$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
>>>
>>> Ignacio,
>>>
>>> TDBComboBox with dropdown-style.
>>> Typing a char into the control's editcontrol sets
>>> TDBComboBox:oDataField:lModified
>>> to .T.
>>> Selecting a item from the dropdownlist doesn't affect
>>> oDataField:lModified.
>>>
>>> Isn't it so that the 'buffer' will be modified in both cases?
>>> Why lModified isn't set to .T. in the second case?
>>>
>>> Regards
>>>
>>> Ingo
>>>
>>
>>
>