Hello, I am trying to use the builtin database engine FireDAC in Delphi XE8, we are using MS SQL Server as database.
FireDAC works pretty good but I have run into problems with some functionality in my application! I sometimes get a message like this "ODBC SQL Server driver, the connection is...
Hello, I work with an upgrade from an old Delphi version to the newest XE8 and run into problems when I try to compile the application. I get an errormessage in the Embarcadero file ToolsAPI.pas saying "ToolsAPI.pas(18): F2613 Unit 'DockForm' not found". I have searched on the Internet and found...
Hello, I have PDF file which is stored in a blob column in an SQL Server database. The blob was created by a .Net web service (WCF) as a byte array.
In my Delphi XE application I am supposed to "decode" the byte array blob and show the PDF file as it looked originally.
Is this possible to do...
Hi there! I have run into a problem with my Delphi XE application! I have a form where the users can search for records, the result of the search are displayed in a listview. All that works fine, now to the problem! When the user use the TAB key to move around in the form they can't get to the...
Thanks majlumbo, my email messages looks good now thanks to you!! I had to change to ContentType to "MailMessage.ContentType := 'multipart/mixed';" when I had files attached to the mail!
My code looks liket this right now:
if lvwFiler.Items.Count > 0
then MailMessage.ContentType :=...
Thanks for your reply Majlumbo! CharSet := 'UTF-8' is my last line of code before sending the mail! So that was not my problem.
I find it interesting though that if I have any swedish special characters i the Subject part of the mail everything works fine! If there are no special characters in...
Thanks for your reply TonHu. I have noticed another thing: If I have any of the swedish special characters in the Subject part of the mail. The message looks OK, isn't that kind of interesting? Any explanation to that?
Regards,
Kenbla
Hi all, I have a Delphi XE application which sends mails upon request. It works rather well but I sometimes have a problem with the swedish special characters åäö and ÅÄÖ. When I send a mail to a number of recipients it looks OK for most of them but not for all! The special characters doesn't...
Hello, I have a questions for you. I need to know the position of the cursor in TMemo object.
The users can enter information in the TMemo object and when they push a button on the form I need to know what the current position is in that field.
Is this an easy task or? We use Delphi XE.
Regards...
I have a form which contains an inherited TToolbar and TStatusBar in Delphi XE. When I run the form I can see the items from the inherited toolbar and statusbar BUT I can't access these items from the IDE (not declared!)!
How is this possible? Does anyone have any clue?
The form was originally...
Hello, and thanks for your replies.
I don't have any idea what mail-clients the users have! They are spread around the world at different companies. I use MS Outlook and it works fine when I receive the mailmessages.
The mails that are sent from my Delphi application goes to one mailserver and that mailserver distributes the mail to a number of different mailservers across the world. I don't have any idea what the client PC's looks like.
Can the different mailservers and/or client PC's be "unicode uncompliant"?
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.