Beiträge von JOLANTA ROMANOWSKA

    Hi,

    I'm FastReport and WPTools register user. I've bought WPTools 5/6 support for the Product FastReport V3 and V4 (isn't free) too.
    In WPTools 6 suppport for FastReport 4 is bug which I reported some weeks ago, but no answer. This same problem was reported by computech in Aug 16, 2009 (no answer)
    Support adds 500-1800 empty pages in FR Preview if in WPTools rtf are inserted manual pagebreaks.

    How I can solve this problem? It's critical for me.

    Hi,

    I use FastReport for preview and print. Problem is with TfrxWPToolsView.
    Headers and footers are display only if total pages in TWPRichText is > 1.
    But critical is using manual page breaks.
    I have text with footers and header and manual page breakes. Total pages 3.

    properties for TfrxWPToolsView - Rendering Options:
    a. roNoHeadersAndFooters
    b. roNoHorizontalMargins
    c. roUseManualPageBreaks
    Preview:
    Example 1.
    a - False b - False c - False : no H&F total pages 1
    Example 2.
    a - False b - False c - True : pages 1-3 OK with H&F (in footer pages 1/3, 2/3 and 3/3) and 1725 blank pages added.

    Any sugestion.
    JR
    Vista, D2007, WP 6.07 and WP6Fr4 2009.11.28

    Hi,
    I don't use actions. In style combo I have all styles from StyleCollection. After adding new style it's adding to StyleComboBox. Problem is, that :
    WPRichText.CurrAttr.StyleName := dxBarCombo1.Text;
    don't implement this style in text. Name and size of font are equal '' (empty). Text properties of this combos are from WPRichText.TextCursor.CurrAttribute.GetFontName and
    WPRichText.TextCursor.CurrAttribute.GetFontSize.
    I think that WPRichText have property which disable styles, but I can't find it.

    Thanks for help,
    JR

    Hi,
    I create my own form with ribbons. All works Ok except styles. After I add style for example Normal by WPStyleDlg I have this style in WPStyleCollection. I refresh Style combo by WPStyleCollection OnChangeStyleList event. It works OK, in style combo I have new style.
    But OnChane event of StyleCombo doesn't any effect:

    WPRichText.CurrAttr.StyleName := dxBarCombo1.Text;
    WPRichText.SetFocus;

    FontName Combo text property empty.
    FontSize Combo text property empty.

    Style from Style combobox isn't implemented.

    What I do wrong. I new in WPTools.

    Thanks,
    JR