- Code: Select all Expand view
nFrom := oRtf:Printbox(If( oPrn:lMeta , oPrn:hDCOut, oPrn:hDC ) , Rij*Rijstap , LeftMarge, nWidth - 100 , (Rij + 1)*Rijstap , nFrom) //4590
METHOD PrintBox( hDC, nTop, nLeft, nRight, nBottom, nFrom ) CLASS TRichEdit
DEFAULT nFrom := 0
if hDC != 0
nFrom := REPrintBox( ::hWnd, hDC, ::IsSelection(), ;
nTop, nLeft, nRight, nBottom, nFrom )
endif
return nFrom
When this method is called , a array is returned.
Something changed in 2.8 ?????
I have code that works in 2.7 , not anymore in 2.8