|
как заполнить листбокс с несовпадающими значениями из какого нить поля?
|
|||
---|---|---|---|
#18+
сделал так но приходится пройтись по всей базе var str:String; i:Integer; begin while not Query1.Eof do begin str:= Query1.FieldByName('genre').AsString; if ComboBox_Genre.Items.Count <> 0 then begin for i:=0 to ComboBox_Genre.Items.Count-1 do begin if ComboBox_Genre.Items = str then break; if (i = (ComboBox_Genre.Items.Count-1)) and (str <> '') then ComboBox_Genre.Items.Add(str); end; end else ComboBox_Genre.Items.Add(str); end; ... |
|||
:
Нравится:
Не нравится:
|
|||
05.01.2002, 12:01 |
|
как заполнить листбокс с несовпадающими значениями из какого нить поля?
|
|||
---|---|---|---|
#18+
млин как же я не догадался: Query1.SQL.Text:= 'select distinct fieldName from dbName'; Query1.Open; while not Query1.Eof do begin ComboBox.Items.Add(Query1.FieldByName('fieldName').AsString); Query1.Next; end; ) ... |
|||
:
Нравится:
Не нравится:
|
|||
05.01.2002, 13:18 |
|
|
start [/forum/topic.php?fid=58&gotonew=1&tid=2120080]: |
0ms |
get settings: |
11ms |
get forum list: |
13ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
37ms |
get topic data: |
10ms |
get first new msg: |
8ms |
get forum data: |
3ms |
get page messages: |
33ms |
get tp. blocked users: |
1ms |
others: | 14ms |
total: | 136ms |
0 / 0 |