Search found 9 matches
- Wed Nov 05, 2014 9:58 am
- Forum: Support
- Topic: TDBRichViewEdit - updating record without calling .post
- Replies: 4
- Views: 14015
- Tue Nov 04, 2014 5:34 pm
- Forum: Support
- Topic: TDBRichViewEdit - updating record without calling .post
- Replies: 4
- Views: 14015
- Tue Nov 04, 2014 2:23 pm
- Forum: Support
- Topic: TDBRichViewEdit - updating record without calling .post
- Replies: 4
- Views: 14015
TDBRichViewEdit - updating record without calling .post
Hi,
I have a TDBRichViewEdit on a modal form. Its used for more advanced editing features -- there is a smaller TDBRichView on the main editing form.
When the user has finished editing on the modal form, the form is just closed (i.e. Dataset.Post is not called as I don't want to affect other ...
I have a TDBRichViewEdit on a modal form. Its used for more advanced editing features -- there is a smaller TDBRichView on the main editing form.
When the user has finished editing on the modal form, the form is just closed (i.e. Dataset.Post is not called as I don't want to affect other ...
- Tue Oct 28, 2014 3:21 pm
- Forum: Support
- Topic: Dataset.Post clears formatting/unicode from TDBRichViewEdit
- Replies: 8
- Views: 23745
Hi Sergey,
I didn't have OnSaveCustomFormat event assigned.
However, your comment got me to question the FieldFormat property and I then found that my code was setting the FieldFormat to 'Text' during the formcreate event. (the record in the database can be either rich text or plain text and my IF ...
I didn't have OnSaveCustomFormat event assigned.
However, your comment got me to question the FieldFormat property and I then found that my code was setting the FieldFormat to 'Text' during the formcreate event. (the record in the database can be either rich text or plain text and my IF ...
- Mon Oct 27, 2014 5:24 pm
- Forum: Support
- Topic: Dataset.Post clears formatting/unicode from TDBRichViewEdit
- Replies: 8
- Views: 23745
- Mon Oct 27, 2014 3:50 pm
- Forum: Support
- Topic: Dataset.Post clears formatting/unicode from TDBRichViewEdit
- Replies: 8
- Views: 23745
- Mon Oct 27, 2014 11:48 am
- Forum: Support
- Topic: Dataset.Post clears formatting/unicode from TDBRichViewEdit
- Replies: 8
- Views: 23745
- Mon Oct 27, 2014 10:00 am
- Forum: Support
- Topic: Dataset.Post clears formatting/unicode from TDBRichViewEdit
- Replies: 8
- Views: 23745
Thanks for your reply Sergey.
Right click on component > Settings...
I have "Allow adding styles dynamically" ticked.
Here's a screen grab of all three settings pages:
http://imgur.com/4wUzcrg
Thanks
Stuart
Right click on component > Settings...
I have "Allow adding styles dynamically" ticked.
Here's a screen grab of all three settings pages:
http://imgur.com/4wUzcrg
Thanks
Stuart
- Fri Oct 24, 2014 6:29 pm
- Forum: Support
- Topic: Dataset.Post clears formatting/unicode from TDBRichViewEdit
- Replies: 8
- Views: 23745
Dataset.Post clears formatting/unicode from TDBRichViewEdit
Hi,
(Please bear with me, I am new to the TRichView components)
I have a blob field in a SQL Server database that I've hooked up a TDBRichViewEdit component (via FireDAC & RemObjects DataAbstract)
If I paste in unicode characters they're showing fine until I call dataset.post (via a Save button ...
(Please bear with me, I am new to the TRichView components)
I have a blob field in a SQL Server database that I've hooked up a TDBRichViewEdit component (via FireDAC & RemObjects DataAbstract)
If I paste in unicode characters they're showing fine until I call dataset.post (via a Save button ...