Search found 8 matches

by Nofate
Mon Jul 19, 2010 12:31 pm
Forum: ScaleRichView
Topic: How to replace text in with RVF-document.
Replies: 1
Views: 16032

How to replace text in with RVF-document.

Hello. I have the following problem. I have RVF document loaded in TSRichViewEdit. The document contains special text tags like [FRAGMENT(1)] . Several RVF-documents are stored in database with TRichViewEdit.SaveRVFToStream. I need to substitute tags with corresponding RVF-documents from DB. I tried ...
by Nofate
Tue Mar 04, 2008 11:04 am
Forum: Support
Topic: Fixed cells
Replies: 3
Views: 13375

Fixed cells

Is it possible to make table cells of fixed size?
by Nofate
Mon Feb 18, 2008 9:46 am
Forum: Support
Topic: Row cloning
Replies: 8
Views: 23106

LoadFromStreamEx() raises exception EReadError with message 'Wrong end of cells list' in method TRVTableItemInfo.CellsReader() after "if not Reader.EndOfList"
by Nofate
Mon Feb 18, 2008 9:24 am
Forum: Support
Topic: Row cloning
Replies: 8
Views: 23106

Thanks
by Nofate
Fri Feb 15, 2008 7:49 am
Forum: Support
Topic: Row cloning
Replies: 8
Views: 23106

May be it will be easier to suggest a solution if i describe general task.
I need to fill table having only one row containing tags like "[name]","[job]" etc with values from dataset.
by Nofate
Fri Feb 15, 2008 7:47 am
Forum: Support
Topic: Row cloning
Replies: 8
Views: 23106

May be it will be easier to suggest a solution if i describe general task.
I need to fill table having only one row with tags like "[name]","[job]" etc with values from dataset.
by Nofate
Thu Feb 14, 2008 2:13 pm
Forum: Support
Topic: Row cloning
Replies: 8
Views: 23106

Yes, I want to insert row into the same table just after the source row.
It shouldn't be an editing operation.
And I can't get idea how to get color of the text fragment in cell.
by Nofate
Thu Feb 14, 2008 11:34 am
Forum: Support
Topic: Row cloning
Replies: 8
Views: 23106

Row cloning

I have the following problem:
- I need to walkthrough a table
- if table has any row containing text of a defined color (i.e. $0000ff) - duplicate this row.

Can you suggest any working solution?

Thanks.