Delphi 2007 is a specific version of Delphi. Delphi 2007 was released in March 2007, and was available as a standalone product or as part of RAD Studio 2007.

learn more… | top users | synonyms

-2
votes
0answers
59 views

How to read Microsoft Word files into Delphi? [closed]

How can I read a .doc file (regardless of the MSWord version) into my desktop app in Delphi 2007? I need to read a .doc or .docx file and show its contents in screen. I know there is a library that ...
1
vote
1answer
21 views

Out of memory error in Delphi with ODBC and MidasLib

I have an ADOQuery connected to a DataSetProvider connected to a ClientDataSet connected to a DataSource connected to a DBGrid. Under some circumstances, the query returns too many records, and I get ...
1
vote
1answer
74 views

ShowMessage in Delphi XE3 DllMain

DLL below is compiled with XE3. library MyDLL; uses System.SysUtils, System.Classes, Vcl.Dialogs; {$R *.res} var II: Integer; function Test: Integer; begin Result := II; end; exports Test; ...
0
votes
1answer
63 views

How to use TImageList.DrawOverlay?

I use D2007 and TcxButton with a glyph image from Devexpress but it should be the same for any image. The button have 2 states and on the second state I want to draw an overlay over the original ...
1
vote
1answer
52 views

TDBEdit/TEdit component borders disapear

I have a form that correctly displays component borders most of the time. However when I tab out of the form’s first input field, the borders of all the form’s TDBEdit/TEdit components disappear. The ...
3
votes
1answer
162 views

Delphi interface implements

I would expect that the reference counting should work on the outer aggregating object in an interface implementation. If I can refer to another example: Clarity in classes implementing multiple ...
0
votes
1answer
76 views

Change Icon of a raised Exception in Delphi

In our application we have created several Exceptions classes for all our needs. But now the problem is, that the raised Exception Dialog always is MessageType mtError and of course shows the ...
0
votes
1answer
62 views

Loading Bitmaps onto WinAPI Window(NO FORM!) From .res Files

i have a Win32 API Application in Delphi 2007 with no form and would like to load a bitmap from a .res file. Been looking around for two day's and just can't seem to find anything on this subject so ...
1
vote
1answer
54 views

How To Override a Delphi Object from a Third Party

I am using a third party reporting VCL package in Delphi 2007. I want to add some code to each of the functions that a couple of objects of this package have. But, I want to do it without having to ...
3
votes
1answer
99 views

Which updates to install to reach the latest version of Delphi 2007?

There are a handful of patches for Delphi 2007 in my Registered Users downloads page. (This page is quite unwieldy if you have more than a few registered versions.) I no longer recall what is the ...
1
vote
1answer
53 views

Bluetooth delphi 2007

I' m new to Delphi and using Delphi 2007, I'm connecting to a Bluetooth printer e and also send data. Referring to post Bluetooth and Delphi and Indy Bluetooth support , I'm trying to load ...
0
votes
1answer
114 views

StrToDate do not use my FormatSetting [closed]

In my big application I try to read another dateformat than my locale settings. But that failed with exception. So I made a simple demo to reproduce. Could be that I made a simple error. My local ...
2
votes
1answer
174 views

TListview is not correctly painted when OnDrawItem event is used

I'm using the OnDrawItem event in the TlistView component to draw the content using custom colors, but when scroll the listview some artifacts appears. This is the code used. procedure ...
0
votes
1answer
129 views

How I can change the highlight color of a TEdit component?

I need to tweak the appareance of a TEdit component, But i'm failing to find a solution to change the highlight color and font color of a TEdit component when the text is selected (highlighted) , ...
-1
votes
1answer
121 views

Bogus “Undeclared Identifier” errors from the compiler?

I am writing a designtime package in Delphi 2007. I decided to move some event type declarations into their own Eventsunit so they can be used in multiple units. When I did the compiler started ...
1
vote
2answers
170 views

Keeping Excel open after Application ends (Delphi Automation)

I'm using Delphi 2007's ExcelXP components as explained here to connect to MS Excel and populate some fields in a worksheet. That works as it should, I can modify the worksheet all I want. However, ...
2
votes
3answers
172 views

Updating each thread's timer in a TListView without CPU overload

