Search found 5 matches
- Sat Apr 24, 2010 8:25 pm
- Forum: Support
- Topic: Event for deletion picture
- Replies: 1
- Views: 8059
Event for deletion picture
I need to store pictures in separate database table. When picture added to document I save it to database and put unique identifier to tag of that picture. And I use OnRVFPictureNeeded for retrieving picture from database. All works fine, but I have one problem. I need to delete picture from ...
- Thu Apr 22, 2010 10:40 pm
- Forum: Support
- Topic: Paste without font formatting
- Replies: 3
- Views: 11393
- Mon Apr 19, 2010 9:05 pm
- Forum: Support
- Topic: Paste without font formatting
- Replies: 3
- Views: 11393
Paste without font formatting
I need to paste formatted text, but without font face. In my application users can't change font, but can use formatting like bold, italic, can insert images and use bullets and tables. So I need all this things in pasted data, but with default font used in my application. I understand that I must ...
- Thu Mar 04, 2010 10:27 pm
- Forum: Support
- Topic: Paste text with images from IE\Firefox
- Replies: 5
- Views: 17520
Paste text with images from IE\Firefox
I need to paste formated text from IE\Firefox. If I paste with .Paste method, there are no images. I made working demo using RvHtmlViewImporter and Indy. But in such case all images downloaded from web. When there many pictures, it is pain on slow connections. When I copy such data to MS Words, it ...
- Sat Feb 27, 2010 1:08 am
- Forum: Support
- Topic: How to search text directly from database field
- Replies: 3
- Views: 12589
I am tried this code, it works fine, but when there are hyper-links in text it throws exception like: Exception class EConvertError with message ''http://www.google.com' is not a valid integer value'. Seems it in RVFReadTag function, but I can't trace as there are no sources in trial :D Or may be ...