Search found 30 matches: open2

Return to advanced search

Exportacíon Excel desde Reporte

... #define BLANCO 1 #define ROJO 2 #define AMARILLO 3 #define AZUL 4 #define VERDE 5 LOCAL NOME := SPACE(25) LOCAL oFont1, oFont2, oFont3, oPen1, oPen2, cTit cTit := ALLTRIM(NEWPAR->EMPRESA1) DEFINE FONT oFont1 NAME "ARIAL" SIZE 0,-10 DEFINE FONT oFont2 NAME "ARIAL" SIZE ...
by danielgustavo
Thu Jun 24, 2021 2:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Exportacíon Excel desde Reporte
Replies: 0
Views: 310

Re: Fwh19.05 - New Class TDockPnel

... 0 TABS oTabs PROMPTS "&One", "&Two" OF oDlg PIXEL ; BITMAPS "..\bitmaps\16x16\people.bmp", "..\bitmaps\open2.bmp",; "..\bitmaps\16x16\print.bmp", "..\bitmaps\open2.bmp" ; ACTION ( nTabPos := oTabs:nOption, ; IIF( nTabPos = 2, ...
by ukoenig
Tue Jun 04, 2019 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh19.05 - New Class TDockPnel
Replies: 17
Views: 2525

Re: class to make Report with tdatabase

STRANGE..... this morning I add DEFINE PEN ::oPen1 WIDTH 1 COLOR CLR_HGRAY DEFINE PEN ::oPen2 WIDTH 1 COLOR CLR_BLACK and REPORT ::oReport ; TITLE "ELENCO TARIFFE LISTINO ALTA STAGIONE" ; FONT ::oFont ; PEN ::oPen1,; ::oPen2 ; HEADER "Data: " + DTOC( ...
by Silvio.Falconi
Sat Jun 01, 2019 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: class to make Report with tdatabase
Replies: 5
Views: 1219

Re: How to use GDIPLUS -> NewGradientBrush ?

... ) LOCAL oGraphics3 := Graphics():New( oWnd:hDC ) LOCAL oGraphics4 := Graphics():New( oWnd:hDC ) LOCAL aRect := GETCLIENTRECT( oWnd:hWnd ), oPen1, oPen2 oGraphics1:DrawImage( oImage1, aRect[1] + 150 , aRect[2] + 250 , 200, 200 ) oGraphics1:destroy() oPen1 := Pen():New( 255 , 255, 0 , 0 , .T.) oPen1:Setsize(10) ...
by ukoenig
Sun Apr 07, 2019 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use GDIPLUS -> NewGradientBrush ?
Replies: 11
Views: 1757

Possible to add < roundrect > to FW_CreateBitmap ?

... 600 } ), ; Drawroundrect(ownd) ) :?: FUNCTION DRAWROUNDRECT(ownd) local hdc:= oWnd:GETDC() local oGraphics := Graphics():New( oWnd:hDC ) local oPen2 := Pen():New( 255, 255, 0, 0 , 10 ) local oPath:= Path():new() oPath:AddRoundRect( 300, 250, 150, 100 , 20 ) oGraphics:DrawPath( oPen2, oPath ...
by ukoenig
Fri Mar 23, 2018 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to add < roundrect > to FW_CreateBitmap ?
Replies: 0
Views: 531

How to change / add the bitmap on the xBrowse-tree-column ?

... the sample xBrowsetree to my sample-collector. trying to add a bitmap on column 1 with WITH OBJECT oBrw3:aCols[ 1 ] :AddBmpFile( c_Path1 + "Open2.bmp" ) :bBmpData := 1 END on column 1, doesn't work. Using column 2, it is OK http://www.pflegeplus.com/IMAGES/Samples6.jpg ...
by ukoenig
Mon May 15, 2017 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to change / add the bitmap on the xBrowse-tree-column ?
Replies: 3
Views: 920

Re: EXCESS RELEASE OF FONT

... bTextoSubgr,campoSubgr,nLtrSize,lPreview,lPrinterSetup) local oRpt local oFontNorm, oFontNegr local oPen1, oPen2 local i:=0 local cImpresoraSalida:="" default cTitulo1 TO '' default cTitulo2 TO '' default cCaption TO cTitulo1 default cCabecera1 ...
by Verhoven
Wed Feb 04, 2015 8:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXCESS RELEASE OF FONT
Replies: 28
Views: 6948

