Search found 563 matches: bold

Return to advanced search

Error Fwh 24.02 con XBROWSE

... de opciones //------------------------------------------------------------------------------ Static Procedure BrwbtnBar( oBrw ) local oBar, oBtn, oBold DEFINE BUTTONBAR oBar OF oBrw:oWnd SIZE 75,75 3D 2015 HEIGHT 96 oBold := oBar:oFont:Bold() oBar:oGrpFont := oBold oBar:bClrGrad = { || { { 0.10,15724527,7303023 ...
by CARLOS ATUNCAR
Mon Apr 08, 2024 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Fwh 24.02 con XBROWSE
Replies: 0
Views: 98

Re: Alto de linea en LISTBOX

... BASE/1005 Message not found: TWBROWSE:_NLINEHEIGHT Antonio: lo tengo definido asi: define font oTipLet NAME "Courier" SIZE 10,14 // bold DEFINE FONT oFont NAME "TAHOMA" SIZE 0,-15 DEFINE DIALOG oDlg RESOURCE "CodLiqVar" . . . select _CoLiAux _CoLiAux->(DbGotop()) ...
by karinha
Mon Mar 25, 2024 4:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alto de linea en LISTBOX
Replies: 5
Views: 983

Re: Alto de linea en LISTBOX

... BASE/1005 Message not found: TWBROWSE:_NLINEHEIGHT Antonio: lo tengo definido asi: define font oTipLet NAME "Courier" SIZE 10,14 // bold DEFINE FONT oFont NAME "TAHOMA" SIZE 0,-15 DEFINE DIALOG oDlg RESOURCE "CodLiqVar" . . . select _CoLiAux _CoLiAux->(DbGotop()) ...
by José Camilo
Mon Mar 25, 2024 1:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alto de linea en LISTBOX
Replies: 5
Views: 983

Re: Creating table with Trichedit

//You made everything well. Small inaccuracies. There is a working example #INCLUDE "FiveWin.ch" #include "richtext.ch" ****************** Function RftDemo() ********************** Local anchos,j,lFormato:=.F. //Local Mas_n:={} local aTable:={} local nRow,ncol Local oRtf,aMarca,...
by Silvio.Falconi
Mon Jan 29, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1457

Re: Creating table with Trichedit

//You made everything well. Small inaccuracies. There is a working example #INCLUDE "FiveWin.ch" #include "richtext.ch" ****************** Function RftDemo() ********************** Local anchos,j,lFormato:=.F. //Local Mas_n:={} local aTable:={} local nRow,ncol Local oRtf,aMarca, ...
by MMK
Mon Jan 29, 2024 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1457

Re: Creating table with Trichedit

Twenty seven years ago Thomas R. Marchione wrote a class for creation rtf of files // Copyright: (C) 01/28/97 1997, Thomas R. Marchione oRTF := SetRT( cOutFile ) // Use this to write an entire paragraph, with optional formatting. NEW PARAGRAPH oRTF TEXT 'OOO «Text in aligned left»'; FONTNUMBER 1 ; ...
by Silvio.Falconi
Sun Jan 28, 2024 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1457

Re: Creating table with Trichedit

Twenty seven years ago Thomas R. Marchione wrote a class for creation rtf of files // Copyright: (C) 01/28/97 1997, Thomas R. Marchione oRTF := SetRT( cOutFile ) // Use this to write an entire paragraph, with optional formatting. NEW PARAGRAPH oRTF TEXT 'OOO «Text in aligned left»'; FONTNUMBER 1 ; ...
by Silvio.Falconi
Sat Jan 27, 2024 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1457

Re: Creating table with Trichedit

Twenty seven years ago Thomas R. Marchione wrote a class for creation rtf of files // Copyright: (C) 01/28/97 1997, Thomas R. Marchione oRTF := SetRT( cOutFile ) // Use this to write an entire paragraph, with optional formatting. NEW PARAGRAPH oRTF TEXT 'OOO «Text in aligned left»'; FONTNUMBER 1 ; A...
by MMK
Sat Jan 27, 2024 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1457

Question about Message-functions

Hello,

I wonder if it is possible to use bold or italic characters in a Msg-function.

Code: Select all  Expand view
MsgAlert("Aaaa bbbb CCCC dddd eeee!","Take care")

Is it possible to put "CCCC" into bold or italic?

Thank you.
by driessen
Wed Jan 03, 2024 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about Message-functions
Replies: 6
Views: 704

oBrw:report() ... control fonts

oRep:aFont already has two fonts built by the browse object oRep:aFont[ 1 ] is Tahoma size 0,-8 oRep:aFont[ 2 ] is Tahoma size 0,-8 bold I need to have another font I made oFontCopy := TFont():New("TAHOMA",0,-108,.F.,,180,,,,,,,,,,oRep:oDevice) //to print a text nscapment aadd(oRep:aFont, ...
by Silvio.Falconi
Wed Dec 13, 2023 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrw:report() ... control fonts
Replies: 0
Views: 312

Re: Add a line on report from xbrowse (NO HTML)

Using the default behavior of :Report( nil, .t., .t., nil, { 1 } ) The group headers are in bold and adequate to distinguish from the body. https://imagizer.imageshack.com/v2/xq70/923/lmSCwV.png   USE CUSTOMER NEW SHARED VIA "DBFCDX"  ...
by nageswaragunupudi
Tue Dec 12, 2023 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a line on report from xbrowse (NO HTML)
Replies: 2
Views: 278

Re: IMPRESION ARCHIVOS PDF

Adhemar, COURIER NEW BOLD es la mejor manera de ahorrar (gastar menos) tinta/tóner de impresora.

Regards, saludos.
by karinha
Tue Oct 10, 2023 1:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESION ARCHIVOS PDF
Replies: 27
Views: 1612

CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE

... = b.cod_fam LEFT JOIN tab_mar AS c ON a.mar_art = c.cod_mar ORDER BY nom_art ") Define Font oFont2 Name "Tahoma" Size 0,-11 Bold DEFINE DIALOG oDlg ResName "BROW6BG" TITLE "TABLA DE PRODUCTOS" Redefine BtnGet oCampo Var cCampo Id 1002 Of oDlg Resource ...
by kpidata
Fri Sep 01, 2023 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE
Replies: 1
Views: 331

evitar que se active columna con xbrowse al dar un click

... = b.cod_fam LEFT JOIN tab_mar AS c ON a.mar_art = c.cod_mar ORDER BY nom_art ") Define Font oFont2 Name "Tahoma" Size 0,-11 Bold DEFINE DIALOG oDlg ResName "BROW6BG" TITLE "TABLA DE PRODUCTOS" Redefine BtnGet oCampo Var cCampo Id 1002 Of oDlg Resource ...
by kpidata
Fri Sep 01, 2023 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inhabilitar columna en xBrowse - Disable column in xBrowse
Replies: 8
Views: 1077

How to print character sigma in Haru?

... But this doesn't work under Haru I am not using unicode. Actually, how to inspect the attributes of a font used in Haru e.g. typeface name, bold or not, etc TIA
by hua
Wed Aug 16, 2023 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print character sigma in Haru?
Replies: 8
Views: 331
Next

Return to advanced search