Monday, January 12, 2009

Bug Delphi 2009 Pada Windows 7 Beta

Berikut ini adalah cara reproduksi bug Delphi 2009 pada Windows 7 beta:
1. Jalankan Delphi 2009 Update 2 pada Windows 7.
2. Buat applikasi baru, simpan dan kompile.
3. Sementara itu, buka Ms Access. Buat database baru, isi data sembarang. Simpan.
4. Tambahkan ADOTable / ADOQuery pada form di Delphi. Koneksikan dengan Ms Jet dan browse ke file MDB yang baru anda buat pada langkah 3.
5. Pada ADOQuery isikan nama table. Test dengan Enable.
6. Compile.
7. Dobel klik ADO kemudian klik kanan dan pilih add all fields.
8. Drag semua field tadi kedalam form.
9. Compile lagi.
10. Error! Lihat gambar 1.
11. Jika belum error, tutup project / exe kita untuk kembali ke Delphi 2009 dan mendapatkan pesan error dibawah ini.

Delphi2009U2W7B1E1

Gambar 1. Error Delphi 2009 pada Windows 7

====================In English======================

Below is the steps need to reproduction of the Delphi 2009 bug in Windows 7:
1. Run Delphi 2009 in Windows 7.
2. Create New Application, save, and compile.
3. Meanwhile, open Ms Access. Make new database, fill the fields and data as you like.
4. Add ADOTable / ADOQuery in your form. Connect the ADO with the database you make in step 3.
5. Add Table Name to the ADO. Test it by enable it.
6. Recompile.
7. Double Click ADO then right click and select Add All Fields.
8. Drag all fields to the form.
9. Last Recompile.
10. Error! Look Gambar 1.
11. If not error, close the application (your exe / project) to back to Delphi 2009.

No comments:

Post a Comment