Questions tagged as 'delphi-xe6'

2
answers

RAD Studio XE6 does not connect to any database!

Program used: RAD Studio XE6 (32bits). Problem: When creating a new Desktop or Mobile project, when trying to configure the connection to any database, either by FireDAC or dbExpress, the following error occurs: "DBX Error: Driver could no...
asked by 15.08.2014 / 16:10
1
answer

Delphi XE6 - Oracle Driver Problem

Good morning, friends, Recently I started to migrate some fonts in delphi to C #, but there are applications here in the company that connects to several banks, and one of them is oracle, however the delphi of the error by not finding the ora...
asked by 21.02.2018 / 13:50
0
answers

Delphi - Connection tcp with CSTA protocol?

procedure TForm1.Button1Click(Sender: TObject); Var Result: string; Tamanho: Integer; I, Cont, D: Integer; begin Edit3.Text:= ''; Cont:= 0; Tamanho:= Length(Edit1.Text); D:= Tamanho; while Cont <= D do Begin Edi...
asked by 13.09.2016 / 14:18
0
answers

Access denied when deleting Registry (even in regedit)

I'm trying to delete a Windows registry using Delphi but without success (even with Regedit itself I can not). Code I'm using: Function DeleteKeyAPI(hRoot: HKEY; sPath: String; IsReg64: BOOL): BOOL; Var iRet: Integer; Begin If IsReg64 T...
asked by 28.08.2016 / 12:12
0
answers

How do I display two columns in a result of a lookup field?

I'm trying to show not only a result ( LookupResultField ) for a lookup field ( FieldKind , fkLookup ), but two, I tried to put the result fields separated by semicolons, the same works for the DBLookupComboBox component, is it...
asked by 29.08.2015 / 23:26
0
answers

Antivirus recognizes TIdHTTP as a threat in Delphi, what to do?

I'm using Delphi RAD XE6, but my Avast is accusing every application carrying the TIdHTTP component as a virus, even though the application has only one empty form, I even tried to create the component at runtime as a variable, however the probl...
asked by 06.09.2015 / 20:11