| Author |
Message |
nuno_irfan |
|
Post subject: Pindah Data Checklistbox ke Edit////
Posted: 20-11-2008 15:52
|
|
onBeginner
Joined: 24-04-2007 17:16
Posts: 4
Status: Offline
|
|
salam kenal ...
saya mau tanya ttg checkListBox...
saya buat program dimana data ditampilkan di checklistbox trus ak pilih lebih dari 1 n ak mo tampilin ke edit data yang ak pilih.. ak dah coba kok yg tampil yang ak plih terakir y....
berikut listingnnya:
for i:=0 to CheckListBox1.Count - 1 do
begin
if CheckListBox1.Selected[i]=true then
sementara:=sementara + (CheckListBox1.Items[CheckListBox1.itemindex]);
end;
edit1.Text:=sementara;
tlg d bantuin y......  |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Pindah Data Checklistbox ke Edit////
Posted: 20-11-2008 16:13
|
|
onMage
Joined: 04-07-2005 10:44
Posts: 2097
|
|
|
|
|
 |
|
|
|
|