Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~2K People Reached
About Me

Delphi software developer.

Interests
Music, sofrware development, motor-cycling

12 Posted Topics

Member Avatar for delphiman

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.

Member Avatar for jithinjohny
0
169
Member Avatar for douglaspr

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 : …

Member Avatar for delphiman
0
207
Member Avatar for delphiman

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

Member Avatar for delphiman
0
93
Member Avatar for picichinica

[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 …

Member Avatar for pennyani
0
310
Member Avatar for marsheng

[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 …

Member Avatar for LizR
0
124
Member Avatar for auzziez

[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 …

Member Avatar for dlhale
0
590
Member Avatar for AKJo

[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 …

Member Avatar for Narue
0
148
Member Avatar for lacompsr

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 …

Member Avatar for delphiman
0
163
Member Avatar for delphiman

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". …

Member Avatar for delphiman
0
130
Member Avatar for forbvijay

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 …

Member Avatar for delphiman
0
164
Member Avatar for andihdr

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 …

Member Avatar for delphiman
0
148
Member Avatar for delphiman

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 …

Member Avatar for zandiago
0
55

The End.