Search found 231 matches

by Ceprotec
Wed Nov 17, 2010 5:44 pm
Forum: Support
Topic: Problem with variables
Replies: 20
Views: 54885

I changed to SaveRTFToStream SaveRVFToStream and really worked, but if I select only a few characters into the variable and put in bold or italics, etc. .. it loses the variable. Its to do that when we click on the variable on top of it to select it all, oh this problem would be resolved. Thanks in ...
by Ceprotec
Wed Nov 17, 2010 1:01 pm
Forum: Support
Topic: Problem with variables
Replies: 20
Views: 54885

I'm writing this:

var Stream: TStream;

Stream: = Table1.CreateBlobStream (Table1MODELO, bmWrite);
SRichViewEdit1.RichViewEdit.SaveRTFToStream (Stream, False);
Stream.Free;

Could change anything in that code to solve?
by Ceprotec
Wed Nov 17, 2010 10:39 am
Forum: Support
Topic: Problem with variables
Replies: 20
Views: 54885

I'm using SRichViewEdit if I use a DBSRichViewEdit the FieldFormat is rvdbRVF. If I use this DBSRichViewEdit can solve the problem?
Send me the procedure that will search all fields in {} protected and apply a style to them so I try and see if it resolves.
by Ceprotec
Tue Nov 16, 2010 5:41 pm
Forum: Support
Topic: Problem with variables
Replies: 20
Views: 54885

Documents are stored in a table in the database in a variable of type 'image', and are recorded in 'Binary'.
by Ceprotec
Tue Nov 16, 2010 3:41 pm
Forum: Support
Topic: Problem with variables
Replies: 20
Views: 54885

Hi! That's right I need, when it loads the text in TRichView, fields that are variable and not need sheltered back in plain text. To enter variables I use: SRichViewEdit1.RichViewEdit.CurTextStyleNo: = 6; SRichViewEdit1.RichViewEdit.InsertText ('{name}', False); SRichViewEdit1.RichViewEdit.SetFocus;...
by Ceprotec
Tue Nov 16, 2010 11:32 am
Forum: Support
Topic: Problem with variables
Replies: 20
Views: 54885

Problem with variables

Sergey Tkachenko Hi! My name is Vinicius and I'm working at the company Ceprotec. Recently who was talking to you was William, now on I will. Well, I'm having a problem in RichView because I use variables that are locked into the text without being able to change them, for example, without permissio...