Delphi used: 2007 Hello everyone, I have a TListView with ViewStyle set to vsReport. When I click on a button, I launch about 50 threads. Each thread has a TListItem component. Each TListItem has a ...
5
votes
3answers
184 views

The difference between one and many “type” blocks in Delphi

I've been programming Delphi for five or six years now and I consider myself fairly good at it, but I stumbled across a behavior recently which I couldn't really explain. I was writing a simple linked ...
0
votes
1answer
98 views

How to get a static Tbitmap.canvas.handle?

Trying to set up an Opengl context to render into a bitmap but I've found the handle returned from the Tbimap canvas object keeps changing so the rendering context keeps throwing an exception because ...
1
vote
0answers
117 views

Is there a reliable way to draw a bitmap on a Tprinter canvas?

I have created a print preview object which allows me to organise several graphic objects from different sources onto a printed page. In order to render these objects on the printer canvas I have to ...
1
vote
1answer
145 views

Does TMonitor.GetBoundsRect have an access violation bug in Delphi 2007 triggered by VNC?

This is a crash report I get from customers running one of our big products built in Delphi 2007, that I am unable to reproduce and which doesn't even have any non-VCL code directly involved via the ...
4
votes
2answers
337 views

How to hide an application from taskbar in Windows 7?

I would like to hide an application from the Windows 7 taskbar. I want to make something like a toolbar on the edge of the screen which does certain things when the user clicks on it, but I don't ...
0
votes
1answer
213 views

Reinstaling Formula One component (TF1Book) in Delphi 2007, License Information for TF1Book not found error [closed]

I'm moving an old project developed with Delphi 2007 and a bunch of 3rd party components from an old computer to my own instalation. Everything except the TF1Book component (from the VCF132.ocx ...
0
votes
2answers
118 views

Recursively Import From Resource File Delphi 2007

I have created a resource file for a Delphi 2007 application. The resource files contains 10 Bitmap entries. I was wondering if there was a way to load all of the bitmaps into an Imagelist by ...
7
votes
3answers
143 views

Object inheritence involving enumerated types

Delphi 2007, moving to Delphi XE over the next year. Our product makes extensive use of a third-party component. We don't use the component directly, but instead use a custom descendant of it, to ...
6
votes
4answers
209 views

Directory path manipulation in Delphi?

I have the full path name of a given folder for e.g. c:\foo\bar Now I would like to reference a file inside c:\foo named baz.txt, c:\foo\bar\..\baz.txt I am currently using the .. path operator ...
1
vote
1answer
167 views

Paradox error on CreateTable

I was creating table during execution, however at the creation of the table, (see my code) procedure CreateTempTable(pDataBaseName,pSessionName:String); begin //-------create "TempTable" ...
3
votes
1answer
144 views

Delphi display a frame by tag number in page control

I have a unique question. I am using Delphi 2007 on Windows XP. I have a form with a TPageControl component. I created a Frame that I want to display within that PageControl. I will be creating many ...
2
votes
2answers
283 views

Sorting multidimensional array in Delphi 2007

