No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Delphi software developer.
- Interests
- Music, sofrware development, motor-cycling
12 Posted Topics
Having been away from this site for a while I am back. Been fiddling with Delphi since Delphi 1 was released have been concentrating on Delphi 6 since it was released. Don't have all the answers but am willing to make suggestions to anyone wished to contact me. | |
Re: procedure TForm1.btnPopulateClick(Sender: TObject); var rowData : TStringList; s : string; tf : TextFile; lsTemp : string; // Temporary scratch pad variable // transactionDate : string; // Column B of downloaded spreadshe+et transactionDate : variant; // Column B of downloaded spreadsheet transDate : variant; // date for CB line transactionAmount : … | |
For some time now I find that Windows XP Professional will not drill down through more than one folder unless I return and then try again. Very tedious. I suspect that this might be as a result of one of the updates from MS. What might be the problem/solution? SNIP | |
Re: [QUOTE=picichinica;756798]Hello, I have a question (might be pretty easy, but please help!!): on my application's main form I have two buttons: open that opens Form1 and another one that opens Form2. Now, from Form1 I need to open Form2, and from Form2 I need to open back Form1, and go … | |
Re: [QUOTE=marsheng;712689]I am trying to get two files to work together. The customer file Cust with an Index on Accno and a job file Job with same index Accno. I have to admit I have not got my heard around datasources and tables as yet. I can only get the Cust … | |
Re: [QUOTE=auzziez;730659]Hi, I need to automate an Excel sheet. The requirement is that I need to read data from various CSV Files, maipulate them and place the results into specific cells in an Excel Sheet. This excel sheet is already prepared with lots of text. Only specific columns are left blank … | |
Re: [QUOTE=AKJo;764396]Hello, My problem is the execution jumps over a lot of code. In my example it jumps from "if" to the last end;, without executing anycode inbetween. Why? I had no "if" before and the one line was executed before the procedure was ended. No error message is returned. All … | |
Re: I'm not sure I understand your problem but it seems that you need to rely on your database table structure to create what you want. For instance of you were to use Delphi Desktop to create a Paradox table you could Index the Appointment Field and have the the Date … | |
I have the following code from Mastering Delphi 6 by Marco Cantu [Page 875] as supplied in the CD supplied with the book [more particularly a Project called "Office"] which I have got to work very well in transporting data created by my Delphi 6 Application into an Excel "PivotFile". … | |
Re: I am not sure I know exatly what the problem is from your code but I have a tip which might help you. I am assuming that you have an TUpdateSQL component to which you have connected your Query at "UpDateObject" in the Event Handler [in the Object Inspector]. It … | |
Re: Please provide more details of what you are trying to achieve. In fact QuickReports is quite powerful in creating totals etc. from information included into the report as follows by including in the "OnPrint" EventHandler of the Object Inspector for a field called [say] CB.QRDBAmount you could have the following … | |
Hi guys! I've been hooked on Delphi since Delphi 1 was launched in 1994 (?) and have been using Delphi 6 ever since it was alunched when I was still living in Australia. I am still using it, and won't change, since I re-settled in South Africa in 2005. If … |
The End.