Search found 568 matches: bold

Return to advanced search

Excel SaveAs not working

... .50 oAs:PageSetup:FitToPagesWide := 1 oAs:PageSetup:FitToPagesTall := .F. oAs:Columns(01):ColumnWidth = 10 // nRow := 1 oAs:Cells (nRow, 1):Font:Bold := .T. oAs:Cells (nRow, 1):Font:Size := 12 oAs:Cells (nRow, 1):Value := 'TEST' nRow++ oAs:Cells (nRow, 1):Font:Bold := .T. oAs:Cells (nRow, 1):Font:Size ...
by cdmmaui
Thu Jul 05, 2018 6:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel SaveAs not working
Replies: 2
Views: 939

error en xbrowse mysql, tdolphin

... cod_insumo, nom_insumo, val_insumo FROM tab_insumo ORDER BY cod_insumo") Define Font oFont2 Name "Tahoma" Size 0,-11 Bold DEFINE DIALOG oDlg ResName "BROW6BC" TITLE "MAESTRO DE INSUMOS DE PRODUCTOS/ARTICULOS" COLOR Rgb( 255, 0, 0 ), Rgb(185,230,255) ...
by kpidata
Tue Jun 19, 2018 5:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error en xbrowse mysql, tdolphin
Replies: 0
Views: 811

Re: FWH 18.03 Dialog Problem (STILL)

Hi Mr. Rao, Partially tested with FHW1804 ... No Crash. But the dialog's Get Objects (Font) became Bold during testing ... :D Is there any difference in behaviour of the same application between 1802 and 1804 (revised libs) ? If you have other issues, we shall deal with ...
by fraxzi
Thu Jun 07, 2018 6:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03 Dialog Problem (SOLVED)
Replies: 51
Views: 9120

Re: FWH 18.03 Dialog Problem (STILL)

fraxzi wrote:Hi Mr. Rao,

Partially tested with FHW1804 ... No Crash. But the dialog's Get Objects (Font) became Bold during testing ...

:D

Is there any difference in behaviour of the same application between 1802 and 1804 (revised libs) ?
If you have other issues, we shall deal with them separately.
by nageswaragunupudi
Thu Jun 07, 2018 6:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03 Dialog Problem (SOLVED)
Replies: 51
Views: 9120

Re: FWH 18.03 Dialog Problem (STILL)

Hi Mr. Rao,

Partially tested with FHW1804 ... No Crash. But the dialog's Get Objects (Font) became Bold during testing ...

:D
by fraxzi
Thu Jun 07, 2018 6:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03 Dialog Problem (SOLVED)
Replies: 51
Views: 9120

Re: screenheight

... GETDOCKPOSITION -> Return "left", "right" o "bottom" text GETDOCKSIZE -> size dock ISDOCKHIDDEN -> bold true for hidden ,false for visible . Saludos.
by mastintin
Tue May 29, 2018 9:31 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: screenheight
Replies: 1
Views: 1009

Listbox strange problem

... Icon... DEFINE ICON oIcon RESOURCE "BKG" DEFINE FONT oFont NAME GetSysFont() SIZE 0,-12 DEFINE FONT oFont2 NAME GetSysFont() SIZE 0,-14 BOLD DEFINE FONT oFont3 NAME GetSysFont() SIZE 0,-20 BOLD MENU oMenu 2007 MENUITEM "E&xit" ACTION oWnd:End() ENDMENU DEFINE WINDOW oWnd ...
by cdmmaui
Wed May 23, 2018 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox strange problem
Replies: 2
Views: 795

Re: Notification boxes colored

Silvio, put this ( bold letter )

::Super:New( nTop, nLeft, nBottom, nRight,, nStyle,,,, ::oWndEvent,,, nClrText, nClrPane,,,,,,,.T.,)

by cnavarro
Wed May 23, 2018 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Notification boxes colored
Replies: 26
Views: 4995

lector codigo de barras, y dialogo

... LOCAL lAceptar := .F. Local Dato:=" " Local Rut:=" " cGet:=Space(70) Define Font oFont1 Name "Tahoma" Size 0,-11 Bold DEFINE DIALOG oDlg1 RESOURCE "Captura_Barra" REDEFINE GET cGet PICTURE "@!" ID 1000 OF oDlg1 Valid(Leercodigo(@cGet,odlg1)) ...
by kpidata
Thu Apr 19, 2018 3:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: lector codigo de barras, y dialogo
Replies: 5
Views: 1736

xls color

... 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
Sun Apr 15, 2018 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xls color
Replies: 4
Views: 1502

Re: How to show a large text

... it, call it with a button or other command ( ie. you could do a double click with a field to call it ), and it pops up a dialog box. The text is bold ( darker ) and larger, and it provides more editing space. This is just another sample of a way to do the work you wish. FUNCTION ExpandText( ...
by TimStone
Tue Mar 27, 2018 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to show a large text
Replies: 17
Views: 2637

Re: tDolphin y Browser

... BY Id" ) DEFINE FONT oFont NAME "Times New Roman" SIZE 0, -12 DEFINE FONT oFont18 NAME "Times New Roman" SIZE 0, -18 BOLD DEFINE DIALOG oDlg SIZE 900,500 PIXEL TRUEPIXEL DEFINE BUTTONBAR oBarC OF oDlg SIZE 56,56 2013 @ 70,20 XBROWSE oBrwC SIZE -20,-20 PIXEL OF oDlg ...
by caducca
Sun Mar 11, 2018 2:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: tDolphin y Browser
Replies: 4
Views: 1232

xbrowse y bloqueo encabezado

... CLICK MUESTRA SUB-MENU DE CONSULTA" cExt_Rec1:GoTop() If cExt_Rec1:LastRec() > 0 DEFINE FONT oFon2 NAME "Arial" SIZE 0,-11 Bold DEFINE DIALOG oDlg2 RESOURCE "BROW3BG" TITLE Mensaje COLOR Rgb( 255, 0, 0 ), Rgb(185,220,255) Redefine BtnBmp oBoton1 Id 101 Resource ...
by kpidata
Thu Mar 08, 2018 3:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse y bloqueo encabezado
Replies: 0
Views: 881

Re: Problem when print CODE128 using Barlib

... that is printed, the number returned is 1514080353 1118 000111550020000018651000018657 The part that is returning different is '1118' that is bold/red in the string.
by vilian
Tue Mar 06, 2018 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem when print CODE128 using Barlib
Replies: 18
Views: 3577

Re: TMenuItem():New changed

... ] ; [ HSYSBITMAP <hBmp> ] ; [ INDEX <nIndex> ] ; [ <lRight: RIGHT> ] ; [ <lSeparator: SEPARATOR> ] ; [ <lBold: BOLD> ]; [ <lItalic: ITALIC> ]; [ COLORBOX <nClrBox> ] ; [ RADIOCHECK <nItemsGroup>, <nCheck> ] ; [ <lDefault: ITEMDEFAULT> ...
by cnavarro
Tue Feb 13, 2018 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TMenuItem():New changed
Replies: 5
Views: 1065
PreviousNext

Return to advanced search

cron