Search found 207 matches: ofont2

Return to advanced search

Any Reports or reportgen. supports VERTICAL text ?

Hello, DEFINE FONT oFont1 NAME "ARIAL" SIZE 0,-10 DEFINE FONT oFont2 NAME 'TAHOMA' SIZE 0,-12 NESCAPEMENT 900 does TReport support vertical text or maybe a useful Reportgenerator ? I had a look at Easyreport 2, but it seems, vertical text is not supported. ...
by ukoenig
Tue Oct 09, 2012 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any Reports or reportgen. supports VERTICAL text ?
Replies: 5
Views: 950

Re: Incremental Search

... .T., nil, .T., .T. // AUTOCOLS AUTOSORT SetBrwStyle( oBrw ) // 1. Index oBrw:aCols[1]:cSortOrder := "Number" oBrw:aCols[1]:oHeaderFont:= oFont2 oBrw:aCols[1]:bClrHeader := {|| { 255,0 } } oBrw:aCols[1]:AddResource( "B_Select" ) oBrw:aCols[1]:nHeadBmpNo := 1 oBrw:aCols[1]:bLClickHeader ...
by ukoenig
Sat Oct 06, 2012 9:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Incremental Search
Replies: 8
Views: 3089

Refresh SQL Select in Listbox

... "Internal", "M/R Complete", "RFID Commissioned" ; SIZES 100 , 100 , 100 , 100 , 85 , 100 , 125 , 100 , 200 ; FONT oFont2 ; OF oWnd SIZE nLbxW, nLbxH PIXEL oLbx:bLogicLen = { || oSql:RecordCount } oLbx:bGoTop = { || oSql:MoveFirst() } oLbx:bGoBottom = { || oSql:MoveLast() ...
by cdmmaui
Wed Aug 22, 2012 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh SQL Select in Listbox
Replies: 5
Views: 1315

Error en tdtpicker de fw1202

con los últimos cambios en Tdpicker me genera un error . REDEFINE DTPICKER aObj[vFECHA] VAR aVAr[vFECHA] ID IDFECHA OF oDlg UPDATE FONT ofont2 el problema es que no tiene valor de bValid la nueva Data se inicializa a .t. DATA lClosed INIT .T. por ello a llegar a la linea 140 : ::bValid = { ...
by mastintin
Thu Mar 01, 2012 5:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en tdtpicker de fw1202
Replies: 1
Views: 587

Re: Brush en Browse

Estos no los elimina: DEFINE BRUSH oBrush FILENAME cBrush DEFINE FONT oFont NAME "MS SANS SERIF" SIZE 0, -10 BOLD DEFINE FONT oFont2 NAME "MS SANS SERIF" SIZE 0, -14 BOLD oBrw:SetBackGround(".\STONE.BMP") Al salir, hago esto: oFont:End() //esta no la elimina ...
by Antonio Linares
Tue Feb 21, 2012 10:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush en Browse
Replies: 11
Views: 3862

Re: Brush en Browse

... ) endif Estos no los elimina: DEFINE BRUSH oBrush FILENAME cBrush DEFINE FONT oFont NAME "MS SANS SERIF" SIZE 0, -10 BOLD DEFINE FONT oFont2 NAME "MS SANS SERIF" SIZE 0, -14 BOLD oBrw:SetBackGround(".\STONE.BMP") Al salir, hago esto: oFont:End() //esta no la elimina ...
by FranciscoA
Tue Feb 21, 2012 8:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush en Browse
Replies: 11
Views: 3862

Aproperties Tsay, Timage, tBtnbmp

... ,; "SetText" ,; "cCaption" ; FIELDSIZES ; 060 ,; 100 ,; 100 ,; 100 ,; 100 ,; 100 ,; 100 ; SIZE 300, 45 PIXEL FONT oFont2 OF oDlg ; COLOR nRGB ( 220, 220, 000 ), nRGB ( 000, 065, 033 ) ; && Letras / fondo Verde oBrw:SetArray ( oDlg:aControls ) oBrw:bGotop ...
by J. Ernesto
Thu Feb 02, 2012 7:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Aproperties Tsay, Timage, tBtnbmp
Replies: 5
Views: 1186

Galeria fotografica clase tscrdlg

... de recursos a usar es variable…? DEFINE DIALOG oDlg FROM 000, 000 TO GetSysMetrics ( 1 ) - nXSize, GetSysMetrics ( 0 ) - nYSize PIXEL FONT oFont2 ICON oIco ; && Alto * Ancho TITLE "Test_Scroll_Galeria de Fotografias" ; STYLE nOr( WS_SYSMENU ,; && WS_CAPTION ,; ...
by J. Ernesto
Fri Jan 27, 2012 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Galeria fotografica clase tscrdlg
Replies: 0
Views: 548

Re: Volviendo al tema CDO

... "Fileio.ch" * #define WS_3DLOOK 4 #define CLR_HBROWN nRGB( 205, 192, 176 ) #define CLR_NBLUE nRGB( 142, 171, 194 ) * STATIC oDlg, oFont, oFont2 STATIC nLine := 1 //--------------------------------------------------------------------------------------------------------------------// Function ...
by Armando Picon
Fri Nov 04, 2011 2:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Volviendo al tema CDO
Replies: 19
Views: 6369

Treport bug ?

... on report ) REPORT ::oReport ; TITLE " ",::cTitulo1,::cTitulo2,iif(::cTitulo3!=NIL,::cTitulo3," ") CENTERED; FONT ::oFont3, ::oFont2, ::oFont1 ; PEN ::AoPen1,::AoPen2,::AoPen3; --------------not run !!! HEADER ' ',::cTitleHeader ; FOOTER ::cTitleFoot, "Data: "+dtoc(date())+ ...
by MdaSolution
Thu Aug 18, 2011 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Treport bug ?
Replies: 0
Views: 408

A problem Ribbonbar-groups and Window min / max

... all Groups are < Window-width !!! ADD GROUP oGr1 RIBBON oRBar TO OPTION 1 PROMPT "Image-Selection" width 895 oGr1:SetFont( oFont2 ) Best Regards Uwe :?:
by ukoenig
Mon Aug 08, 2011 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem Ribbonbar-groups and Window min / max
Replies: 0
Views: 464

Problem printing on 12 inch form

... 12" FROM USER PREVIEW if empty( oPrinter:hDC ) return nil endif DEFINE FONT oFont1 NAME "Arial" SIZE 0,-10 OF oPrinter DEFINE FONT oFont2 NAME "Arial" SIZE 0,-14 OF oPrinter DEFINE FONT oFont3 NAME "Arial" SIZE 0,-10 OF oPrinter DEFINE FONT oFont4 NAME "Arial" ...
by cdmmaui
Wed Aug 03, 2011 2:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem printing on 12 inch form
Replies: 2
Views: 678

Re: ExplorerBar and Get

... c_path + "\Images\Preview.BMP" 2007 ; ACTION ( IIF( lACTIVATE[1] = .T., ( oDlg1:End(), lACTIVATE[1] := .F. ), NIL ), ; SHOW_FLD1(oWnd, oFont2, oFont3) ) oBtn30:cTooltip := { "Show" + CRLF + ; "TFolderEx-Dialog","Preview", 1, CLR_BLACK, 14089979 } @ 50, ...
by ukoenig
Tue Jul 19, 2011 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ExplorerBar and Get
Replies: 12
Views: 5004

Re: Antonio, CENTER for msg...

... oDlg1, ; // Object nTStyle, ; // Background nTTop, ; // Top nTLeft, ; // Left nTWidth, ; // Width nTHeight, ; // Hight oFont1, ; // Font Headline oFont2, ; // Font Text .T., ; // Message centered nTextT, ; // Text-Top nTextL, ; // Text-Left cTitle, ; // Title cText1, ; // Text 1 cText2, ; // Text ...
by ukoenig
Wed Jul 06, 2011 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio, CENTER for msg...
Replies: 2
Views: 606

Re: Changing the tTitle text at runtime

... in Title 1. // Style 2007 // ------------- @ 580, 300 BTNBMP oBtn1 OF oWnd ; SIZE 200, 80 ; PROMPT "&Change Text" 2007 ; FONT oFont2 CENTER ; ACTION oText1:SetText("FIVEWIN 9.10") There could be another Combination : A window with Titles, a Dialog and from inside ...
by ukoenig
Sat May 07, 2011 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the tTitle text at runtime
Replies: 7
Views: 1137
PreviousNext

Return to advanced search

cron