OnLoadDocument is called after the document is loaded from field, but before it is displayed (i.e. before DBRichView calls Format).
In this event you can do mail merging.
DBRichView cannot save documents in fields.
Search found 9731 matches
- Tue Apr 24, 2007 9:09 am
- Forum: Support
- Topic: TDBRichEdit and replacing tags with text on save/load
- Replies: 4
- Views: 17062
- Tue Apr 24, 2007 8:01 am
- Forum: Support
- Topic: temporarily ignoring styles
- Replies: 20
- Views: 70853
- Sun Apr 22, 2007 11:36 am
- Forum: Support
- Topic: Backspace/Delete key works wrong with Korean characters
- Replies: 1
- Views: 9441
No, trichview does not support DBCS directly.
In order to support Korean, use Unicode: http://www.trichview.com/forums/viewtopic.php?t=70
You can still load and save DBCS files, but internally the text must be Unicode.
In order to support Korean, use Unicode: http://www.trichview.com/forums/viewtopic.php?t=70
You can still load and save DBCS files, but internally the text must be Unicode.
- Sat Apr 21, 2007 9:27 am
- Forum: Support
- Topic: Tables and fonts..
- Replies: 3
- Views: 13491
- Sat Apr 21, 2007 6:48 am
- Forum: Support
- Topic: Tables and fonts..
- Replies: 3
- Views: 13491
- Fri Apr 20, 2007 4:34 pm
- Forum: Examples, Demos
- Topic: [Demo] Sending HTML email. Saving MIME-encoded files.
- Replies: 40
- Views: 3398906
- Thu Apr 19, 2007 4:55 am
- Forum: Support
- Topic: RTF via TDBRichView
- Replies: 5
- Views: 15095
- Wed Apr 18, 2007 3:24 pm
- Forum: Support
- Topic: RTF via TDBRichView
- Replies: 5
- Views: 15095
- Wed Apr 18, 2007 4:37 am
- Forum: Support
- Topic: Cancel Loading RTF
- Replies: 2
- Views: 12543
- Tue Apr 17, 2007 6:25 pm
- Forum: Support
- Topic: Change style to part of text
- Replies: 6
- Views: 24673
AddNL can add text in the same paragraph, pass -1 to ParaNo parameter:
Code: Select all
with table.Cells[0,0] do begin
Clear;
AddNL( 'aaaaaaaaaaaaaaaaaaaaa ', 7, 3);
AddNL( cargo, 8, -1);
AddNL( 'bbbbbbbbbbbbbbbb', 7, -1);
end;
- Tue Apr 17, 2007 6:23 pm
- Forum: Support
- Topic: RTF via TDBRichView
- Replies: 5
- Views: 15095
I do not understand the question completely, but as for data type for TDBRichView/TDBRichViewEdit, it must be able to contain data of any size.
(Table.FieldByName(...) is TBLOBField) must be True for this field.
If field contains RTF document, it may be a memo field.
But by default, TDBRichViewEdit ...
(Table.FieldByName(...) is TBLOBField) must be True for this field.
If field contains RTF document, it may be a memo field.
But by default, TDBRichViewEdit ...
- Tue Apr 17, 2007 6:15 pm
- Forum: Support
- Topic: Removing Page break
- Replies: 2
- Views: 10702
- Tue Apr 17, 2007 10:48 am
- Forum: Support
- Topic: Convert RTF to plain text
- Replies: 1
- Views: 9432
- Tue Apr 17, 2007 10:47 am
- Forum: Support
- Topic: Change style to part of text
- Replies: 6
- Views: 24673