trichview.support
Re: pagebreaks in RVEdit ==> RV |
Author |
Message |
domi |
Posted: 10/24/2003 10:10:28 thank you very mutch, ........... it works domi "Sergey Tkachenko" <svt@trichview.com> schreef in bericht news:3f97f167$1@support.torry.net... > May be something like this: > > var Count: Integer; > PB: Boolean; > > for i := 0 to RVE.ItemCount-1 do > begin > Count := RV.ItemCount; > PB := RVE.PageBreaksBeforeItems[i]; > ParseString(RVE.GetItemTextA(i)); > if PB and (Count<RV.ItemCount) then > RV.PageBreaksBeforeItems[Count] := True; > end; > RV.FormatTail; > > > |
Powered by ABC Amber Outlook Express Converter