Search found 565 matches: bold

Return to advanced search

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: 1251

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: 375

What is better

... // Super Buttons FONTARR [ 07 ] := TFONT() :NEW( "Segoe UI", 0, 20 , .F., .T. ) // Kasse FONTARR [ 08 ] := TFONT() :NEW( "Segoe UI BOLD ", 0, 18 , .F., .T. ) // Browse Header Selected FONTARR [ 09 ] := TFONT() :NEW( "Segoe UI", 0, 16 , .F., .T. ) // BigFont FONTARR ...
by Uwe.Diemer
Sat May 27, 2023 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is better
Replies: 1
Views: 227

Re: RTF Spell Checker

... Text editing: Users can enter, delete, and modify text within the control. Text formatting: The control allows applying formatting options such as bold, italic, underline, strikethrough, subscript, and superscript to selected text or the entire document. Font selection: Users can choose different ...
by TimStone
Tue May 23, 2023 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 450

Re: Consulta

... as direct support for long filenames (LFN) and their corresponding short filenames (SFN), enhanced keyboard and mouse support, visual display for bold and italic texts, plus many more useful or user-friendly features. --- did you have Source from Cl*pper App :?: if not : there is a Tool called ...
by Jimmy
Wed Mar 22, 2023 3:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta
Replies: 4
Views: 471

Help for xbrowse report bSetUp

I have to use a particular bsetup for my printouts when I compile it does not accept the line that I put in bold how can I fix it? bSetUp := < |oRep, Brw, n | bImage := {|oRep| oRep:SayBitmap(0.5, 7, cLogo)} bStart := {|oRep| oRep:bStartPage := bImage} bInit := {|| oBrw:oDbf:GoTop()} ...
by Silvio.Falconi
Sat Mar 18, 2023 10:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for xbrowse report bSetUp
Replies: 3
Views: 411

Re: My regex fails under Harbour

Just an update. The problematic regex problem went away when I rearranged libs (the bold part) to be linked from j:\harbour\bcc7\lib\cw32.lib + j:\harbour\bcc7\lib\import32.lib + j:\harbour\bcc7\lib\uuid.lib + j:\harbour\bcc7\lib\ws2_32.lib + j:\harbour\hbcc7\lib\win\bcc\hbcpage.lib ...
by hua
Wed Nov 09, 2022 2:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: My regex fails under Harbour
Replies: 6
Views: 672

Re: Multiple RTF controls each with its own bar

... To have each oRtf have its own buttonbar 2. Each oRtf supports all the basic shortcut keys common in Windows when doing editing such as Ctrl+B for Bold, Ctrl-I for Italic, Ctrl-C for Copy, Ctrl-V for Paste, etc. Below is the requested source. #include "fivewin.CH"#include "ttitle.ch"#include ...
by hua
Tue Oct 18, 2022 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple RTF controls each with its own bar
Replies: 5
Views: 568

Re: Xbrowse to Html

... the name of the schedule ( name list on html) 3. the Font character of the header 4. the font of the cells 5. the height of the header (normal or bold) 6. the height of the cells (normal or bold) 7. the space of both the header and the cells (padding) 8. the color of the header border 9 the color ...
by Silvio.Falconi
Thu Oct 06, 2022 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse to Html
Replies: 16
Views: 1161

Re: Negrita en in ITEM del tree?

Imagino que no habrás implementado bien el método Bold(), revísalo :-)
by Antonio Linares
Fri Apr 29, 2022 3:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Negrita en in ITEM del tree?
Replies: 20
Views: 1883

Re: Negrita en in ITEM del tree?

Antonio Linares wrote:if oTree:GetSelected() != nil
oTree:GetSelected():Bold( .T. )
endif


Intente eso antonio, pero no me funcionó, es el codigo del pim.prg
by goosfancito
Wed Apr 27, 2022 3:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Negrita en in ITEM del tree?
Replies: 20
Views: 1883

Re: Negrita en in ITEM del tree?

if oTree:GetSelected() != nil
oTree:GetSelected():Bold( .T. )
endif
by Antonio Linares
Wed Apr 27, 2022 2:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Negrita en in ITEM del tree?
Replies: 20
Views: 1883

Re: Printing RTF 22.03

... in this case. One customer might have 5 lines of text in RTF format, another might have 20. If they vary the font and size of the characters, with bold, underlining, etc, the commands will not give an accurate count of the lines needed. We have to draw that from the formatted output. Also, because ...
by TimStone
Tue Apr 12, 2022 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing RTF 22.03
Replies: 6
Views: 713

Re: TxtToRTF()

... My clients want to print Disclaimer text at the end of invoices, and have the ability to change it themselves. They want to change font sizes, use bold and underline, and perhaps even colors. We can create this on screen We can save it in a memo field. Bust WE CANNOT PRINT IT. In the printer class, ...
by TimStone
Mon Mar 14, 2022 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TxtToRTF()
Replies: 18
Views: 3468

Re: ayuda con fastreport y page con texto de tamaño variable

ejemplo de una parrafo... fastreport, reconoce algunos tag basicos de html, como <b></b> para bold. <b>SEGUNDA: (DESEMBOLSO): El ACREEDOR</b> desembolsa la cantidad de <b><<MONTO_PRE>> (<<MONTO_PRE_TXT>>)</b>, a favor ...
by carlos vargas
Fri Mar 04, 2022 4:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda con fastreport y page con texto de tamaño variable
Replies: 6
Views: 383
PreviousNext

Return to advanced search