I'm having serious problem with CR 8.5 and HP1200 printers. I am getting message "Crystall Reports Error printing on LPT1" periodically, and only way to get everything to work is to reinstall printer driver. When such event occur, spooler is full, but printer does not print. This happens once in...
Here is a simple funcitions that can solve your problem...
procedure TMain.Button1Click(Sender: TObject);
var i : integer;
sRet : String;
sPom : String;
sPassWord : String;
begin
sPassWord:=ParamStr(4);
sRet :='';
sPom :='';
For i:=1 to (Length(sPassWord) div 2) do
begin
sPom...
This is a little program I tried to convert from VB to Delphi. I have error in line DecryptStr := DecryptStr + Chr(Ord(sPom[1]) - EncCode);
unit fileEncriptDecript;
interface
uses
Messages, SysUtils, Variants, Classes,
ExtCtrls, ComCtrls,StrUtils;
implementation
Function Add128(strul ...
I immediately need script for killing inactive database connections on my server. My company uses ADO and it leaves many connections that are not active
Why does my ADO connection remains after I do connection.close? It seems that database connection is closed but is still visible on connections list on UNIX server. This is a real problem considering problem of connection licencing. So I have up to 10 connections from the same client although I...
I wish to deploy my VB6 application with CR designers.
I have coppied all *.dll files to my winnt/system32 folder
and done regsvr32 craxdrt.dll;regsvr32 crviewer.dll;regsvr32 crystl32.ocx. On some (not all) Win NT 4.0 maschines I had message: "Cant load library, GetLastError returns...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.