Search found 97 matches: afont

Return to advanced search

Treport bug ?

... ::oReport:SetShdColor(CLR_GRAY) ENDIF ::oReport:nTitleUpLine := RPT_SINGLELINE ::oReport:nTitleDnLine := RPT_SINGLELINE ::oReport:oTitle:aFont[2] := {|| 3 } ::oReport:oTitle:aFont[3] := {|| 2 } ::oReport:SetTxtColor(::nColoreFont1,1) ------------> not run !!!! ::oReport:SetTxtColor(::nColoreFont2,2) ...
by MdaSolution
Thu Aug 18, 2011 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Treport bug ?
Replies: 0
Views: 409

Re: for. Mr. Rao

... + CRLF + "TTC","Total" + CRLF + "Acomptes",; " ","Taux" + CRLF + "Tva"; FOOTERS ; FONT aFont ; COLORS {|| { CLR_BLUE, CLR_WHITE } } ; COLSIZES asize ; array TVISU lines AUTOSORT In order to read them from last to first WITH OBJECT oBrw:aCols["Date" ...
by Richard Chidiak
Sun Apr 03, 2011 3:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: for. Mr. Rao
Replies: 11
Views: 2102

FILLRECT y Tprint

... un dato (especifico) que necesito que sea COLOREADO el fondo. como lo hago? porque yo intento esto: oTp:cmsay(nRow, 17.0, oRs:FIELDS(13):VALUE, aFont[3]) Pero no se como utilizar el fillrect para pintar eso./ FillRect( :hdcout, LAS COORDENADAS NO SE COMO CALCULLARLAS, oBCGris:hBrush ) Utilizo ...
by goosfancito
Wed Dec 08, 2010 4:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FILLRECT y Tprint
Replies: 2
Views: 389

Re: font release in dialogs

... is specified, in this case fonts are not released , when no memo clause is specified fonts get released Ex : redefine get id xxx of odlg memo font afont activate dialog odlg afont:end() // has no effect in this case Thanks for your help
by Richard Chidiak
Fri Sep 03, 2010 4:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: font release in dialogs
Replies: 13
Views: 2029

Re: font release in dialogs

Richard,

We have not changed fonts management recently (I have just checked our private SVN). Maybe another change is related with the fonts.

How do you use aFont in your code ? You create it but I don't see where you use it and how, thanks :-)
by Antonio Linares
Wed Sep 01, 2010 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: font release in dialogs
Replies: 13
Views: 2029

Re: font release in dialogs

Maybe i did not explain it correctly in the sample below ACTIVATE DIALOG ODLG CENTERED AFONT:END() // this line not executed ASIZE := {} // this line OK OBRW:GetDisplayColsWidth(@ASIZE) // this line ok Another question , the font is a local variable in my case, why ...
by Richard Chidiak
Wed Sep 01, 2010 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: font release in dialogs
Replies: 13
Views: 2029

font release in dialogs

Antonio i need to understand how fonts are released in dialogs :? ex define dialog odlg... define font afont .... redefine button id 01 action ...,odlg:end() // here activate dialog odlg afont:end() // this should release the font it is not, in order to release the font i ...
by Richard Chidiak
Wed Sep 01, 2010 2:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: font release in dialogs
Replies: 13
Views: 2029

Ayuda con TReport

... AYUDANTE" ; DATA repli("_",26) ; CENTERED; SIZE 23 END REPORT IF oReport:lCreated //Bold para lineas 1,2 del titulo oReport:oTitle:aFont[1] := {|| 2 } oReport:oTitle:aFont[2] := {|| 2 } ENDIF ACTIVATE REPORT oReport ; ON STARTGROUP ( oReport:NewLine() ); ON ENDGROUP ( oReport:nPage:=0, ...
by FranciscoA
Thu Feb 18, 2010 10:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con TReport
Replies: 2
Views: 915

Re: character high and witdh

welcome to this forum you have to define the font first and delete the object font afterwards DEFINE FONT AFONT NAME "Tahoma" SIZE 0,-14 // this is a sample @ 200,05 GET xxx VAR yyyy OF www PIXEL SIZE 90,30 COLOR CLR_HBLUE,CLR_WHITE FONT afont You can add a font to ...
by Richard Chidiak
Tue Dec 29, 2009 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: character high and witdh
Replies: 4
Views: 649

Re: ¿Cómo enviar a Excel reporte con TPrinter?

... "FileXLS.ch" #include "FiveWin.ch" #include "Report.ch" CLASS TSalPrinterXLS DATA oPrn DATA oXls DATA cFile DATA aFont DATA aFormat DATA nRow METHOD New( ) CONSTRUCTOR METHOD Save() // METHOD StartPage() // METHOD EndPage() METHOD Stabilize() METHOD Say( nCol, ...
by ManolinM2008
Fri Jun 19, 2009 12:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Cómo enviar a Excel reporte con TPrinter?
Replies: 14
Views: 6034

reportes, grupos con 2 renglones

... - "+ alltrim(asientos->descasi) FOOTER " "+asientos->conc END REPORT ACTIVATE REPORT oReport ON INIT oReport:oTitle:aFont[1] := { || 3 }; ON STARTPAGE StartPage(oReport) Necesito que en HEADER del GOUP oRptGrp, el alltrim(asientos->descasi) este en el 2° renglon, ...
by diegopolverelli
Tue Apr 28, 2009 8:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: reportes, grupos con 2 renglones
Replies: 0
Views: 346

Re: AYUDA CON TREPORT

... ON FILATEMO->FILAMAT ; FOOTER "" ; EJECT ENDIF oReport:nGroupLine := RPT_NOLINE // no imprime linea separadora // oReport:oHeader:aFont[3] := { || 2 } END REPORT ACTIVATE REPORT oReport ; ON STARTPAGE (LinBox(oReport,1.3,1.3,.6,.5), ; Bitmaps(oReport,.3,.3,1,1)) CLOSE FILATEMO ...
by alfonso
Thu Mar 26, 2009 8:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA CON TREPORT
Replies: 2
Views: 692

Re: Reportfrom xbrowse

... oRep, oBrw, @oPrnFont ) } ) ... static function MySetUp( oRep, oBrw, oFont ) DEFINE FONT oFont NAME 'ARIAL NARROW' SIZE 0,-9 OF oRep:oDevice oRep:aFont[ 1 ] := oFont GROUP ON (oDPrice)->DATA_INI COLUMN DATA (oDPrice)->Voce,(oDPrice)->Fila,' '; TITLE 'Descrizione/fila','','' SIZE 20 COLUMN ...
by Silvio
Fri Mar 13, 2009 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reportfrom xbrowse
Replies: 1
Views: 382

Problemas con report group y arrays

... SIZE 40 GRID COLUMN TITLE "IMPORTE SOLICITUD" DATA AREP2[I,5] PICTURE "999,999,999.99" TOTAL GRID oReport:oHeader:afont[1]:={||3} oReport:oTITLE:afont[1] :={||4} oReport:oTITLE:afont[2] :={||4} oReport:oFOOTER:afont[1]:={||2} oReport:CELLVIEW() oReport:bWhile := ...
by Marco Augusto
Wed Mar 11, 2009 1:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con report group y arrays
Replies: 5
Views: 1651

Re: No funciona treport con arrays y group?

... TITLE "IMPORTE SOLICITUD" DATA AREP2[I,5] PICTURE "999,999,999.99" TOTAL GRID END REPORT IF oReport:lCreated oReport:oHeader:afont[1]:={||3} oReport:oTITLE:afont[1] :={||4} oReport:oTITLE:afont[2] :={||4} oReport:oFOOTER:afont[1]:={||2} oReport:CELLVIEW() ENDI oReport:bWhile ...
by FranciscoA
Tue Mar 10, 2009 4:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: No funciona treport con arrays y group?
Replies: 1
Views: 668
PreviousNext

Return to advanced search