Search found 231 matches

by Ceprotec
Fri Jul 24, 2015 11:46 am
Forum: Support
Topic: InsertPicture help
Replies: 5
Views: 26541

Inglês -
I managed to solve:

Português -
Consegui resolver

look:

ultimalinha := RetornaLinha;

image := TImage.Create(Application);
image.Picture.Assign(TBitmap(ImageList[ListaImagens.ItemIndex]));

SRichViewEdit1.RichViewEdit.BeginUndoGroup(rvutInsert);
SRichViewEdit1.RichViewEdit ...
by Ceprotec
Fri Jul 24, 2015 11:20 am
Forum: Support
Topic: InsertPicture help
Replies: 5
Views: 26541

Inglês -
no, I'm inserting in direct richview

português -
não, estou inserindo direto no richview
by Ceprotec
Thu Jul 23, 2015 8:23 pm
Forum: Support
Topic: InsertPicture help
Replies: 5
Views: 26541

InsertPicture help

Hello Sergey, see the problem I'm having to use the function InsertPicture:

http://i59.tinypic.com/mt6ts3.png

this is the source code:

procedure TFrmCadEditorRegistro.ListaImagensDblClick(Sender: TObject);
var gr: TGraphic;
var image: TImage;
var ultimalinha: Integer;
begin
inherited ...
by Ceprotec
Thu Jul 09, 2015 8:29 pm
Forum: Support
Topic: not save the last page blank
Replies: 3
Views: 18993

I use ScaleRichView
by Ceprotec
Wed Jul 08, 2015 1:38 pm
Forum: Support
Topic: not save the last page blank
Replies: 3
Views: 18993

not save the last page blank

which command to use to position cursor in row 1 column 1 the last page of text?

After positioning the cursor, make a function to see if that page is blank or spaces to the end?

Objective: Do not allow the User save the text with the last page blank.
thanks
by Ceprotec
Mon Apr 27, 2015 11:31 am
Forum: Support
Topic: align pages
Replies: 6
Views: 27684

ok, sergey
thank you
by Ceprotec
Fri Apr 24, 2015 8:28 pm
Forum: Support
Topic: align pages
Replies: 6
Views: 27684

I use the version v4.0.3 of the SRichViewEdit
by Ceprotec
Thu Apr 16, 2015 1:31 pm
Forum: Support
Topic: align pages
Replies: 6
Views: 27684

I do not spotted these two properties (Mirror Margins, Facing Pages) in the Object Inspector, it would be because of the version to be old?
by Ceprotec
Tue Apr 14, 2015 5:13 pm
Forum: Support
Topic: align pages
Replies: 6
Views: 27684

align pages

Hello Sergey,
you can put on odd pages margins aligned to the left, and in the even pages aligned to the right?
It would be a kind of independent margin alignment.

thank you
by Ceprotec
Wed Mar 25, 2015 1:04 pm
Forum: Support
Topic: problem [urgent]
Replies: 5
Views: 25811

this code is to load the file, but and save, correct?
I will send the original file by email.
by Ceprotec
Wed Mar 25, 2015 11:26 am
Forum: Support
Topic: problem [urgent]
Replies: 5
Views: 25811

file sent, thank you.
by Ceprotec
Tue Mar 24, 2015 2:17 pm
Forum: Support
Topic: problem [urgent]
Replies: 5
Views: 25811

this is the code to save the database:

QueryImpressos.Close;
QueryImpressos.Open;
QueryImpressos.UpdateObject := UpdateSQL1;
QueryImpressos.CachedUpdates := true;
QueryImpressos.Insert;
QueryImpressosTIPO.AsInteger := tipo.ItemIndex;
QueryImpressosDESCRICAO.AsString := descricao.Text ...
by Ceprotec
Tue Mar 24, 2015 2:12 pm
Forum: Support
Topic: problem [urgent]
Replies: 5
Views: 25811

problem [urgent]

Hello Sergey,
I have a serious problem, this is my original text:
http://i59.tinypic.com/2m6slc8.png

I save the text above in the database, but when you open it is cut:
http://i59.tinypic.com/2m2t3s8.png

I record in a table, where the field is type "image":
http://i60.tinypic.com/2dhh0lh.png ...
by Ceprotec
Mon Mar 02, 2015 2:35 pm
Forum: Support
Topic: RichView for Mobile
Replies: 1
Views: 13163

RichView for Mobile

Hello Sergey,
There is a version of Richview for mobile?
by Ceprotec
Fri Jan 16, 2015 11:36 am
Forum: Support
Topic: complete line
Replies: 3
Views: 26343

complete line

Hello sergey,
I would like a function that counts how many spaces have until the end of the line to replace it ".:.:.:.:."
Ex.:
Image