Search found 5 matches

by YannickM
Mon Jun 09, 2008 2:25 pm
Forum: Support
Topic: LoadRTF containing a table into idented paragraph
Replies: 3
Views: 12489

For instance, if the table would contain a value: $123,456,789.00 this value would be wordwrapped to something like: $123, 456, 789. 00 The table's cells become much higher, and narrower. It seems as the table is squeezed together. Edit: It seems as if each table cell gets the left Indentation I use...
by YannickM
Mon Jun 09, 2008 9:09 am
Forum: Support
Topic: LoadRTF containing a table into idented paragraph
Replies: 3
Views: 12489

LoadRTF containing a table into idented paragraph

Hi, I'm currently having some trouble when loading an RTF containing a table into a document that has indentation. Code snippit: RichViewEdit1->RTFReadProperties->ParaStyleMode = rvrsUseSpecified; RichViewEdit1->RTFReadProperties->ParaStyleNo = iParagraphStyle; Stream->Position = 0; RichViewEdit1->L...
by YannickM
Mon Jul 09, 2007 6:37 am
Forum: Examples, Demos
Topic: [How to] How to print 2 documents in one printing job, etc.
Replies: 14
Views: 106162

No, I have 1 TRichView and I am trying to get portrait and landscape orientation mixed on a page-to-page basis throughout the document. Similar to what you can do in a text editor like Word.

Is this even possible ?
by YannickM
Wed Jul 04, 2007 6:55 am
Forum: Examples, Demos
Topic: [How to] How to print 2 documents in one printing job, etc.
Replies: 14
Views: 106162

Thanks for the quick response. I am working with 1 document, and with your suggestion to use 2 RVPrints, I succeeded in mixing portrait and landscape in the print preview. The only problem I am having now however, is since the RichViewEdit box only allows a document to have an orientation, and not e...
by YannickM
Tue Jul 03, 2007 2:06 pm
Forum: Examples, Demos
Topic: [How to] How to print 2 documents in one printing job, etc.
Replies: 14
Views: 106162

Is there a way to have pages in different orientations in the print preview aswell ?