Search found 14 matches
- Fri Feb 25, 2011 12:31 pm
- Forum: Support
- Topic: How I can hide the page number on the preview and print?
- Replies: 2
- Views: 10366
- Tue Feb 22, 2011 12:59 am
- Forum: Support
- Topic: How I can hide the page number on the preview and print?
- Replies: 2
- Views: 10366
How I can hide the page number on the preview and print?
How I can hide the page number on the preview and print in TRichViewEdit?
- Tue Aug 03, 2010 3:24 am
- Forum: Support
- Topic: Templates similar in MS Word
- Replies: 13
- Views: 31393
TDBComboBoxEh from http://ehlib.com/
Replace controls to text with TComboBox don't work.
I use TDBRichViewEdit v. 12.2.3. and Delphi 2010 upd 4/5
Replace controls to text with TComboBox don't work.
I use TDBRichViewEdit v. 12.2.3. and Delphi 2010 upd 4/5
- Mon Aug 02, 2010 10:14 am
- Forum: Support
- Topic: Templates similar in MS Word
- Replies: 13
- Views: 31393
And next problem: if not (ActiveControl is TDBRichViewEdit) then Exit; CB := TComboBox.Create(nil); CB.Width := 80; CB.PopupMenu := PMCB; CB.OnChange := EditChange; DBRVE.InsertControl('', CB, rvvaBaseline); - It's work! But, this don't work: if not (ActiveControl is TDBRichViewEdit) then Exit; CB ...
- Mon Aug 02, 2010 5:25 am
- Forum: Support
- Topic: Templates similar in MS Word
- Replies: 13
- Views: 31393
- Thu Jul 29, 2010 9:51 am
- Forum: Support
- Topic: Templates similar in MS Word
- Replies: 13
- Views: 31393
- Thu Jul 29, 2010 9:17 am
- Forum: Support
- Topic: Templates similar in MS Word
- Replies: 13
- Views: 31393
- Thu Jul 29, 2010 7:40 am
- Forum: Support
- Topic: Templates similar in MS Word
- Replies: 13
- Views: 31393
Thank you. My update: procedure TForm1.EditChange(Sender: TObject); var tw : Integer; begin if Sender is TEdit then begin tw := Canvas.TextWidth(TEdit(Sender).Text); if tw < 50 then tw := 50; TEdit(Sender).Width := tw + 15; end; if DBRVE.CanChange then begin DBRVE.Change; DBRVE.Format; end else Beep ...
- Wed Jul 28, 2010 3:15 am
- Forum: Support
- Topic: Templates similar in MS Word
- Replies: 13
- Views: 31393
- Wed Jul 28, 2010 3:12 am
- Forum: Support
- Topic: Templates similar in MS Word
- Replies: 13
- Views: 31393
Templates similar in MS Word
How to make a TRichEdit text is not editable except for special fields (smth like MS Word templates) and jump between editable fields with Tab or Enter. Is it possible?
- Tue May 25, 2010 3:47 am
- Forum: Support
- Topic: Support MHT and DOC files
- Replies: 4
- Views: 15016
- Tue May 11, 2010 5:29 am
- Forum: Support
- Topic: Support MHT and DOC files
- Replies: 4
- Views: 15016
- Fri May 07, 2010 4:22 am
- Forum: Support
- Topic: Support MHT and DOC files
- Replies: 4
- Views: 15016
Support MHT and DOC files
I want to open in file editor TRichView files like *.mht or *.doc for reading only.Is this possible in some way? I wanted to use *.rtf files but there are some problems with transfering information from *.doc files. I tried to transfer text and imagesfrom *.doc but I realised that there is no ...
- Thu May 06, 2010 10:45 am
- Forum: Support
- Topic: Поддержка MHT или DOC файлов
- Replies: 0
- Views: 13946
Поддержка MHT или DOC файлов
Мне очень нужно открывать в текстовом редакторе TRichView просто для просмотра *.mht или *.doc файлы. Возможно ли это каким-то способом? Хотел использовать файлы формата RVF, но проблемы с переносом информации из *.doc Пробовал переносить текст и картинки из DOC, но насколько понял отсутствует поддер ...