oReport:lSeparator := .F.
oReport:lJoin := .T.
oReport:nTotalLine := 0
oReport:nTitleUpLine := 0
oReport:nTitleDnLine := 0
oReport:nGroupLine := 1
oReport:nTitleBox := 4
oReport:lTitleBoxJoin := .T.
oReport:nTotalBox := 0
oReport:lTotalBoxJoin := .F.
oReport:nGrpHdBox := 0
oReport:nGrpFtBox := 3
oReport:lGrpFtBoxJoin := .F.
oReport:nHeaderBox := 2
oReport:nFooterBox := 3
oReport:lShdwTtEmpty := .F.
oReport:nClrTitle := 12632256
oReport:nClrTotal := 12632256
oReport:nClrGrp := 12632256
oReport:nClrHeader := 12632256
oReport:nClrFooter := 12632256
oReport:nCurve := 30
oReport:nBodyBox := 1
::oWnd:bResized := {|| ::oBtnExit:Move( -1, ::oWnd:nWidth - 102, ::oBtnExit:nWidth, ::oBtnExit:nHeight, .T.) }
Antonio Linares wrote:Marcelo, Elvira,
De momento solo he implementado la vista de páginas en pequeño, y ese código es el único que he revisado.
if !::oDevice:lPrvModal .and. ::oWndMain != nil .and. ;
Upper( ::oWndMain:ClassName() ) == "TMDIFRAME"
DEFINE WINDOW ::oWnd ;
TITLE cTitle ;
COLOR CLR_BLACK,CLR_LIGHTGRAY ; // ICON oIcon ;
VSCROLL HSCROLL MDICHILD
::oWnd:bGotFocus := { || Self:oWnd:Maximize() } //Añadido
else
...
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: Google [Bot] and 30 guests