Search found 7 matches

by Deurges
Mon Feb 03 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Lotus Notes and NoPrompt
Replies: 0
Views: 4946

Lotus Notes and NoPrompt

Hi,
Does anybody have experiences with Amyuni and Lotus Notes?
The NoPrompt parameter in the sendmail function does not really work.

"gatc_CDIntf.CDIntf".SendMail(vtx_To, vtx_CC, vtx_BCC, vtx_Subject, vtx_Message, gtx_Mailatt, 0);

Thanks Mike
by Deurges
Mon Feb 03 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: [Solved] Abnormal end at the call of the function Sendmail
Replies: 1
Views: 5538

Bug in Code

Hi, I have found the solution. The bug lay on my site. The DefaultFileName and Sendmail Filename parameter have the same Filename. Wrong: gtx_FileName := 'C:\MyPDF.pdf.'; "gatc_CDIntf.CDIntf".DefaultFileName := gtx_FileName; "gatc_CDIntf.CDIntf".SendMail(ltx_To, ltx_CC, ltx_BCC, ...
by Deurges
Thu Jan 30 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: problem with DefaultFilename and SendByMail property
Replies: 3
Views: 7460

Hello, when I use the SendMail function I get an abnormal end. (The statement in "0 x77ead7e1" refers to memory in "0 x0000000f". The process "read" couldn't be executed on the memory.) When I add the 'send PDF by Mail' thag to the FileNameOptions the mail is created co...
by Deurges
Thu Jan 30 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: [Solved] Abnormal end at the call of the function Sendmail
Replies: 1
Views: 5538

[Solved] Abnormal end at the call of the function Sendmail

My application crashes at the call of the function Sendmail with the following error message. German: Die Anweisung in "0x77ead7e1" verweist auf Speicher in "0x0000000f". Der Vorgang "read" konnte nicht auf dem Speicher durchgeführt werden. :evil: Translated: The state...
by Deurges
Fri Jan 24 2003
Forum: Delphi Community
Topic: No ActiveX Control in Delphi
Replies: 3
Views: 16568

Hi,
sorry, under Component --> Active X tool there is no "Amyuni" or "CDintf" ActiveX-Control.

When I click on the add button delphi want an ocx file. In the Amyuni folder is no ocx file? :?:
by Deurges
Fri Jan 24 2003
Forum: Delphi Community
Topic: No ActiveX Control in Delphi
Replies: 3
Views: 16568

No ActiveX Control in Delphi

Hi,
I was unable to find the activex component in Delphi listing.

After installing the converter I have registered the DLL with "regsvr32 cdintf.dll".

It doesn't appear in the list Component -> Active X Control.

How can I use the tool in delphi?
by Deurges
Fri Jan 24 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: problem with DefaultFilename and SendByMail property
Replies: 3
Views: 7460

problem with DefaultFilename and SendByMail property

Hi, I want to send the pdf document directly by Email. It seems so that the DefaultFileame-Property doesn't work with the SendByMail-Property. If I create the document on the filesystem and use the function sendmail, then it works. Is there a possibility to use the SendByMail- and DefaultFilename-pr...