Search found 564 matches: bold

Return to advanced search

change font header on line

... I have a combobox for each column of the xbrowse and where I search for the information I would like to bold a column header when I select the corresponding column in the combobox, when I change column the previous one must go back to the previous font, ...
by Silvio.Falconi
Sun Jan 02, 2022 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change font header on line
Replies: 0
Views: 203

Print RTF using tPRINTER class ?????

... of the document is the DISCLAIMER which the customers want to create themselves, and they want to highlight areas, underline other text, make some bold, and change print sizes. All of this is possible using the RTF5 class. I am able to retrieve text from a memo field in an .FPT file, Edit it with ...
by TimStone
Fri Dec 10, 2021 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print RTF using tPRINTER class ?????
Replies: 6
Views: 778

Re: New FTDN November/Noviembre (FWH 21.11)

... Muchas gracias a Hakan Onemli: http://fivetechsupport.com/forums/viewtopic.php?p=243513#p243513 * Nuevo: Nuevo método Bold( lOnOff ) en la clase TTVItem, para poner en negrita un item de un TTreeView. * Clase TArrayData (tarrdata.prg) - Puede asignar un valor a un campo ...
by Antonio Linares
Tue Nov 30, 2021 10:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1023

New FTDN November/Noviembre (FWH 21.11)

... and Hakan Onemli: http://fivetechsupport.com/forums/viewtopic.php?p=243513#p243513 * New: Class TTVItem Method Bold( lOnOff ) to set bold an item of a TTreeView. * Class TArrayData (tarrdata.prg) - Can assign a value to a field in all rows by oData:cFieldNameS ...
by Antonio Linares
Tue Nov 30, 2021 7:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1023

Re: CHARICON lista de codigos validos - para Cristobal ??

... //DISABLED MENUITEM "&2.- Item 2" CHARICON 58020 COLORRIGHT CLR_YELLOW MENUITEM "&3.- Item 3" CHARICON 57696 BOLD ITALIC MENUITEM "&4.- Item 4" CHARICON 57756 COLORRIGHT CLR_HRED MENUITEM "&5.- Item 5" CHARICON 57736 COLORRIGHT CLR_MAGENTA ...
by fridgar
Fri Nov 26, 2021 3:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CHARICON lista de codigos validos - para Cristobal ??
Replies: 9
Views: 1516

Re: choosefont return values

... the button must call this https://i.postimg.cc/ZRtcRdbr/2.jpg choose font must return me 1. fontname 2. sizes 3. color font 4. Bold 5. Italic 6. underline 7. strikeout On the dialog I see only fontname and size but in memory I must have all data to save them on dbf I'm searching ...
by Silvio.Falconi
Sat Nov 13, 2021 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: choosefont return values
Replies: 2
Views: 317

Re: Metafile error

... PREVIEW TITLE cTitle //FROM USER DEFINE FONT oFn1 NAME "ARIAL" SIZE 0,- 8 OF oPrn DEFINE FONT oFn2 NAME "ARIAL" SIZE 0,- 8 BOLD OF oPrn DEFINE FONT oFn3 NAME "ARIAL" SIZE 0,-11 BOLD OF oPrn DEFINE FONT oFn4 NAME "ARIAL" SIZE 0,-16 BOLD OF oPrn oPrn:lPrvModal:=.f. ...
by Silvio.Falconi
Tue Oct 26, 2021 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metafile error
Replies: 6
Views: 436

Re: Negrita en in ITEM del tree?

El ejemplo FWH\samples\pim.prg probando el nuevo método Bold() en Class TVItem:

El item que se ha puesto en negrita es "country"

Image
by Antonio Linares
Thu Aug 26, 2021 3:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Negrita en in ITEM del tree?
Replies: 20
Views: 1652

Re: Negrita en in ITEM del tree?

Si En la Clase TTVItem tienes que añadir este nuevo método: METHOD Bold( lOnOff ) INLINE TVSetItemBold( ::oTree:hWnd, ::hItem, lOnOff ) y al final de tu PRG esribe: #pragma BEGINDUMP#define _WIN32_IE 0x0500#include <Windows.h>#include <CommCtrl.h>#include ...
by Antonio Linares
Wed Aug 25, 2021 3:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Negrita en in ITEM del tree?
Replies: 20
Views: 1652

Re: Negrita en in ITEM del tree?

... ver como asignarlos a un item ya existente: SetItemState( hItem, TVIS_BOLD, TVIS_BOLD ); and we may need to reset the string of the item after the bold state was set to the item https://www.codeproject.com/Questions/444245/Changing-to-state-of-tree-item-to-BOLD-does-not-ch
by Antonio Linares
Tue Aug 24, 2021 11:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Negrita en in ITEM del tree?
Replies: 20
Views: 1652

Exportacíon Excel desde Reporte

... cTit := ALLTRIM(NEWPAR->EMPRESA1) DEFINE FONT oFont1 NAME "ARIAL" SIZE 0,-10 DEFINE FONT oFont2 NAME "ARIAL" SIZE 0,-12 BOLD DEFINE FONT oFont3 NAME "ARIAL" SIZE 0,-12 BOLD DEFINE FONT oFont4 NAME "ARIAL" SIZE 0,-9 BOLD DEFINE PEN oPen1 WIDTH 1 DEFINE ...
by danielgustavo
Thu Jun 24, 2021 2:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Exportacíon Excel desde Reporte
Replies: 0
Views: 315

Re: XBrowse height for rows - RowHeight

... not doing a messenger, just a support ticketing system for this business, so I can show a Edit Memo with all the information and maybe use some bold , underline and this things to get a better UI. It's not CSS but it's something. Thanks for your time! Hello Nicolás, have you thought to use mod ...
by nlerdafehn
Fri Jun 18, 2021 8:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse height for rows - RowHeight
Replies: 6
Views: 984

MariaDb y oReport

... * FROM mae_cli ORDER BY cliente" ) // !!! PRINTER oReport NAME "Clientes" DEFINE FONT oFont1 NAME "Arial" SIZE 0,-8 BOLD DEFINE FONT oFont2 NAME "Arial" SIZE 0,-8 REPORT oReport; TITLE "LISTADO DE CLIENTES (NUMERICO)" ; FONT oFont1, oFont2 ; HEADER ...
by pedroluis
Sat May 08, 2021 9:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MariaDb y oReport
Replies: 3
Views: 617

No me acepta el COLORMENU en el MenuItem

... para abajo, no me acepta ni el 2010, 2013 ni el 2015 en los menuitem no me aceptan los COLORMENU, ni COLORRIGHT, ni los CHARICON, ni ITALICA, ni BOLD por lo que tengo que colocarlos como comentario // MENU oMenu 2015 //FONT oFontMenu MENU oMenu MENUITEM "&Archivos" //COLORMENU CLR_BLUE, ...
by fridgar
Fri Apr 16, 2021 2:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No me acepta el COLORMENU en el MenuItem
Replies: 1
Views: 324

Re: How to change SAY background color on transparent DIALOG

... "Fivewin.ch" FUNCTION MAIN() local oWnd, oDlg, oSay1, oSay2, oFont, oBrush1, oBrush2 DEFINE FONT oFont NAME "Arial" SIZE 0,-18 BOLD DEFINE BRUSH oBrush1 FILE "MARBLE.bmp" DEFINE BRUSH oBrush2 FILE "MARBLE6.bmp" DEFINE WINDOW oWnd FROM 70, 70 TO 400, 500 PIXEL ...
by ukoenig
Sun Apr 04, 2021 11:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to change SAY background color on transparent DIALOG
Replies: 2
Views: 552
PreviousNext

Return to advanced search