Search found 8 matches

by CStevenson
Fri Apr 10, 2009 11:15 am
Forum: Support
Topic: DBSRichViewEdit Question(s)
Replies: 10
Views: 17471

Sergey,

I had two other questions earlier in this thread that you didn't answer. Would you look back at them, please?
by CStevenson
Fri Apr 10, 2009 1:19 am
Forum: Support
Topic: DBSRichViewEdit Question(s)
Replies: 10
Views: 17471

I've gotten the following error twice now with DBSRichViewEdit: "A call to an OS function has failed." Any idea what is causing this?
by CStevenson
Thu Apr 09, 2009 9:26 pm
Forum: Support
Topic: DBSRichViewEdit Question(s)
Replies: 10
Views: 17471

You can exclude rvfoSavePicturesBody from RichView.RVFOptions, and use RichView.OnRVFPictureNeeded event to load pictures. Text wrap around pictures is not implemented yet. Currently I am working on left and right alignment of pictures (like in HTML) I see where (and how) to process the picture ...
by CStevenson
Thu Apr 09, 2009 1:21 pm
Forum: Support
Topic: DBSRichViewEdit Question(s)
Replies: 10
Views: 17471

Left/right alignment of picture means text wrapping around to the right/left of the picture. Text at both left and right sides of picture is not planned for near future. The notebook effect is implemented using tiled background picture. Background is not copied to the clipboard. You can see this ...
by CStevenson
Thu Apr 09, 2009 2:13 am
Forum: Support
Topic: DBSRichViewEdit Question(s)
Replies: 10
Views: 17471

You can exclude rvfoSavePicturesBody from RichView.RVFOptions, and use RichView.OnRVFPictureNeeded event to load pictures. Text wrap around pictures is not implemented yet. Currently I am working on left and right alignment of pictures (like in HTML) Thank you. I'll try that. Are there plans to ...
by CStevenson
Wed Apr 08, 2009 1:39 am
Forum: Support
Topic: DBSRichViewEdit Question(s)
Replies: 10
Views: 17471

DBSRichViewEdit Question(s)

Is it possible to put a picture placeholder in a RichView document, and then automatically load the picture from a database when the document is viewed? (Ideally, this would ONLY load the picture when it was within the current screen, dynamically loading the pictures as needed.) The goal is to keep ...
by CStevenson
Tue Apr 07, 2009 3:31 pm
Forum: Support
Topic: EConvertError in DBRichView
Replies: 2
Views: 7983

Thank you Sergey. That worked perfectly.
by CStevenson
Sun Apr 05, 2009 8:20 pm
Forum: Support
Topic: EConvertError in DBRichView
Replies: 2
Views: 7983

EConvertError in DBRichView

I created a project using a DBSRichViewEdit, copied a few pages from the ActionTest demo project, and saved the data into a BLOB field in my database. Then, I tried a DBRichView control, linked to the same field in the DB. When I try to display this data in a TDBRichView, I get the following error ...