Forum: General
11-07-2019, 10:11 AM
|
Replies: 5
Views: 5,896
|
Forum: General
11-04-2019, 02:11 PM
|
Replies: 5
Views: 5,896
|
Forum: General
08-08-2019, 08:31 AM
|
Replies: 19
Views: 11,139
If it's possible to post a complete string of...
If it's possible to post a complete string of what you're receiving an try to translate it would be easier, then we could do some tests aswell.
Do they have an anonymous/test file that they can...
|
Forum: General
08-07-2019, 07:55 AM
|
Replies: 19
Views: 11,139
|
Forum: General
08-06-2019, 07:02 AM
|
Replies: 19
Views: 11,139
|
Forum: General
07-22-2019, 10:14 AM
|
Replies: 1
Views: 11,487
|
Forum: General
05-03-2019, 02:53 PM
|
Replies: 3
Views: 15,201
You don't post any code, except for...
You don't post any code, except for TcpClient1.Connect -> WriteLn -> Disconnect
Since TcpClient1 is the only component I can see, but this has no Blocking/Unblocking methods. And your code also...
|
Forum: General
05-03-2019, 09:32 AM
|
Replies: 3
Views: 15,201
|
Forum: General
05-03-2019, 09:30 AM
|
Replies: 3
Views: 14,302
|
Forum: General
05-02-2019, 07:20 AM
|
Replies: 3
Views: 14,302
Delphi service has probably no interaction with...
Delphi service has probably no interaction with the userinterface allowed.
Play with the SW_SHOWNORMAL, I guess it would be SW_HIDE (or whatever the equivilant is, no Delphi running at the moment)...
|
Forum: General
04-25-2019, 02:09 PM
|
Replies: 5
Views: 16,515
|
Forum: General
04-23-2019, 07:22 AM
|
Replies: 1
Views: 14,718
What I can read is that this component doesn't...
What I can read is that this component doesn't give any formatting options, this should be done through the TField DisplayFormat.
If you're lucky it takes the global settings (ShortDateFormat or...
|
Forum: General
04-19-2019, 10:24 AM
|
Replies: 2
Views: 14,837
|
Forum: General
04-08-2019, 08:49 AM
|
Replies: 5
Views: 13,846
What is the value of ExecuteResult ?
And...
What is the value of ExecuteResult ?
And it's pointless to duplicate aws. First aws is the program to execute, the second is part of the parameter list, so therefor it shouldn't be there....
|
Forum: General
04-04-2019, 12:41 PM
|
Replies: 5
Views: 13,846
|
Forum: General
03-27-2019, 09:22 AM
|
Replies: 3
Views: 13,263
You could try something like: ...
You could try something like:
ovRange.Columns(1).Numberformat := 'yyyy-mm-dd'
I guess you should call this beofre the CopyFromRecordset, so the range knows what to expect...
|
Forum: General
03-26-2019, 09:02 AM
|
Replies: 3
Views: 13,263
TAdoDataset should have a FieldDefs property ...
TAdoDataset should have a FieldDefs property
And from there, a TFIeldDef.DataType
But I'm not sure if this is when you build your own Dataset or if that is also filled when you fill your Dataset...
|
Forum: General
03-19-2019, 08:12 AM
|
Replies: 1
Views: 12,742
In RegEdit the key you're reading here is: ...
In RegEdit the key you're reading here is:
Software\WOW6432Node\TeesEyedTechnicalServices\ZFSX
At least, if you're a 32bit application, which I guess at this point. In code you should still use...
|
Forum: General
03-11-2019, 10:15 AM
|
Replies: 2
Views: 7,061
|
Forum: General
03-11-2019, 10:12 AM
|
Replies: 3
Views: 6,711
|
Forum: General
03-08-2019, 08:17 AM
|
Replies: 3
Views: 6,711
|
Forum: General
02-25-2019, 08:14 AM
|
Replies: 7
Views: 9,406
|
Forum: General
02-14-2019, 10:07 AM
|
Replies: 5
Views: 8,673
A profiler is an application that lets you see...
A profiler is an application that lets you see all communication to a database.
Not sure if MsAccess has one (I use it all the time for SQL Server), you should try to google that.
Otherwise you...
|
Forum: General
02-12-2019, 11:38 AM
|
Replies: 5
Views: 8,673
|
Forum: General
02-04-2019, 04:20 PM
|
Replies: 2
Views: 8,506
|
Forum: General
01-08-2019, 09:14 AM
|
Replies: 2
Views: 8,490
I'm curious what do not work meens, since the...
I'm curious what do not work meens, since the same EM_LINEFROMCHAR and EM_LINEINDEX are used in the SetColumn/SetRow and work.
So if the definitions of this would've changed those setters wouldn't...
|
Forum: General
01-04-2019, 09:53 AM
|
Replies: 5
Views: 9,172
|
Forum: General
01-03-2019, 02:08 PM
|
Replies: 5
Views: 9,172
|
Forum: General
11-14-2018, 09:23 AM
|
Replies: 1
Views: 7,467
Most likely some permission issue somewhere. ...
Most likely some permission issue somewhere.
Try to run your application as Administrator (explicitely right click the .exe -> run as administrator) and see if it works then.
Not sure if that...
|
Forum: General
11-07-2018, 10:51 AM
|
Replies: 2
Views: 7,990
|
Forum: General
09-25-2018, 12:40 PM
|
Replies: 3
Views: 7,170
|
Forum: General
09-25-2018, 07:13 AM
|
Replies: 3
Views: 7,170
|
Forum: General
09-17-2018, 11:50 AM
|
Replies: 6
Views: 6,499
It's hard to tell where you go wrong.
As...
It's hard to tell where you go wrong.
As mentioned, build a small application in which you can reproduce this and give us that.
Here is still code missing and I'm guessing that it's in the...
|
Forum: General
09-17-2018, 09:17 AM
|
Replies: 6
Views: 6,499
And what are you doing with DialogFormHandle? ...
And what are you doing with DialogFormHandle?
It's something global, what is it used for, and where (some other thread perhaps?)
Because executing this code should produce the dialog in front,...
|
Forum: General
09-17-2018, 07:36 AM
|
Replies: 6
Views: 6,499
Most likely you have the calling form as...
Most likely you have the calling form as AlwaysOnTop, or you do something with DialogFormHandle...
And in your code, if you call Abert the DialogFormHandle will NOT be 0. So there's a big...
|
Forum: General
09-13-2018, 09:48 AM
|
Replies: 2
Views: 5,667
|
Forum: General
08-30-2018, 08:36 AM
|
Replies: 3
Views: 5,478
|
Forum: General
08-30-2018, 08:27 AM
|
Replies: 5
Views: 7,726
|
Forum: General
08-16-2018, 12:56 PM
|
Replies: 3
Views: 1,960
It's your party, it was just my 2 cents.
I'm...
It's your party, it was just my 2 cents.
I'm just not a big fan of coding in my native language, that's all.
I see a lot of Dutch programmers do the same thing, programming partially native.
To...
|
Forum: General
08-15-2018, 01:44 PM
|
Replies: 3
Views: 1,960
|
Forum: General
07-24-2018, 07:09 AM
|
Replies: 2
Views: 1,406
This question is a bit too general to answer. ...
This question is a bit too general to answer.
How do you send your messsages from A to B, and how do you catch them
I'm guessing you have a SendMessage (or PostMessage?) in your code somewhere. ...
|
Forum: General
07-23-2018, 08:00 AM
|
Replies: 4
Views: 1,427
|
Forum: General
07-23-2018, 07:57 AM
|
Replies: 4
Views: 1,427
|
Forum: General
07-10-2018, 11:26 AM
|
Replies: 8
Views: 2,439
You can have a UNIQUE on multiple columns, so...
You can have a UNIQUE on multiple columns, so this still should work
ADD CONSTRAINT UC_ClubIdYourcolumn UNIQUE (ClubId, yourcolumn)
But you still could use your solution to verify before letting...
|
Forum: General
07-09-2018, 10:31 AM
|
Replies: 8
Views: 2,439
What happens now if you have any errors in your...
What happens now if you have any errors in your datamodule? (connection lost, syntax error, ...)
Because this will be the same problem, your UI doesn't know...
What I'm basically saying you should...
|
Forum: VCL
07-09-2018, 07:45 AM
|
Replies: 1
Views: 3,646
input in repeatfind is not an array of string,...
input in repeatfind is not an array of string, but an array of array of string
your record properties are array of string (d..w)
And here you want multiple record properties, therefor array of...
|
Forum: General
07-09-2018, 07:33 AM
|
Replies: 8
Views: 2,439
|
Forum: VCL
06-19-2018, 07:43 AM
|
Replies: 2
Views: 2,489
|
Forum: General
06-18-2018, 08:52 AM
|
Replies: 1
Views: 1,729
|
Forum: General
06-18-2018, 08:38 AM
|
Replies: 2
Views: 1,536
|