Tampilkan postingan dengan label Delphi Programming. Tampilkan semua postingan
Tampilkan postingan dengan label Delphi Programming. Tampilkan semua postingan

Rabu, 02 Juni 2010

Delphi: Connection To Mysql Using Ini Files

You may need a form that have uses iniFiles and also ADOConnection.
But you can change it with other connection component on Delphi.
Then add a Button, a Label to display status message, and some Edit to define the input variable, and then call this function.

Read More..

Kamis, 06 Mei 2010

Delphi: An easy way to connect Mysql via ADOConnection

Here is an easy function to connect Mysql using TADOConnection.
You can put this function on the data module and then call it in main form.

Read More..

Minggu, 11 April 2010

Delphi: Export Data To Excel

Export Data to Excel on Delphi? it's so easy with TscExcelExport component.
Steps :
1. make some query on a dataset or query component
2. setting TscExcelExport to dataset
3. taraaa…. an excel file will be created, completed with field name from query

hmm… still confused? this is the source code.
Just add button, ADOquery, dan TscExcelExport of course.

Read More..

Delphi: Error Stack Overflow pada Grafik (Sort Tips)

Aku blom tau apa hubungannya...
tapi ini kualami ketika aku menggunakan komponen grafik TQRChart pada Delphi 7.
Padahal jika dicompile, fine-fine aja.
Tapi pas di-run, muncullah error itu.
Kutelusuri satu-persatu, tapi ga kutemukan letak masalahnya.
Akhirnya, aku bikin project baru aja... eh bisa jalan....

Read More..