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" <[email protected]> schreef in bericht news:[email protected]... > 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