Forum: General
10-17-2012, 07:23 PM
|
|
Replies: 6
Views: 877
|
Forum: General
10-05-2012, 06:55 PM
|
|
Replies: 6
Views: 877
|
Forum: General
09-28-2012, 04:16 PM
|
|
Replies: 6
Views: 877
Best Suggestion..
You should have a look at "TurboPower Async Professional", it has full serial port access support and comes with a bunch of fully written example pieces. You should be able to find it here:
...
|
Forum: General
09-20-2012, 07:32 PM
|
|
Replies: 4
Views: 1,203
|
Forum: General
09-18-2012, 05:29 PM
|
|
Replies: 2
Views: 875
Simple Way
Try //<-- (*Enable kids gloves*)
myGridView.ExporttoXLS(File-Name);
...
... Do your stuff, create your file;
Finally //<-- Tell Delphi not too move on until the Try condition is met.)
if...
|
Forum: General
08-22-2012, 01:20 AM
|
|
Replies: 3
Views: 811
|
Forum: General
08-22-2012, 12:33 AM
|
|
Replies: 7
Views: 1,687
|
Forum: General
08-20-2012, 10:31 PM
|
|
Replies: 7
Views: 1,687
Thank You
I have been able to make it function, but the code is about as ugly as it gets. (No reference to your posts, only to my lack of wrapping my head around how a DataSet and Query worked. But thank you...
|
Forum: General
08-20-2012, 10:22 PM
|
|
Replies: 3
Views: 602
|
Forum: General
08-20-2012, 10:16 PM
|
|
Replies: 4
Views: 1,203
|
Forum: General
08-10-2012, 07:45 PM
|
|
Replies: 2
Views: 954
|
Forum: General
06-29-2012, 09:54 PM
|
|
Replies: 20
Views: 1,992
I am glad it is functioning, I apologize for...
I am glad it is functioning, I apologize for wasting more of your time then should have been necessary. My knowledge of the twebbrowser component is a bit lacking as I prefer to do things directly...
|
Forum: General
06-28-2012, 04:23 PM
|
|
Replies: 5
Views: 1,007
|
Forum: General
06-28-2012, 03:55 PM
|
|
Replies: 4
Views: 1,203
|
Forum: General
06-28-2012, 03:50 PM
|
|
Replies: 20
Views: 1,992
I realize you did post the attributes of the...
I realize you did post the attributes of the images previously, the reason I asked if you could get them via code, was to see if the function was pulling any of the info from the images through code,...
|
Forum: General
06-27-2012, 04:23 PM
|
|
Replies: 20
Views: 1,992
|
Forum: General
06-27-2012, 03:40 PM
|
|
Replies: 20
Views: 1,992
|
Forum: General
06-26-2012, 10:30 PM
|
|
Replies: 20
Views: 1,992
|
Forum: DB-Aware
06-25-2012, 06:25 PM
|
|
Replies: 2
Views: 1,076
|
Forum: General
06-25-2012, 04:38 PM
|
|
Replies: 20
Views: 1,992
I'm not 100% sure why... But I cannot seem to...
I'm not 100% sure why... But I cannot seem to wrap my head around how that code is intended to work. But in looking for an answer, I stumbled upon this piece of code which should do roughly the same...
|
Forum: General
06-22-2012, 06:08 PM
|
|
Replies: 2
Views: 416
|
Forum: General
06-22-2012, 06:04 PM
|
|
Replies: 10
Views: 679
|
Forum: General
06-22-2012, 05:57 PM
|
|
Replies: 1
Views: 1,040
|
Forum: General
06-21-2012, 09:22 PM
|
|
Replies: 20
Views: 1,992
|
Forum: General
06-21-2012, 09:17 PM
|
|
Replies: 8
Views: 21,432
|
Forum: General
06-21-2012, 08:53 PM
|
|
Replies: 3
Views: 390
|
Forum: General
06-21-2012, 03:20 PM
|
|
Replies: 3
Views: 903
|
Forum: General
06-20-2012, 06:41 PM
|
|
Replies: 7
Views: 1,687
Problems writing to MySQL DB With Zeos
For whatever reason, my mind is blank and I cannot for the life of me figure out how to write data into the DB, while getting it out took me 5 seconds.
This is the code I am using to pull the...
|
Forum: General
06-20-2012, 03:20 PM
|
|
Replies: 3
Views: 903
Just to clarify, so I am sure I am understand...
Just to clarify, so I am sure I am understand what you are asking.. If you enter
"Please excuse my dear aunt sally" [Without the quotes]
Into the rEdit/Memo, and you select all of it, and you...
|
Forum: General
06-20-2012, 02:54 PM
|
|
Replies: 3
Views: 732
If something like
While qry.Open do begin
...
If something like
While qry.Open do begin
TIWProgressBar.Step;
application.processmessages;
end;
[Don't use that as a final solution, as it is about as bad as it gets, but it should let...
|
Forum: General
06-20-2012, 02:51 PM
|
|
Replies: 6
Views: 913
|
Forum: General
06-18-2012, 11:29 PM
|
|
Replies: 6
Views: 913
|
Forum: General
06-18-2012, 11:25 PM
|
|
Replies: 4
Views: 864
Not entirely true, I constantly run a registry...
Not entirely true, I constantly run a registry monitor, it is built into the FS monitor I wrote to watch for any changes made, but that doesn't mean I am looking to bypass someones application...
|
Forum: General
06-18-2012, 07:13 PM
|
|
Replies: 3
Views: 732
Have you tried adding an...
Have you tried adding an "Application.Processmessages" in the code with the timer to update the progressbar? Without that call, sometimes the application will not "Redraw" while it is processing a...
|
Forum: General
06-18-2012, 05:49 PM
|
|
Replies: 6
Views: 913
Reading CSV file with extra commas inside quotes..
I have found several posts about reading .csv file which are comma delineated. Unfortunately none of them take into account that when data inside the csv file has a comma in it already, it is places...
|
Forum: Samples
05-29-2012, 06:41 PM
|
|
Replies: 2
Views: 2,609
|
Forum: General
05-01-2012, 07:09 PM
|
|
Replies: 9
Views: 1,508
|
Forum: General
04-30-2012, 09:21 PM
|
|
Replies: 4
Views: 1,313
Thank you for the reply, it looks like my only...
Thank you for the reply, it looks like my only option is too take the oversize integers and divide them down into smaller numbers, assign those numbers to the progress of the progress bar and have...
|
Forum: General
04-30-2012, 04:43 PM
|
|
Replies: 1
Views: 716
You might want to try moving:
arrEnglish :...
You might want to try moving:
arrEnglish : array[1..maxwords] of string ;
into Public declarations on your main/first form, and removing it from the 2nd form.
Right now you are calling the array...
|
Forum: General
04-30-2012, 04:35 PM
|
|
Replies: 9
Views: 1,508
|
Forum: General
04-30-2012, 03:36 PM
|
|
Replies: 4
Views: 1,313
Working with really big integers? Extended,Int64..
I am trying to work with some rather large numbers, and by work with I mean just preform some simple math like divide. The number I am trying to divide is 2,219,006,624 and delphi does not believe...
|
Forum: VCL
04-26-2012, 09:28 PM
|
|
Replies: 2
Views: 1,989
|
Forum: VCL
04-26-2012, 03:38 PM
|
|
Replies: 4
Views: 1,472
Can you get away with using a query to your...
Can you get away with using a query to your Outlook address book? or does it need to be directly to the exchange server? In most cases you can locate all users in the outlook address book, which...
|
Forum: VCL
04-19-2012, 04:11 PM
|
|
Replies: 4
Views: 1,472
|
Forum: General
04-03-2012, 08:48 AM
|
|
Replies: 6
Views: 3,976
You may find this a bit more simple..
...
You may find this a bit more simple..
procedure TForm1.Panel1MouseDown(Sender: TObject; Button: TMouseButton;
Shift: TShiftState; X, Y: Integer);
const
SC_DragMove = $F012;
begin
...
|
Forum: General
02-19-2012, 04:37 AM
|
|
Replies: 3
Views: 1,350
Thank You
I really hate that I can no longer "Accept" replies as the answers. But I wanted to thank you for the reply, I really appreciate it.
|
Forum: General
12-04-2010, 09:02 AM
|
|
Replies: 1
Views: 518
|
Forum: Samples
12-04-2010, 08:59 AM
|
|
Replies: 0
Views: 1,472
|
Forum: General
11-07-2009, 10:11 AM
|
|
Replies: 2
Views: 541
|
Forum: General
11-07-2009, 10:08 AM
|
|
Replies: 5
Views: 4,252
The code below is a snippet from a Syslog...
The code below is a snippet from a Syslog application I wrote to receive messages from my netscreen. I know it works for that purpose as I use it on a daily basis, I hope it is of use to you.
...
|