Arsip: pencarian Data sesuai Tangga

more 12 years ago
pinguinz
hallooo kakak2 delphi-ers..... gmn kabare?
mmo tanya ni...cara pencarian data tabel sesuai tanggal gimana ya?
ampir setahun gak makai jadinya lupa! :)
Data diambil dari ms access tapi inputku make excel...dah judeg deh mbikin nie....
untuk tabel :1. Tanggal ->Date/Time ->mm/dd/yy
2. Unit kirim -> number
3. muatan -> number
4. Driver -> Text
Cara menampilkan data di tanggal gimana?
semisal: Tanggal | 03/01/08 | [search]
tampilan +-----------------------------------------------------------------+
|unit | muatan |Driver |
+-----------------------------------------------------------------+
|233 | 23 | parno |
+-----------------------------------------------------------------+
dst

more 12 years ago
alvonz
udah coba pake locate atau findkey di fieldname tanggal blm?
ato coba difilter berdasarkan tanggal tsb..

more 12 years ago
pinguinz
/me dah lupa cara2ne......... sih
lama gak belajar lg make delphi jew.......

more 12 years ago
alvonz
coba seperti ini
untuk menampilkan data coba sy coba pake dbgrid
procedure TForm1.Button1Click(Sender: TObject);
begin
table1.open;
table1.Filtered:=true;
end;
procedure Tanggal.Table1FilterRecord(DataSet: TDataSet;
var Accept: Boolean);
begin
accept:=table1.FieldByName('tanggal').Asdatetime=strtodate(Form1.maskedit1.text);
end;
more ...
- Pages:
- 1
reply |
Report Obsolete
Last Articles
- Lazarus Release 2.0.12
- Project Group dalam Lazarus
- FastPlaz Database Explorer
- Release: FastPlaz Super Mom v0.12.22
- PascalClass #3: Web Development with Free Pascal
- Makna Pascal di Pascal Indonesia
- Kulgram : Instalasi Lazarus di Perangkat Berbasis ARM
- PascalClass #1: Analisa Database dan Machine Learning
- PascalTalk #6: (Podcast) Kuliah IT di luar negeri, susah gak sih?
- Mengenal OXYGENE – Pascal For .NET
Last Topic
- PascalTalk #6: (Podcast) Kuliah IT di luar negeri, susah gak sih?
by LuriDarmawan in Tutorial & Community Project more 6 months ago - PascalTalk #5: UX: Research, Design and Engineer
by LuriDarmawan in Tutorial & Community Project more 6 months ago - PascalTalk #4: Obrolan Ringan Seputar IT
by LuriDarmawan in Tutorial & Community Project more 7 months ago - PascalTalk #2: Membuat Sendiri SMART HOME
by LuriDarmawan in Tutorial & Community Project more 7 months ago - PascalTalk #3: RADically Fast and Easy Mobile Apps Development with Delphi
by LuriDarmawan in Tutorial & Community Project more 7 months ago - PascalTalk #1: Pemanfaatan Artificial Intelligence di Masa Covid-19
by LuriDarmawan in Tutorial & Community Project more 7 months ago - Tempat Latihan Posting
by LuriDarmawan in OOT more 1 years ago - Archive
- Looping lagi...
by idhiel in Hal umum tentang Pascal Indonesia more 8 years ago - [ask] koneksi ke ODBC user Dsn saat runtime dengan ado
by halimanh in FireBird more 8 years ago - Validasi menggunakan data tanggal
by mas_kofa in Hal umum tentang Pascal Indonesia more 8 years ago
Random Topic
- ask : saat program running tdk bisa tekan alt+tab
by adhisyanda in Hal umum tentang Pascal Indonesia more 11 years ago - Make A special line color on DBGrid??
by johnizzy in MySQL more 12 years ago - [ASK] Akses Database Lewat Internet
by yoebhe in Tip n Trik Pemrograman more 12 years ago - nanya buat function wait event
by Tiramitzu in Tip n Trik Pemrograman more 14 years ago - Mohon maaf Lahir dan Batin, Merdeka !!!
by LuriDarmawan in OOT more 10 years ago - Access Violation Error
by ml_tmp in Enginering more 15 years ago - detect hidden process
by xerion in Tip n Trik Pemrograman more 13 years ago - filter untuk menghitung record
by idhiel in Enginering more 8 years ago - Crystal Report
by strike_set in Tip n Trik Pemrograman more 13 years ago - Membuat Form LOGIN.......
by vebnu in Tip n Trik Pemrograman more 14 years ago