Search found 25 matches: lshadow

Return to advanced search

Re: TTitle from RESOURCE a Image-problem ?

... oTitle1, nTStyle, .F., .F., "Title-painter" ) ( function to define settings andvalues ) FUNCTION TITLE_SET( oTDlg, oTitle, nStyle, lShadow, lBase, cTitle ) aRect := GetClientRect( oTitle:hWnd ) // Returns 0, 0 at STARTUP ! MsgAlert( aRect[ 3 ] ) // Resource Width returns 0 !!! MsgAlert( ...
by ukoenig
Wed Sep 25, 2013 1:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TTitle from RESOURCE a Image-problem ?
Replies: 5
Views: 1795

Re: Quisiera poner en gris (SHADOW) una celda de un report.

Hola ya he detectado el primer fallo y es oReport:aColumns[7]:lShadow:={||iif((cpedido)->anaveas,.t. ,.f.)} va despues del END REPORT, pero como no consigo hacerlo por ahora y si alguien no me da una idea voy a jugar con distintas fonts, vamos que el ...
by Garbi
Thu May 17, 2012 10:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Quisiera poner en gris (SHADOW) una celda de un report.
Replies: 1
Views: 487

Re: Ultimo condigo fuente rpreview

Ruben, te contesto de memoria, ya que no tengo a mano FW, los objetos columnas del report tienen una propiedad lShadow si no me equivoco, puedes hacer algo asi ind := 1 oReport:bStartLine := {|| IF( ind % 2 = 0, AEVAL( oReport:aColumns, {|e,i| e:lShadow := .T. } ), AEVAL( oReport:aColumns, ...
by Marcelo Via Giglio
Thu Mar 11, 2010 6:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ultimo condigo fuente rpreview
Replies: 14
Views: 2562

Re: New FTDN July/Julio 2009 (9.07)

... ...> ] ; [ FONT <uFont> ] ; [ <total: TOTAL> [ FOR <bTotalExpr> ] ] ; [ <ColFmt:LEFT,CENTER,CENTERED,RIGHT> ] ; [ <lShadow:SHADOW> ] ; [ <lGrid:GRID> [ <nPen> ] ] ; [ <memo: MEMO, MULTILINE> ] ; [<img:IMAGE> [ IMGDATA <bimg> ] [HEIGHT ...
by Antonio Linares
Wed Aug 05, 2009 3:27 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2009 (9.07)
Replies: 1
Views: 2760

New FTDN July/Julio 2009 (9.07)

... ...> ] ; [ FONT <uFont> ] ; [ <total: TOTAL> [ FOR <bTotalExpr> ] ] ; [ <ColFmt:LEFT,CENTER,CENTERED,RIGHT> ] ; [ <lShadow:SHADOW> ] ; [ <lGrid:GRID> [ <nPen> ] ] ; [ <memo: MEMO, MULTILINE> ] ; [<img:IMAGE> [ IMGDATA <bimg> ] [HEIGHT ...
by Antonio Linares
Thu Jul 30, 2009 9:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2009 (9.07)
Replies: 1
Views: 2760

Ayuda listado en color

... .AND. (oDbf20:cAlias())->Color<=4 oReport:SetShdColor(vCol[(oDbf20:cAlias())->Color]) oReport:aColumns[1]:lShadow:=.T. oReport:aColumns[2]:lShadow:=.T. ELSE oReport:SetShdColor(CLR_LIGHTGRAY) oReport:aColumns[1]:lShadow:=.F. oReport:aColumns[2]:lShadow:=.F. ...
by ander7319
Tue Feb 10, 2009 4:16 pm
 
Forum: FiveWin para CA-Clipper
Topic: Ayuda listado en color
Replies: 11
Views: 3217

... SHADOW font 2 right grid ... activate report infor ON STARTLINE versombra(infor) ... ... funct versombra(infor) Local nVeces IF infor:aColumns[1]:lShadow FOR nVeces := 1 TO Len(infor:aColumns) infor:aColumns[nVeces]:lShadow := .F. NEXT ELSE FOR nVeces := 1 TO Len(infor:aColumns) infor:aColumns[nVeces]:lShadow ...
by Loren
Thu Aug 02, 2007 12:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lineas de separacion en un Report
Replies: 18
Views: 4616

Enhanced groups in report

... the class rgoup to have the possibility to get groupheaders with a shadow. Maybe somebody needs it. When defining a group, just write oGroup:lShadow := .t., then it´s working. Here are the changes in rgroup.prg: ..... DATA lShadow, oShdBrush // sh, 20.06.2007 ..... ...
by StefanHaupt
Wed Jun 20, 2007 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Enhanced groups in report
Replies: 0
Views: 394

Algo rarisimo con el preview

... oReport ON STARTLINE PintoLinea(oReport) La funcion que esta en STARTLINE es esta: Function PintoLinea(oReport) IF MOD(oReport:nRow,2)=0 oReport:lShadow:=.f. ELSE oReport:lShadow:=.t. ENDIF Return nil Simplemente pretendo que me haga un shadow linea de por medio en cada numero de linea impar. ...
by Jorge Jaurena
Sun May 07, 2006 1:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Algo rarisimo con el preview
Replies: 0
Views: 634

Como se convierte font de Twindows a FONT DE TPRINTER

... nLin,nCol,cTexto,oFuente,nSizeHorz,nClrText,nBkMode,nPad, naltura, nColorIndex, lvertadjust ) METHOD Say2( nLin,nCol,cTexto,oFuente, nSize, lBold, lShadow, nColor ) METHOD SayGTF( nTop,nLeft, cTextFormat, nBottom,nRight ) METHOD SetCm() METHOD SetHeader() METHOD SetLandScape() METHOD SetMainDoc() ...
by Vladimir Zorrilla
Tue Apr 18, 2006 6:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como se convierte font de Twindows a FONT DE TPRINTER
Replies: 5
Views: 3827
Previous

Return to advanced search