about Export to text problem

edited 10:16PM in FastReport 3.0
when i export the report to text, always wait long time, then i have to kill it.
but i change the position of the memoview in the designer, quickly OK.

Comments

  • edited March 2006
    I find the pas in some forum, it say code is below:

    while Round(m) < Round(curx) do
    begin
    if (RX.Count <= mi) then break; //need this condition
    m := m + PObjCell(RX[mi]).Value - PObjCell(RX[mi - 1]).Value;
    inc(mi);
    end;

    while Round(m) < Round(cury) do
    begin
    if (RY.Count <= mi) then break; //need this condition
    m := m + PObjCell(RY[mi]).Value - PObjCell(RY[mi - 1]).Value;
    inc(mi);
    end;

    I do not know whether it is right

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.