Forum: General
Yesterday, 10:42 AM
|
|
Replies: 2
Views: 146
|
Forum: Samples
05-16-2013, 11:56 AM
|
|
Replies: 5
Views: 766
|
Forum: Samples
05-16-2013, 10:13 AM
|
|
Replies: 5
Views: 766
|
Forum: Samples
05-15-2013, 02:12 PM
|
|
Replies: 5
Views: 766
there's a printer in unit printers...
I'm not...
there's a printer in unit printers...
I'm not familliar with what the TASCIIPrinter does (can do), but you can write something yourself very quickly using the Printer
Some basics on the printer...
|
Forum: General
05-15-2013, 09:54 AM
|
|
Replies: 7
Views: 1,610
|
Forum: General
05-14-2013, 07:39 AM
|
|
Replies: 7
Views: 1,610
|
Forum: General
05-13-2013, 07:37 AM
|
|
Replies: 7
Views: 1,610
|
Forum: DB-Aware
04-25-2013, 06:52 AM
|
|
Replies: 2
Views: 898
something like:
update
customers
set...
something like:
update
customers
set blocked = 1
where (select count(*) from sells where ven_cli_code=customers.cli_code and ven_data > (GetDate() - 60)) = 0
Ofcourse you should use...
|
Forum: VCL
04-24-2013, 01:45 PM
|
|
Replies: 3
Views: 1,114
|
Forum: General
04-23-2013, 09:45 AM
|
|
Replies: 2
Views: 1,682
|
Forum: General
04-19-2013, 01:50 PM
|
|
Replies: 2
Views: 810
|
Forum: DB-Aware
04-18-2013, 02:08 PM
|
|
Replies: 5
Views: 1,005
What is your concrete question?
Which part you...
What is your concrete question?
Which part you have difficulties with, because now it's like you want us to write an application based on a database model.
How are you approaching this, because...
|
Forum: General
04-10-2013, 11:14 AM
|
|
Replies: 1
Views: 1,101
|
Forum: General
03-29-2013, 11:26 AM
|
|
Replies: 9
Views: 1,320
|
Forum: General
03-29-2013, 09:57 AM
|
|
Replies: 9
Views: 1,320
|
Forum: General
03-29-2013, 07:21 AM
|
|
Replies: 9
Views: 1,320
|
Forum: General
03-08-2013, 07:12 AM
|
|
Replies: 2
Views: 1,146
|
Forum: General
03-08-2013, 07:06 AM
|
|
Replies: 3
Views: 1,118
|
Forum: General
03-07-2013, 07:43 AM
|
|
Replies: 3
Views: 1,118
This only works if all forms have a Cmonth
To...
This only works if all forms have a Cmonth
To guarantee this make a base form of which you inherit all other forms, and typecast to that base form
But that means rework...
Simple solution is to...
|
Forum: General
02-13-2013, 07:18 AM
|
|
Replies: 1
Views: 3,096
|
Forum: General
02-01-2013, 08:33 AM
|
|
Replies: 2
Views: 3,924
var
doc: IXMLDocument;
begin
doc :=...
var
doc: IXMLDocument;
begin
doc := NewXmlDocument();
doc.LoadFromFile('c:\xfile.txt');
// and now loop through the nodes/attributes to find what you want
end;
I assume that you can...
|
Forum: General
01-22-2013, 02:38 PM
|
|
Replies: 5
Views: 3,411
What are you doing, talking to a...
What are you doing, talking to a REST/webservice???
What HTTP component do you use???
And have you specified all credentials correctly in this component???
|
Forum: General
01-21-2013, 07:18 AM
|
|
Replies: 1
Views: 3,459
|
Forum: General
12-20-2012, 07:16 AM
|
|
Replies: 1
Views: 4,542
|
Forum: General
12-12-2012, 07:59 AM
|
|
Replies: 2
Views: 5,146
The Adobe Active X component, you mean the...
The Adobe Active X component, you mean the reader?
If so, you're walking the wrong path, it's a reader, not a writer...
If you have Adobe Professional it should be possible, but the how part I...
|
Forum: Apps
12-11-2012, 08:24 AM
|
|
Replies: 1
Views: 9,399
|
Forum: DB-Aware
12-11-2012, 08:22 AM
|
|
Replies: 2
Views: 2,672
|
Forum: General
12-11-2012, 08:21 AM
|
|
Replies: 3
Views: 4,196
|
Forum: General
12-10-2012, 11:44 AM
|
|
Replies: 1
Views: 3,539
from their help: ...
from their help:
http://devzone.advantagedatabase.com/dz/webhelp/advantage10/index.html?master_sp_backupdatabase.htm
and syntax:
This implies 2 input parameters...
|
Forum: General
12-06-2012, 01:03 PM
|
|
Replies: 1
Views: 2,910
|
Forum: VCL
12-06-2012, 07:23 AM
|
|
Replies: 1
Views: 1,454
|
Forum: Apps
12-06-2012, 07:22 AM
|
|
Replies: 1
Views: 1,157
You're talking about a setup file, there are...
You're talking about a setup file, there are several app's that can do this for you
InoSetup seems popular in the delphi community, I myself always use NSIS (but this is harder to understand at...
|
Forum: General
12-06-2012, 07:20 AM
|
|
Replies: 1
Views: 2,787
|
Forum: General
12-06-2012, 07:19 AM
|
|
Replies: 2
Views: 2,585
|
Forum: General
12-05-2012, 07:27 AM
|
|
Replies: 1
Views: 2,663
|
Forum: General
11-26-2012, 01:40 PM
|
|
Replies: 4
Views: 829
|
Forum: General
11-22-2012, 12:40 PM
|
|
Replies: 1
Views: 836
|
Forum: General
11-21-2012, 07:20 AM
|
|
Replies: 3
Views: 826
|
Forum: General
11-16-2012, 07:12 AM
|
|
Replies: 6
Views: 1,001
in the first post you used...
in the first post you used TIdSSLIOHandlerSocketSSL, are you sure you replaced it with TIdSSLIOHandlerSocket?
I don't use indy 9 anymore, so I cannot build a testapp for this, I can only guess what...
|
Forum: General
11-15-2012, 02:23 PM
|
|
Replies: 6
Views: 1,001
|
Forum: General
11-15-2012, 08:06 AM
|
|
Replies: 6
Views: 1,001
|
Forum: General
11-06-2012, 08:15 AM
|
|
Replies: 2
Views: 542
|
Forum: General
11-05-2012, 07:35 AM
|
|
Replies: 7
Views: 874
|
Forum: General
11-05-2012, 07:32 AM
|
|
Replies: 8
Views: 783
|
Forum: General
11-02-2012, 12:38 PM
|
|
Replies: 5
Views: 527
I didn't even know that was possible to put in...
I didn't even know that was possible to put in other characters than integer into a spinedit
But if so, it's derived from TEdit somewhere, so you could always validate the .Text instead of .Value
...
|
Forum: General
11-02-2012, 09:28 AM
|
|
Replies: 5
Views: 527
I really don't understand the question
You...
I really don't understand the question
You can only input integers in a spinedit, so .Value cannot be empty or a char
any_integer is named integer, but obviously you provide some other datatype...
|
Forum: General
10-26-2012, 12:58 PM
|
|
Replies: 3
Views: 562
|
Forum: General
10-26-2012, 12:51 PM
|
|
Replies: 7
Views: 874
Sure it's possible, but with lots of work ...
Sure it's possible, but with lots of work
Embedding a file into the .exe is easy, but pdf readers seem to lack support of the LoadFromStream methods.
But, since PDF is well documented you could...
|
Forum: General
10-25-2012, 01:57 PM
|
|
Replies: 6
Views: 683
|
Forum: General
10-25-2012, 11:53 AM
|
|
Replies: 6
Views: 683
|