Skip to main content
0 votes
1 answer
166 views

Using Azure DevOps with Git, I was trying to create a command line to compile and build all the projects (.dpr) we have in the company. With this, we can ensure that everything is working in all PRs ...
Tobexy's user avatar
  • 33
0 votes
0 answers
46 views

Attention: Following question: How to pass DataSet: TDataSet as procedure parameter is about completely different topic. I would like to have a set of dynamic attributes for an entity in Microsoft SQL ...
Paul's user avatar
  • 26.8k
1 vote
1 answer
122 views

I am trying to migrate a Delphi 6 application with TdxDBGrid to Delphi 2009, and for the time being I would like to keep TdxDBGrid, because it has features that TcxGrid does not (we're moving to ...
TomR's user avatar
  • 3,364
2 votes
1 answer
93 views

I am working with the legacy code and it it has lot of TClientDataSet instances on the TDataModul or TForm children and the common feature is that many of them have: Active=True already assigned in ...
TomR's user avatar
  • 3,364
-4 votes
1 answer
120 views

We got this program for migration purposes. Still first we have to get it running / build a version using the old environment to check if this works. How can we get this component? Which library is it ...
Nicolas Heyne's user avatar
0 votes
1 answer
99 views

I have a fairly large D6 project I need to hand over to other people. Similar to this question except here, all source is available However, I have made several experiments and tests over the years, ...
MyICQ's user avatar
  • 1,176
-1 votes
1 answer
169 views

I have a legacy Delphi6 app. It was making use of iManage's COM interface DLL's. (Imported into D6 as _TLB unit files you'd include in the uses statements) BUT... iManage has End-of-Life'd their COM ...
TheGDog's user avatar
  • 27
0 votes
1 answer
157 views

I have the following procedure in Delphi 6: procedure TfrmUserCRUD.ShowErrorWithFocus(Message: string; FocusedField: TWinControl); begin try raise Exception.Create(Message); except on E : ...
HQSantos's user avatar
  • 764
0 votes
0 answers
61 views

I am using Indy 10 with Delphi 6 and until now managed to pass contents as UTF-8. Unfortunately, params are parsed as ANSI, replacing, for example, ö with o when not the central european code page is ...
Paul's user avatar
  • 26.8k
0 votes
1 answer
49 views

I'm newby on DevExpress and I need an help to understand these component. Thank you in advance :) I'm migrating an old Delphi software written in Delphi 6 to Delphi 2007 and than hope to XE. I've ...
Giansi87's user avatar
0 votes
1 answer
160 views

Already I had a problem with sending data using the TIdHTTP component in Delphi 11, and I got the solution from Getting spaces after upgrading from Indy 9 on Delphi 6 to Indy 10 on Delphi 11. // sUrl -...
sn_na_v's user avatar
  • 31
1 vote
1 answer
661 views

I'm getting an access violation when I try to link to a function within a DLL file. DLL was made in Delphi 6 and we are upgrading to Delphi 11 (wild jump I know). So the code once upon a time worked ...
TedEdGo's user avatar
  • 13
2 votes
2 answers
211 views

This unit generates a warning that the value of frog might be undefined even though result is explicity set: unit homePage; interface function frog(const ts, fs: string; ci: integer; const ss: ...
Witness Protection ID 44583292's user avatar
0 votes
1 answer
224 views

I have a problem with Delphi 6 and Indy's TIdIcmpClient component. I get this message when compiling the following code, in the marked line (51): FPing.OnReply := OnPingReply; [Error] fire.pas(51): ...
gikam's user avatar
  • 15
0 votes
2 answers
70 views

I'm adding a checkbox to the BrowseForFolder dialog using the following calls... ControlCreateStyles := WS_CHILD or {WS_CLIPSIBLINGS or} WS_VISIBLE or WS_TABSTOP or BS_CHECKBOX; ChkBoxHdl := ...
MFM's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
19