Questions tagged [delphi-2006]

Delphi 2006 is a specific version of Delphi. Use this tag for issues related specifically to development in Delphi 2006.

Delphi 2006 is a specific version of Delphi. It was released in December 2005.

Delphi 2006 codename is DeXter.

Delphi 2006 was preceded by Delphi 2005 and succeeded by Delphi 2007. As of August 2009 it was no longer officially supported by Embarcadero.

262 questions
0
votes
1 answer

Are there any issues I should watch for installing Delphi 7 on an XP machine with BDS2006 and XE installed already?

I have a development PC where Delphi 2006 and XE are installed and co-existing quite happily. I'm finishing up a job where the client needs to compile the sources, but still uses Delphi 7. I am about to install D7 on my machine, so I can be sure…
rossmcm
  • 5,493
  • 10
  • 55
  • 118
0
votes
1 answer

Using LMDWebHTTPGet downloads the file to the Temporary Internet Files directory only

Using LMDWebHTTPGet1 from LMD Innovative downloads the file to the Temporary Internet Files directory only I would like to get it into a directory of my choice
Tom
  • 1
  • 1
0
votes
1 answer

RegisterMethodInfo and RegisterParamInfo from Delphi XE synonyms in Delphi 2006

my problem is the following. I have a web service that i have to call, but it contains complex types that Delphi 2006 does not recognize. I tried to import the wsdl through delphi xe and it did a good job. The problem is that I have to use this in…
dzibul
  • 612
  • 2
  • 7
  • 20
0
votes
1 answer

Draw a geometric shape

I am trying to draw/display a geometric shape on a Delphi form given a list lines and arcs at a specific X and Y (Cartesian). Example: -Line X0Y0 to X10Y0 -Line X10Y0 to X10Y10 -Line X10Y10 to X0Y10 -Line X0Y10 to X0Y0 -Arc/Circle at X5Y5 diameter…
ikathegreat
  • 2,311
  • 9
  • 49
  • 80
0
votes
2 answers

How to read or write huge Unicode files?

I need to read huge Unicode files into my program and convert to ANSI for parsing and for some files, store them again as Univode while others should be in ANSI code page. As I have understood it, simple read/write don't support Unicode text, and…
0
votes
2 answers

TADODataSet.MasterFields - Performance

I have a Delphi application which has 2 TADODataSet objects that reference CLIENT (Master) and ORDER (detail) data. I have the 2 components linked via the DataSource and Masterfields (using ClientCode) properties and everything functions as…
PDM
  • 503
  • 2
  • 12
  • 27
0
votes
1 answer

Deleting IWTreeViewItems causes exception on form release

On my form I have a IWTreeView and two buttons. One button deletes some IWTreeViewItems, the other releases the form: procedure TIWForm1.IWButton1Click(Sender: TObject); begin IWTreeView1.Items[0].Subitems.Clear; end; procedure…
Ralph M. Rickenbach
  • 12,893
  • 5
  • 29
  • 49
0
votes
3 answers

Delphi 6 -> Delphi 2006 dbexpress weirdness?

I have an older application (written in Delphi 6) that has to be ported to Delphi 2006 (update 2). The application used to connect to an Interbase 6.x database using DBExpress, but the new version needs to connect to a Firebird 2.x…
Arjan de Haan
  • 120
  • 1
  • 5
0
votes
1 answer

How to fix owner draw anomaly in DBGrid?

Continuing with the project started in: How to auto fit/scale DBGrid's (or other similar) columns widths according to its contents? I used the @alzaimar answer to auto fit the columns according to their content width, but he showed me how to…
NaN
  • 8,596
  • 20
  • 79
  • 153
0
votes
2 answers

assigning a value to a global variable (Delphi)

I am trying to access a global variable on a form that is one in an Array of Forms, I have tried using this: max_forms := 3 setlength(form_array, max_forms); form_array[1] := frm1; form_array[2] := frm2; if current_form > 0 then begin …
AJ
0
votes
1 answer

ClientDataSet only partially transferring data from TADOQuery

I have two databases and I need to ensure that all records in one database have a matching record in the other. I will call these DB-SQL and DB-Legacy This would be easy enough if both had an SQL interface, but unfortunately I only have this type of…
0
votes
1 answer

Is there a Plugin for Better Filtering the Delphi 2006 Component Palette items?

I have hundreds of components in my Delphi 2006 installation, but I always have trouble finding those I haven't used before and that may be the solution for what I need at the moment. I have many undocumented packages, but by the name of the…
NaN
  • 8,596
  • 20
  • 79
  • 153
0
votes
1 answer

How to send keyboard virtual button pressing to a TDBLookupComboBox or similar?

I have to convert many Excell files (converted to CSV) to the database layout of my application. In my table there are some fields that uses foreign keys for other tables lists and when my convert code finds a field like that, it does not have the…
NaN
  • 8,596
  • 20
  • 79
  • 153
0
votes
1 answer

Database Synchronization

The problem is synchronize the data at the end of the day. How can i achieve this. how can i achieve this ??Tell me something releted to delphi or higher version and using internet.
user1071339
0
votes
3 answers

Delphi - Want an automated way of maintaining the link between a "source" image file and images in my project

One thing I find Delphi doesn't manage well is the link between image "source" files and the image components in my project (D2006 here but I'm assuming it applies to all versions). Say I have various static images in my project - backgrounds,…
rossmcm
  • 5,493
  • 10
  • 55
  • 118
1 2 3
17
18