Search found 568 matches: bold

Return to advanced search

Re: abrir en excel sin vista protegida

... #include "FileXLS.ch" static oFileXLS DEFINE XLS FONT nFont2 NAME "Times New Roman" HEIGHT 10 UNDERLINE BOLD CTITUL:=CTITUL+".XLS" XLS oFileXLS FILE &CTITUL AUTOEXEC CTITUL:="REPORTE"+".XLS" XLS oFileXLS FILE &CTITUL ...
by cnavarro
Mon Aug 12, 2019 10:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: abrir en excel sin vista protegida
Replies: 2
Views: 735

abrir en excel sin vista protegida

... #include "FileXLS.ch" static oFileXLS DEFINE XLS FONT nFont2 NAME "Times New Roman" HEIGHT 10 UNDERLINE BOLD CTITUL:=CTITUL+".XLS" XLS oFileXLS FILE &CTITUL AUTOEXEC CTITUL:="REPORTE"+".XLS" XLS oFileXLS FILE &CTITUL ...
by evert mora
Sat Aug 10, 2019 3:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: abrir en excel sin vista protegida
Replies: 2
Views: 735

Excel 2016

... FORMAT nFormat PICTURE '#,##0.00_);[Red](#,##0.00)' DEFINE XLS FORMAT nFormat1 PICTURE '0' DEFINE XLS FONT nFont1 NAME "Arial" HEIGHT 12 BOLD DEFINE XLS FONT nFont3 NAME "Times New Roman" HEIGHT 10 BOLD DEFINE XLS FONT nFont4 NAME "Times New Roman" HEIGHT 10 @ 1,1 ...
by acwoo1
Wed Jul 31, 2019 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel 2016
Replies: 0
Views: 536

Re: [BUG] in source/font.prg and a question

... can be defined optional a alarm every day the same time or only the day / time fontsizes are adjusted to the window-size only the font no size-or bold-selection is needed any fontsizes of time and date with any color a sound can be selected for each alarm TMPicker is rounded to minutes and much ...
by ukoenig
Thu Jul 25, 2019 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: [BUG] in source/font.prg and a question
Replies: 8
Views: 1200

Re: [BUG] in source/font.prg and a question

... : after oFontMed1 := FontFromText( aVal[6] ) I must adjust the fontsize of the defined font in relation to the window-size and optional adding bold I tested oFontMed1:Modify( 50, .T. ) and oFontMed1:nHeight(50) but NO change :( METHOD nWidth( nNewValue ) SETGET METHOD nHeight( nNewValue ) SETGET ...
by ukoenig
Thu Jul 25, 2019 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: [BUG] in source/font.prg and a question
Replies: 8
Views: 1200

Re: DTPICKER & FONT

... VAR aVal[30] ID 140 UPDATE OF oFld:aDialogs[ 1 ] oGet[2]:SetFont( oFontMed ) used fonts : DEFINE FONT oFontMed NAME "Arial" SIZE 0, -20 BOLD DEFINE FONT oFontSys NAME "Arial" SIZE 0, -16 http://www.pflegeplus.com/IMAGES/Dtpick1.jpg regards Uwe :?:
by ukoenig
Tue Jul 23, 2019 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPICKER & FONT
Replies: 2
Views: 543

A problem Btnbmp and HEX-symbols from fonts

... oFont NAME "Arial" SIZE 0,-14 DEFINE FONT oFontG NAME "Arial" SIZE 0,-18 DEFINE FONT oBold NAME "Arial" SIZE 0,-14 BOLD DEFINE FONT oFont1 NAME "Arial" SIZE 0,-24 ignored for symbols :!: //DEFINE FONT oFont NAME "Segoe UI" SIZE 0,-14 //DEFINE ...
by ukoenig
Tue Jun 25, 2019 5:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem Btnbmp and HEX-symbols from fonts
Replies: 2
Views: 478

¿ Alguien conoce las propiedades de un objeto Excel ?

... propiedades por favor compartrir. Esto tengo: oSheet:Range( "C1" ):Value = "NOMBRE" oSheet:Range( "A1:B1" ):Font:Bold = .T. oExcel:Cells(1,2):Value = "CODIGO" Desde ya muchas gracias. Waldemar
by wyerco613
Wed Jun 19, 2019 1:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ Alguien conoce las propiedades de un objeto Excel ?
Replies: 1
Views: 705

Re: XML help

Sorry, my question is how do I get values for the following in BOLD : <Schs Vsl="BARRY TRADER" Lloyds="9658446" Valid="Y" Voy="0011E" Service="IRA" > <Sch Id="864ccf4592f7e34d58b70f3212ea5b08" ...
by cdmmaui
Thu Jun 06, 2019 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML help
Replies: 2
Views: 526

Re: Selecting numbers

... size of the get) I create down4.png https://i.postimg.cc/76CTc3wG/Down4.png DEFINE FONT oLarge NAME "VERDANA" SIZE 0,-22 BOLD @ 06,50 GET aGet[2] VAR nNumberElemento SIZE 50,32 PIXEL of oFld:aDialogs[1] FONT oLarge @ 6.01,100 BUTTONBMP oBtnSel ; SIZE 10,31.5 PIXEL OF oFld:aDialogs[1]; ...
by Silvio.Falconi
Fri May 24, 2019 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Selecting numbers
Replies: 11
Views: 1230

Selecting numbers

... dialog with scrollPanel and on it I list many small btnbmp I have the number with the font DEFINE FONT oLarge NAME "VERDANA" SIZE 0,-22 BOLD to show big and clear the problem is I have also a big button "..." while I prefer have a button as the combobox How I can resolve ? ...
by Silvio.Falconi
Wed May 22, 2019 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Selecting numbers
Replies: 11
Views: 1230

Re: Requesting a quick start guide for UI with 3 panel

... A lot of nice samples Cristobal. Thank you. Basically what I'm trying to achieve is something like the screen below. Complete with bold for unread materials and unbold after displayed a few seconds https://i.postimg.cc/5N61xT9c/thunderbird.jpg
by hua
Fri May 17, 2019 3:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Requesting a quick start guide for UI with 3 panel
Replies: 4
Views: 650

Requesting a quick start guide for UI with 3 panel

... create a 3 panel UI that is similar to an email client or news aggregator where the left panel consist of a tree showing all folders. With some in bold for those having items yet to be read. Top right would be showing the email/news subject and top left will show the body. Can anybody give me some ...
by hua
Thu May 16, 2019 2:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Requesting a quick start guide for UI with 3 panel
Replies: 4
Views: 650

fivedbu structure standard DBase Versione 7

... - Double (dBase Level 7) @ - Timestamp (dBase Level 7) V - Varchar type (Visual Foxpro) I ask to insert on fwdbu also the type of field I draw on Bold- thanks
by Silvio.Falconi
Mon May 13, 2019 4:08 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: fivedbu structure standard DBase Versione 7
Replies: 0
Views: 895

Re: Ribbon Theme

... black on grey. The buttons are black outline images ( no color ). The tabs have no color change, and the focused tab is simply the title in bold. The font's are smaller and there are no differences in color with the group labels. The font is smaller. This is the most modern version released ...
by TimStone
Tue Apr 30, 2019 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 34132
PreviousNext

Return to advanced search