Modify a working Delphi XE4 installation does not workHello,
i need to upgrade the intraweb component in Delphi XE4 to the official atozed license.
The info from atozed is first to uninstall the bundled version.
But when i start the installation wizard from XE4 and select modify, a message "serial number unvalid" appears
and i can only stop with taskmanager.
What can i do.
Thanks
Theo
Ok, i found the solution myself.
Here is how it goes:
http://support.embarcadero.com/article/43089
...
ASA8 and Delphi ADO? Is it work?Anybody test this configuration? As i can remember ASA7 don't work with
Delphi via ADO.
----------------------------------
Oleg Kovalevsky
Moscow, Russia
I haven't tested ASA8 with Delphi, but I'm using ASA7 with Delphi 5
and ADOExpress. There are some glitches, but ASA support has been
very helpful with addressing the problems.
On Fri, 29 Mar 2002 17:01:05 +0300, "Oleg Kovalevsky"
<okovalevsky@hotmail.com> wrote:
>Anybody test this configuration? As i can remember ASA7 don't work with
>Delphi via ADO.
>
>
>----------...
Convert Delphi 5 ADO App to Delphi 2007 ADO.NETI have an appliction tha that is writen in Delphi 5 with ADOConnetion, ADOTable, and ADOQuery components.
I need to upgrade to Delphi 2007 and use ADO.NET.
I have the program building in with Delphi 2007. Is there anything I need to do to convert the ADO to ADO.NET?
> I need to upgrade to Delphi 2007 and use ADO.NET.
Why ?
--
With best regards,
Dmitry Arefiev
AnyDAC (www.anydac.com) - Oracle, MS SQL Server, IBM DB2, MySQL,
Firebird, Interbase, PostgreSQL, Sybase ASA, SQLite, MS Access, DBX,
ODBC, InMem - universal high-speed native data access engine
Reasons for ...
ADO Connection not working if Delphi and Oracle not on same computerI had Delphi working fine with Oracle using ADO when Oracle 11g is on the same pc as Delphi. I tried to use Delphi from another pc and I do not know what to enter for "Servername" on the Build connection string screen. Originally I had tough I needed to enter the computer name, aka Hostname. I also tried entering a name of the oracle instance or Oracle service, and also tried using this info in for format of hostname.service and \\hostname-service.
Can someone help -is it just the computer name, is it the ip address, does it need the Oracle instance name?
Thanks.
steve
Hel...
I need to modify this code ESC / POS to work in Delphi XE3Please, this code has always worked in Delphi 2007 but I decided to migrate to Delphi XE3 and I no longer work for the issue of unicode variables. I tried changing in many ways and not hit. I need to print direclty to printer dot-matrix. Can anyone help?
{code}
unit AREPrinter;
{$B-}
interface
uses
Windows, SysUtils, Classes;
type
TAREPrinter = class(TComponent)
constructor Create(AOwner:TComponent); override;
destructor Destroy; override;
private
fDocumentTitle: AnsiString;
fPrinterName: AnsiString;
fPrinterHandle: DWord;
fLevel: Integer;...
Delphi 6 to Delphi 2010 upgrade and ADOWe have an application written in Delphi 6 Professional that uses ADO to access databases servers that may be on other PCs in our network.
We want to move to Delphi 2010 but can't decide if we need Professional or Enterprise. 2010 Pro has dbGO - will this give us the same functionality as the ADO components we use in Delphi 6 Pro?
Thanks,
Keith
> 2010 Pro has dbGO - will this give us the same functionality as the
> ADO components we use in Delphi 6 Pro?
Yes.
> {quote:title=Joachim Uersfeld wrote:}{quote}
> > 2010 Pro has dbGO - will this give us the same func...
ADO Connection with VB6 works, XE2 does not workI am facing a strange problem in a concrete Windows 7 64 bits Home Premium SP2 machine, with other machines in the same local network all is working ok.
My tests are the following:
1.) I create an *.UDL file. I click in "Test connection" and it works, I am using the generated string to test the connection in the programs:
Provider=SQLOLEDB.1;Persist Security Info=True;User ID=sa;Password=mypassword;Data Source=SERVIDOR\HOMEDES;
2.) Using an old VB6 program to connect to the SQL Server it works.
3.) Using a test program using XE2 it does not work, it fails in the lin...
Why does this work fine in Delphi 2009, but not in Delphi 2010I've been racking my head trying to figure this out and can't understand what is wrong, TFileStream.ReadComponentRes fails when I try to read a component containing a record, it works fine in Delphi 2009 and Delphi 2007, but fails with Delphi 2010
Here is the unit source and DFM
*+//UnitSource+*
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TThresholdMode = (tm0,tm1,tm2,tm3,tm4,tm5);
TThreshold = Record
Mode:TThresholdMode;
Filter,Start,Stop:Integer;
end;
...
ASA7 ADO & Delphi ADO ?? Anyone is using it?Any comments? Is it working? Any Problems?
Thanks
Hi,
PR <noemail@no.com> schrieb in im Newsbeitrag:
BoTThJaq$GA.89@forums.sybase.com...
> Any comments? Is it working? Any Problems?
I tried to connect to ASA7 via the new OLE DB - Provider and ADOExpress from
Delphi 5.01. No chance. Only the error message 'Invalid Enum Value'. About
the new provider I haven't heard anything good until now...
Regards
Frank
Frank,
I've experienced the same problem with the ASA 7 OLEDB Provider.
I'm not sure if this is a bug in the AsaProvider or Delp...
Unit working on delphi 7Hello,
i have unit working on delphi7 - 2010 BUT on XE5 give me a lot of errors
can you help me please to check whats wrong in the unit on XE5
{$WARNINGS OFF}
unit CommonMemoryUnit;
interface
uses
Windows, Messages, SysUtils, Classes, Dialogs;
type
TCommMemNT = class(TObject)
private
FMemPtr:pointer;
FhProcess:THandle;
FdwProcessId:DWORD;
FSize:integer;
FPosition : Cardinal;
protected
procedure Open(AllocSize:integer);
procedure Close;
public
constructor Create(hTarget:HWND;AllocSize:integer);
destructor Destroy;override;
procedure Ze...
Is dll developed in Delphi 6 works on Delphi 2?I have a one dll, whose work is to creates a form with some normal vcl controls, print selected tables and email some reports. It was developed in Delphi 6. Can any other application which was developed in Delphi 2 use that dll.? If not, please let me know in which areas i need change. The dll work is only to print and email.
With regards,
Srikanth Varma
Srikanth varma wrote:
> I have a one dll, whose work is to creates a form with some normal
> vcl controls, print selected tables and email some reports. It was
> developed in Delphi 6. Can any other application which was d...
Code works in Delphi 7 but not in Delphi 2010 [Edit]hello,
i have a procedure that open's a file by passing the file name as the parameter to the executable.
something like this
{code}
C : \ P r o g r a m F i l e s \ Da c k e r \ D r a c k e r . e x e " G : \ D E l p h i 7 \ D e l p h i 7 A p p _ l o g . t "
{code}
The source code is
{code}
procedure OpenFileWithExe
var
hReg: HKEY;
Ret: Longint;
RegDataType, RegDataSize: DWORD;
CmdLine: array [0..560] of Char;
Len: Integer;
SInfo: TStartupInfo;
PInfo: TProcessInformation;
begin
Ret := windows.RegOpenKeyEx(HKEY_CURRENT_USER,
...
Work Order Driver... Update Work Orders with modified values.I have a work order driver setup that manages the removal of "job Positions"
at future dates. When a Position is stamped with an end date, a work order
is created, and the "nwoContent" value is the value of an attribute that I
want deleted from the user at the appointed hour. However, we have found
over time that HR sometimes modifies the position AFTER they have stamped
the end date. The modify comes through and another work order is created.
The original work order errors out... it ultimately works but is VERY messy.
Too many work orders get created, too ...
modify is not working ...Hello together,
I try to modify the value of an attribute. This attribute is has multiple
values.
the following code is what i do:
----------- snip ----------
$ldap = Net::LDAP->new ( $ldaphost ) or die "$@";
$mesg = $ldap->bind ( "$ldapuser",
password => "$ldappassword",
version => 3);
foreach $tmp (keys %add) {
$entry = $ldap -> modify ( "$tmp",
add=> [ 'member' => $username ] );
}
foreach ...