Search found 6 matches
- Wed Mar 02, 2016 2:52 pm
- Forum: Support
- Topic: The demo sending email crashes
- Replies: 1
- Views: 9116
- Tue Mar 01, 2016 4:46 pm
- Forum: Support
- Topic: The demo sending email crashes
- Replies: 1
- Views: 9116
The demo sending email crashes
I have downloaded the trial version of the product and I have now seen that it doesn't work with sending mail via outlook. So I had a look at Mime Demo and sending with Indy (we are using Indy 10). Unfortunately the demo crashes when I try to send the default message. I am using Delphi 7. Here is ...
- Tue Mar 01, 2016 3:31 pm
- Forum: Support
- Topic: Loading from RTF stream does not show any data
- Replies: 2
- Views: 15512
- Tue Mar 01, 2016 1:11 pm
- Forum: Support
- Topic: Loading from RTF stream does not show any data
- Replies: 2
- Views: 15512
Loading from RTF stream does not show any data
I am probably doing something very simple wrong. I have an RTF document saved within a database as a Blob field. I load this into a string and then stream it into a RichViewEdit document, but nothing is displayed: MemStream.Clear; i := length(RTFString) * SizeOf(RTFString[1]); MemStream.Write ...
- Tue Mar 01, 2016 12:04 pm
- Forum: Support
- Topic: Delphi Access violation when running LoadRTFFromStream
- Replies: 1
- Views: 8838
- Tue Mar 01, 2016 11:17 am
- Forum: Support
- Topic: Delphi Access violation when running LoadRTFFromStream
- Replies: 1
- Views: 8838
Delphi Access violation when running LoadRTFFromStream
When I try to load a Rich View Edit from RTF stram I get an access violation and the message RVRTFProps.pas not found. Please can someone help