Problem with two xbrowse tree - possible bug in dblclick ?

... 640,440 PIXEL ; TITLE 'Directory' ; FONT oFont @ 10,10 XBROWSE oBrw SIZE 300,70 PIXEL OF oDlg NOBORDER oBrw:SetTree( oTree, { "\fwh\bitmaps\open2.bmp", ; "\fwh\bitmaps\16x16\folder.bmp", ; "\fwh\bitmaps\16x16\onepage2.bmp" } ) oBrw:bKeyChar := { |nKey| If( nKey == ...
by Marco Turco
Sun Jun 01, 2014 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with two xbrowse tree - possible bug in dblclick ?
Replies: 2
Views: 852

cGetFile replacement

... 640,440 PIXEL ; TITLE 'Directory' ; FONT oFont @ 10,10 XBROWSE oBrw SIZE 300,200 PIXEL OF oDlg NOBORDER oBrw:SetTree( oTree, { "\fwh\bitmaps\open2.bmp", ; "\fwh\bitmaps\16x16\folder.bmp", ; "\fwh\bitmaps\16x16\onepage2.bmp" } ) oBrw:bKeyChar := { |nKey| If( nKey == ...
by Marco Turco
Thu Feb 27, 2014 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile replacement
Replies: 2
Views: 773

Re: Report no hace bPostEnd

... *------------------------------------------------------------------------------- LOCAL oFont1, oFont2, oPen1, oPen2 Local oReport Local nSele := SELECT() DEFINE FONT oFont1 NAME "ARIAL" SIZE 0,-10 DEFINE FONT oFont2 NAME "ARIAL" SIZE 0,-9 ...
by FranciscoA
Mon Sep 27, 2010 2:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Report no hace bPostEnd
Replies: 14
Views: 2550

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... + contrib/hbide/resources/database_search.png + contrib/hbide/resources/database_up.png + contrib/hbide/resources/open2.png + Added: few more images for ideDBU interface. + contrib/hbide/tables.ui * contrib/hbide/hbide.hbp * contrib/hbide/hbide.qrc + Added: one ...
by Pritpal Bedi
Wed Jul 21, 2010 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99069

Una de Report

... size 0, 9 define font oFont2 name "ARIAL" size 0, 11 bold define PEN oPen1 STYLE 0 WIDTH 1 COLOR RGB(192,192,192) define PEN oPen2 STYLE 0 WIDTH 1 COLOR CLR_BLACK REPORT oList ; FONT oFont1, oFont2 ; PEN oPen1,oPen2; HEADER (cdi:p1_nomapl),alltrim(oFusu:vrazusu), "Fecha: ...
by softruz
Thu Jan 14, 2010 10:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una de Report
Replies: 3
Views: 719

Re: Juan Planelles Lazaga

... + cFileDisc,; oGet:cText( cText ), oGet:Refresh(), oWnd:SetText( cTit ), oWnd:Refresh() }, oRBar ) oTBtn2 = TRBtn():New( 4, 435,,, ".\bitmaps\open2.bmp", {|| ; iif( lG32, ; cFileNw := cGetFile32( cFileName( cFileDisc ) + ; "Todos ( *.* ) | *.* ", ; "Elija Origen y Nombre", ...
by Juan Planelles
Tue Dec 29, 2009 10:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6739

XP-Theme for double-byte ASIA area

... xp-theme open1: http://img191.imageshack.us/img191/6379/xptheme02.th.gif xp-theme open2: http://img38.imageshack.us/img38/7410/xptheme03.th.gif
by Sheng
Sat Jun 06, 2009 1:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XP-Theme for double-byte ASIA area
Replies: 10
Views: 2086

reportes, grupos con 2 renglones

... "; HEADER "Fecha: "+DToC(DATE()) RIGHT; FOOTER "Pagina: "+STR(oReport:nPage,3) CENTER; FONT oFon1, oFon2, oFon3; PEN oPen2, oPen1; PREVIEW // COLUMN TITLE "Fecha" DATA asientos->Fec SIZE 10 COLUMN TITLE "Cuenta" DATA asientos->Cta SIZE 6 COLUMN ...
by diegopolverelli
Tue Apr 28, 2009 8:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: reportes, grupos con 2 renglones
Replies: 0
Views: 346
Next

Return to advanced search