It is not only artifacts of zooming:
1. If I print (TsrvActionPrint):
https://www.dropbox.com/s/yn76ni4g0v87iso/%D0%A2%D0%B0%D0%B1%D0%BB%D0%B8%D1%86%D0%B0.png
2. And I need table border 1px !!!
If set BorderWidth = 0 this is terrible:
https://www.dropbox.com/s/zefe9rqy75gnwu0/%D0%A2%D0%B0%D0%B1 ...
Search found 14 matches
- Mon Apr 21, 2014 12:20 pm
- Forum: Support
- Topic: Table 1px border problem with MergeCells
- Replies: 14
- Views: 31185
- Sun Apr 20, 2014 10:10 am
- Forum: Support
- Topic: Table 1px border problem with MergeCells
- Replies: 14
- Views: 31185
- Thu Apr 17, 2014 7:41 pm
- Forum: Support
- Topic: Table 1px border problem with MergeCells
- Replies: 14
- Views: 31185
- Thu Apr 17, 2014 9:45 am
- Forum: Support
- Topic: Table 1px border problem with MergeCells
- Replies: 14
- Views: 31185
- Sun Apr 13, 2014 6:24 pm
- Forum: Support
- Topic: Table 1px border problem with MergeCells
- Replies: 14
- Views: 31185
- Wed Apr 09, 2014 6:59 pm
- Forum: Support
- Topic: Table 1px border problem with MergeCells
- Replies: 14
- Views: 31185
- Sun Mar 30, 2014 11:16 am
- Forum: Support
- Topic: Table 1px border problem with MergeCells
- Replies: 14
- Views: 31185
- Fri Mar 28, 2014 10:01 am
- Forum: Support
- Topic: Table 1px border problem with MergeCells
- Replies: 14
- Views: 31185
Table 1px border problem with MergeCells
Hello!
IF:
TRVTableItemInfo* __fastcall CreateTable(int Rows,int Cols,TCustomRVData *RVData)
{
TRVTableItemInfo *Table = new TRVTableItemInfo(Rows,Cols,RVData);
Table->BorderStyle = rvtbColor;
Table->CellBorderStyle = rvtbColor;
Table->Color = Graphics::clNone;
Table->BorderColor = clBlack ...
IF:
TRVTableItemInfo* __fastcall CreateTable(int Rows,int Cols,TCustomRVData *RVData)
{
TRVTableItemInfo *Table = new TRVTableItemInfo(Rows,Cols,RVData);
Table->BorderStyle = rvtbColor;
Table->CellBorderStyle = rvtbColor;
Table->Color = Graphics::clNone;
Table->BorderColor = clBlack ...
- Sun Sep 26, 2010 8:05 pm
- Forum: Support
- Topic: TRichViewEdit only one editable line such as TEdit
- Replies: 1
- Views: 7982
TRichViewEdit only one editable line such as TEdit
Hi! I want TEdit with all features of TRichViewEdit. How I can customize TRichViewEdit to use it as TEdit (only one line)?
- Fri Sep 10, 2010 4:23 pm
- Forum: Support
- Topic: Replacement controls (InsertControl) for SaveRVFToStream
- Replies: 6
- Views: 16400
- Thu Sep 09, 2010 11:40 pm
- Forum: Support
- Topic: Replacement controls (InsertControl) for SaveRVFToStream
- Replies: 6
- Views: 16400
Может мой инглиш не супер. Скажу по русски. Я хочу сохранить документ через поток в блоб базы данных. Но я не могу это сделать так как появляется ошибка о том что ричвьюэдит не знает что такое эти вставленные контроллы. Поэтому я хочу их заменять на текстовые метки, сохранять, а при загрузке менять ...
- Thu Sep 09, 2010 5:16 pm
- Forum: Support
- Topic: Replacement controls (InsertControl) for SaveRVFToStream
- Replies: 6
- Views: 16400
- Thu Sep 09, 2010 5:14 pm
- Forum: Support
- Topic: Replacement controls (InsertControl) for SaveRVFToStream
- Replies: 6
- Views: 16400
I want to replace control to save doc in db. For example replace TComboBox control in text {ComboBox}. If i don't replace controls in text, I can't save document in stream, method SaveRVFToStream exception: "Class TComboBox not found". I can use SaveHTML() and event SaveComponentToFile to replace ...
- Thu Sep 09, 2010 4:43 pm
- Forum: Support
- Topic: Replacement controls (InsertControl) for SaveRVFToStream
- Replies: 6
- Views: 16400
Replacement controls (InsertControl) for SaveRVFToStream
Hi! I have some inserted controls (method InsertControl()) in TRichViewEdit. How I can replace this controls before saving in database blob with using method SaveRVFToStream(). Event SaveRVFToStream is not running when I call SaveRVFToStream(). Is there an analogue event SaveRVFToStream of for ...