Search found 14 matches

by snike555
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

thx
by snike555
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?
by snike555
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
by snike555
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 ...
by snike555
Mon Aug 02, 2010 5:25 am
Forum: Support
Topic: Templates similar in MS Word
Replies: 13
Views: 31393

Thank you, it's ok!

Next question on this subject:

Now:
Image

I want:
Image
by snike555
Thu Jul 29, 2010 9:51 am
Forum: Support
Topic: Templates similar in MS Word
Replies: 13
Views: 31393

I want to delete the focused control.
by snike555
Thu Jul 29, 2010 9:17 am
Forum: Support
Topic: Templates similar in MS Word
Replies: 13
Views: 31393

How a control must be removed? Yes, how? [quote="Sergey Tkachenko" Unfortunately, it's not simple to control tab order in TRichViewEdit/TDBRichViewEdit. However, if you load this document in TRichView/TDBRichView, Tab and Shift+Tab will work properly (navigating between controls and hyperlinks ...
by snike555
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 ...
by snike555
Wed Jul 28, 2010 3:15 am
Forum: Support
Topic: Templates similar in MS Word
Replies: 13
Views: 31393

TRichEdit = TDBRichViewEdit
by snike555
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?
by snike555
Tue May 25, 2010 3:47 am
Forum: Support
Topic: Support MHT and DOC files
Replies: 4
Views: 15016

up
by snike555
Tue May 11, 2010 5:29 am
Forum: Support
Topic: Support MHT and DOC files
Replies: 4
Views: 15016

We don't use RTF files, becouse they very big with images.
I looked at the demo project with "OfficeConverters", but can't opened MS Word *.doc (97-2003) documents.
by snike555
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 ...
by snike555
Thu May 06, 2010 10:45 am
Forum: Support
Topic: Поддержка MHT или DOC файлов
Replies: 0
Views: 13946

Поддержка MHT или DOC файлов

Мне очень нужно открывать в текстовом редакторе TRichView просто для просмотра *.mht или *.doc файлы. Возможно ли это каким-то способом? Хотел использовать файлы формата RVF, но проблемы с переносом информации из *.doc Пробовал переносить текст и картинки из DOC, но насколько понял отсутствует поддер ...