I have a multidimensional array similar to the one described below: Matrix => array( [0] => array( [0] => 7, [1] => 'hello' ), [1] => array( [0] => 3, [1] => 'there' ), [2] ...
-3
votes
1answer
178 views

How to implement TDateTime as params for SQL Server [closed]

I admit I am not experienced with using SQL directly in Delphi. But I tried now with a small project. It execute a this SQL SELECT [Type], [Sum] = Count(*) FROM exceptionrow WHERE LogDate >= ...
2
votes
1answer
255 views

Move Delphi installation from one computer to another with 3rd party tools [duplicate]

Possible Duplicate: How to migrate Delphi or clone Delphi registry settings? I'm taking over an old desktop application written in Delphi 2007, and which uses like 30 third party tools. I ...
0
votes
2answers
465 views

EInvalidPointer message with 'Invalid Pointer Operation'

The program compiles and runs successfully (on delphi 2007), but during debugging only, it pops up a message box saying "Invalid Pointer Operation" when shutting the program down. I found none and ...
2
votes
2answers
124 views

How do I figure out where my project brings in a module I don't want to use?

I am converting a project from Delphi 5 to Delphi 2007 and am getting the compile error Required package 'qrpt' not found. I am not using Quick Reports in this project and I have tried ...
0
votes
0answers
86 views

How can I get the result from SQL generated Identity? [duplicate]

Possible Duplicate: SQL Server - Return value after INSERT I'm a bit of beginner with SQL and SQL Server. I have a table with 2 columns. CREATE TABLE [dbo].[Log]( [FileName] ...
8
votes
3answers
170 views

What is the best way to autostart an action after OnShow event?

I have a small application that most of the time have an action behind a Start-button that should be triggered from the commandline parameter /AUTORUN. If that parameter is missing the user could also ...
2
votes
2answers
225 views

incompatible char and widechar delphi

I have strange problem. Im using delphi 2007 and runing it with -r switch. On my computer everithing works fine. When I transfer code to another computer I get error: Incompatible types char and ...
0
votes
0answers
143 views

How to convert float to string in Delphi specifying Significant Digits, not Decimal Digits (and not G format)

I usually print numbers with a specific number of decimal digits, but I now need to print one with a specified number of significant digits. The numbers need to be like "1.23" not like "1.2 E0". I ...
1
vote
0answers
96 views

Delphi couldn't load some packages

I had Delphi 2010, but for some reasons I had to uninstall it, then install Delphi 2007. After that I had to build some packages, that end up with these errors, knowing that on my pc at work they ...
0
votes
0answers
168 views

Program hang after scheduled task executed

I have an application called DataPumpOCL that pump data between 2 databases. It also do some transformation by flatten data to tables to destination DB. It works fine. There is 2 problems: During ...
1
vote
0answers
169 views

Delphi 2007 - ASP.net - Window already registered as a drop target / Failed to Find Event

I have a large ASP.net project that I need to maintain in Delphi 2007. When I open any ASP.net project, including a Hello World project, I immediately get an error message saying "This window has ...
4
votes
1answer
239 views

What is the difference between TDataSet and TClientDataset memory management?

I'm using TIBDataSet to fetch records from Firebird database table using Delphi 2007. There is about 1 million records in that table and I'm getting the Out of memory error. The same query runs ...
3
votes
3answers
205 views

How do I prevent two align to bottom controls from reversing order?

I have a form with three main components: A FlowPanel that is set to Align to Client A second FlowPanel set to Align to Bottom A StatusBar set to Align to Bottom. Everything starts out looking ...
5
votes
1answer
264 views

How to determine whether a user account is a (indirect) member of an AD group?

How to determine whether a user account is a member of an AD group, especially when then user is not a direct member of the group An example: user1 is member of group1 group1 is member of group2 ...
0
votes
1answer
247 views

c++ dll for FoxPro

I have program compiled with FoxPro that calls d1.dll functions. d1.dll was developed with Delphi 2007. I need to develop d1.dll that will replace existing one using c++. After several tests FoxPro ...
10
votes
1answer
465 views

Wrong hint showing on TListView with OwnerData and OwnerDraw set to True

I use Delphi 2007. I have a TListView with OwnerData and OwnerDraw set to True. ViewStyle is set to vsReport. I have a record. type TAList=record Item:Integer; SubItem1:String; ...
1
vote
1answer
295 views

Compiling Delphi 2007 packages in Delphi xe3

I'm trying to recompile a package (delphi2007) with Delphi XE3 and I get the error: "E2199 Packages 'vcl' and 'rtl' both contain unit ' ' " Any idea how to solve this problem?
2
votes
1answer
182 views

How to process multi result set queries with dbExpress

I have such an sql statement: UPDATE tbworker SET iState=2 WHERE iState=1; UPDATE tbworker SEt iState=3 WHERE iState=0; And I want to execute this statement in one request to MySQL. Simple sql ...
2
votes
1answer
262 views

Same code runs slower as a Windows service than a GUI application

I have some Delphi 2007 code which runs in two different applications, one is a GUI application and the other is a Windows service. The weird part is that while the GUI application technically seems ...
0
votes
0answers
77 views

selectcliprgn effects on context menu's

I have created my own graphics component based on TcustomControl. The control first draws a border area were textual information is drawn, it then sets a rectangular clipregion some percentage in ...
0
votes
2answers
235 views

Right mouse button in image disabling first click mouse events outside of image

I have a Delphi app with a TImgView32 control (part of Graphics32). I am handing the mouse move and mouse down event, and that is working. The problem is that whenever I use the right mouse button ...

1 2 3 4 5 11