Search found 4 matches

by PKH
Thu May 17, 2007 10:59 am
Forum: Support
Topic: file size with rtf
Replies: 1
Views: 8125

file size with rtf

My program lets the user generate a report with numerous embedded data charts (generated using a TeeChartPro component). The rtf file size is 2.5MB. If I paste the entire document from the TRichView component into Microsoft Word and save as a .doc file the file size is less than 100KB. My client is ...
by PKH
Tue Feb 27, 2007 6:34 pm
Forum: Support
Topic: inserting tabs programmatically
Replies: 3
Views: 13049

Your did code not work for me, but it put me on the right track. Below is your code modified to do exactly what I wanted. I found that I had to set the number of tab spaces to 0 for this to work. I pass to this procedure the name of the statistic, its value (as a string), and its lower and upper ...
by PKH
Mon Feb 26, 2007 1:18 pm
Forum: Support
Topic: inserting tabs programmatically
Replies: 3
Views: 13049

inserting tabs programmatically

I am trying to create a report containing a statistical analysis. How can I programmatically (i.e., use code) insert tabs so that the output lines up vertically. For example:

Code: Select all

mean:      3.4     95%LCL = 2.0     95%UCL = 5.0
sd:        1.5     95%LCL = 0.5     95%UCL = 2.3
Paul
by PKH
Sun Jun 11, 2006 2:04 pm
Forum: Support
Topic: tabs in RichView
Replies: 1
Views: 8983

tabs in RichView

I am trying to activate the tab in RichView. I set the rv.Style.SpacesinTab to 5, but when I true to set rv.TabNavigation to rvtntab I get the following error message: "Not supported in editor".

Any help will be appreciated.

Paul