Search the Wiki

Viewing 193 to 195 of 409 items

ASCII

The TextFile device in ReportBuilder converts report output into an ASCII text file. The intent of this device is to create structured data that can be imported into another application, such as a spreadsheet. The following text file formats are supported: ▪ comma-delimited ▪ tab-delimited ▪ fixed length records ▪ custom-delimited Because report output is  Full Article…

0

Troubleshooting… Cannot Preview Email

Issue: While using a MAPI email plugin with Windows Vista/7+, the default email client (Outlook, Windows Mail, etc.) will not preview the message.  An “Unknown Error” or “User Abort” error is returned in most cases.   Solution: 1.  In order for MAPI to function correctly, the bitness of the MAPI application (Delphi/RB application) must match  Full Article…

0

How To…Show Email Errors

Question “My emails won’t send.  Is there a way to see the error returned by my email server/MAPI client?” Solution By default all email errors are caught and suppressed.  Use the TppSMTPCustom.OnEmailError event to capture the error text returned by your email server or MAPI compatible email client.  This event can be accessed from the  Full Article…

0