First Time work great, but when update a list...
Private _List As New ArrayList()
...
Sub XXX()
...
While Not oRS.EOF
_List.Add(oRS"CITY").Value.ToString.Trim)
oRS.MoveNext()
End While
AutoComplete.DataSource = _List
End Sub
....
Help-me please
Genival - Brastel - JAPAN
BR
Brastel
November 14, 2002 06:26 PM
Heys Guys i am waiting for solution >:-(
>
> First Time work great, but when update a list...
>
> Private _List As New ArrayList()
> ...
> Sub XXX()
> ...
> While Not oRS.EOF
> _List.Add(oRS"CITY").Value.ToString.Trim)
> oRS.MoveNext()
> End While
> AutoComplete.DataSource = _List
> End Sub
> ....
>
> Help-me please
> Genival - Brastel - JAPAN
>
DJ
Davis Jebaraj
Syncfusion Team
November 15, 2002 03:02 AM
Hi,
We regret for the delay in responding.
Do you have the latest version 1.5.0.0 installed?
Are you getting an error when you set the DataSource property of the AutoComplete or is there nothing happening?
Please check if the ParentForm property of the AutoComplete control is set to the hosting control.
Thank you for your patience.
Regards,
Davis
BR
Brastel
November 17, 2002 06:04 PM
Thanks ....
My version is 1.1.0.0
AutoComplete control not have ParentForm property !?
The error occurs when i try to change datasource in this case a arraylist.
Regards
Genival - JAPAN
Brastel Co.
> Hi,
>
> We regret for the delay in responding.
>
> Do you have the latest version 1.5.0.0 installed?
>
> Are you getting an error when you set the DataSource property of the AutoComplete or is there nothing happening?
>
> Please check if the ParentForm property of the AutoComplete control is set to the hosting control.
>
> Thank you for your patience.
>
> Regards,
>
> Davis
DJ
Davis Jebaraj
Syncfusion Team
November 18, 2002 05:21 AM
Hi,
There was a bug in the 1.1.0.0 version of the AutoComplete control that results in an error when you change the DataSource property. This has been fixed in version 1.5.0.0
Please let us know if need any help upgrading.
Regards,
Davis
BK
Brastel Kabushiki Gaisha
November 18, 2002 04:26 PM
Thanks Guys...
I updated to 1.5.0.0, this is working great.
Many thanks and sorry for inconvenience.
Genival - JAPAN
Brastel Co.
> Hi,
>
> There was a bug in the 1.1.0.0 version of the AutoComplete control that results in an error when you change the DataSource property. This has been fixed in version 1.5.0.0
>
> Please let us know if need any help upgrading.
>
> Regards,
>
> Davis