Página 1 de 1
Problem with TDBComboBox
Publicado: Jue Jun 23, 2011 11:05 am
por Timm
Hi!
I want to edit a 50 character long database field with TDBComboBox (nStyle =
csDROPDOWN).
I can select an item that is for example 20 characters long but I am not
able to insert additional characters.
Any ideas?
Best regards, Timm.
Problem with TDBComboBox
Publicado: Vie Jun 24, 2011 12:25 pm
por ignacio
Timm escribió el jue, 23 junio 2011 11:05Hi!
I want to edit a 50 character long database field with TDBComboBox (nStyle =
csDROPDOWN).
I can select an item that is for example 20 characters long but I am not
able to insert additional characters.
Any ideas?
Best regards, Timm.
Try with the property nMaxLength.
Regards,
Problem with TDBComboBox
Publicado: Vie Jun 24, 2011 2:53 pm
por Timm
Ignacio,
> Try with the property nMaxLength.
I did, with no success.
Best regards, Timm.
"Ignacio Ortiz de Zúñiga" <
nonametoavoidspam@xailer.com> schrieb im
Newsbeitrag news:4e0465fd$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Timm escribió el jue, 23 junio 2011 11:05
>> Hi!
>>
>> I want to edit a 50 character long database field with
>> TDBComboBox (nStyle = csDROPDOWN).
>> I can select an item that is for example 20 characters
>> long but I am not able to insert additional characters.
>>
>> Any ideas?
>>
>> Best regards, Timm.
>
>
> Try with the property nMaxLength.
>
> Regards,
> --
> Ignacio Ortiz de Zúñiga
> [Equipo de Xailer/Xailer team]
>
http://www.xailer.com
>
http://www.xailer.info
Problem with TDBComboBox
Publicado: Lun Jun 27, 2011 10:22 am
por ignacio
Timm escribió el vie, 24 junio 2011 14:53Ignacio,
> Try with the property nMaxLength.
I did, with no success.
Best regards, Timm.
I have just tested with samplesdatacontrolsdbfdata1 on DbComboBox1 and it seems to work correctly that property.
Regards,
Problem with TDBComboBox
Publicado: Mar Jun 28, 2011 6:02 am
por Timm
The problem is that automatic horizontal scolling while editing the ComboBox
does not work.
Please set the width of the state combobox in dbfdata1 to 70 and try to
insert "123456789".
Your will be not able to insert "89".
Best regards, Timm.
"Ignacio Ortiz de Zúñiga" <
nonametoavoidspam@xailer.com> schrieb im
Newsbeitrag news:4e083dd5$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Timm escribió el vie, 24 junio 2011 14:53
>> Ignacio,
>>
>> > Try with the property nMaxLength.
>> I did, with no success.
>>
>> Best regards, Timm.
>
>
> I have just tested with samplesdatacontrolsdbfdata1 on
> DbComboBox1 and it seems to work correctly that property.
>
> Regards,
> --
> Ignacio Ortiz de Zúñiga
> [Equipo de Xailer/Xailer team]
>
http://www.xailer.com
>
http://www.xailer.info
Problem with TDBComboBox
Publicado: Mar Jun 28, 2011 2:49 pm
por ignacio
Timm escribió el mar, 28 junio 2011 06:02The problem is that automatic horizontal scolling while editing the ComboBox
does not work.
Please set the width of the state combobox in dbfdata1 to 70 and try to
insert "123456789".
Your will be not able to insert "89".
Best regards, Timm.
Set lAutoHScroll to .T.
Regards,
Problem with TDBComboBox
Publicado: Mar Jun 28, 2011 3:49 pm
por Timm
Ignacio,
works, many thanks!
Best regards, Timm.
"Ignacio Ortiz de Zúñiga" <
nonametoavoidspam@xailer.com> schrieb im
Newsbeitrag news:4e09cdc3$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Timm escribió el mar, 28 junio 2011 06:02
>> The problem is that automatic horizontal scolling while
>> editing the ComboBox does not work.
>> Please set the width of the state combobox in dbfdata1
>> to 70 and try to insert "123456789".
>> Your will be not able to insert "89".
>>
>> Best regards, Timm.
>
>
> Set lAutoHScroll to .T.
>
> Regards, --
> Ignacio Ortiz de Zúñiga
> [Equipo de Xailer/Xailer team]
>
http://www.xailer.com
>
http://www.xailer.info