Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWComboBox shows incorrect/unformatted text
#3
We use this code for filling (identical in both versions):

AComboBox.Items.Clear;
AComboBox.ItemIndex:=-1;
AComboBox.ItemsHaveValues:=true;

Q.Open;
while not Q.Eof do begin
  AComboBox.ItemIndex:=AComboBox.Items.Add ( Q.FieldByName('ST').AsString + AComboBox.Items.NameValueSeparator + Q.FieldByName('ID').AsString);
  Q.Next;
end;
Q.Close;
T.Commit;


It works correctly with version 15.2.36 (see attachment)!


Attached Files Thumbnail(s)
   
The way to success is always under construction ... but i see a light at the end of the tunnel  Idea Big Grin
Reply


Messages In This Thread
RE: IWComboBox shows incorrect/unformatted text - by Lorbass - 10-13-2021, 10:41 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)