Search found 568 matches: bold

Return to advanced search

... DEFINE XLS FORMAT ndeci PICTURE '##,###,###.##' DEFINE XLS FORMAT ndeci1 PICTURE '##,###,##0.#' DEFINE XLS FONT nFont1 NAME "Arial" HEIGHT 14 BOLD DEFINE XLS FONT nFont2 NAME "Arial" BOLD XLS oFileXLS FILE "concent.xls" xls col 1 width 12 of ofilexls xls col 3 width 12 of ofilexls xls col ...
by RMC
Tue Jan 23, 2007 3:24 pm
 
Forum: FiveWin para CA-Clipper
Topic: Error al compilar
Replies: 3
Views: 1382

... nDesc:=0 nDescFinal:=0 cClave:=Space(20) nCantidad:=0 SET 3DLOOK ON // Microsoft 3D Look DEFINE FONT oFont62 NAME "monospac821 bt" SIZE 0, -18 BOLD DEFINE FONT oFont61 NAME "Arial" SIZE 0, -10 BOLD // DEFINE FONT oFont65 NAME "monospac821 bt" SIZE 0, -12 BOLD DEFINE DIALOG oDlg6 FROM 5,.5 TO ...
by Armando Picon
Fri Jan 12, 2007 11:52 pm
 
Forum: FiveWin para CA-Clipper
Topic: USO DE KEYBOAR CHR(13)
Replies: 4
Views: 2143

... nDesc:=0 nDescFinal:=0 cClave:=Space(20) nCantidad:=0 SET 3DLOOK ON // Microsoft 3D Look DEFINE FONT oFont62 NAME "monospac821 bt" SIZE 0, -18 BOLD DEFINE FONT oFont61 NAME "Arial" SIZE 0, -10 BOLD // DEFINE FONT oFont65 NAME "monospac821 bt" SIZE 0, -12 BOLD DEFINE DIALOG oDlg6 FROM 5,.5 TO ...
by servicomver
Fri Jan 12, 2007 10:00 pm
 
Forum: FiveWin para CA-Clipper
Topic: USO DE KEYBOAR CHR(13)
Replies: 4
Views: 2143

Gracias ya quedo,

el valor quedo asi

DEFINE FONT oFont NAME 'Courier New' SIZE 0,-40 BOLD NESCAPEMENT 1800



Mauricio
by Mauricio
Sat Dec 23, 2006 12:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Invertir letras
Replies: 4
Views: 1243

Pues me ocurre igual:
DEFINE FONT oFont2 NAME "MS SANS SERIF" SIZE 0,-10 BOLD
REDEFINE COMBOBOX oMesTc VAR cMestc ITEMS aMes ID 108 FONT oFont2 OF oDlg

Error E0030 Syntax error: "parse error at 'COMBOBOX'"

Un saludo,
Manuel


FW 2.8 (Octubre9/20079
xHarbour Compiler build 0.99.61 (SimpLex)
by Manuel Aranda
Thu Dec 21, 2006 7:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: [Tipo letra combobox]
Replies: 3
Views: 748

Hola..

Prueba con esto..

DEFINE FONT oFont NAME "Courier New" SIZE 10, -16 bold


Luego solo tienes que usar el objeto oFont en donde quieras.


Saludos.

Elías Torres.
by Elias Torres
Thu Dec 07, 2006 12:54 pm
 
Forum: FiveWin para Pocket PC
Topic: Ayuda con tipo de letra
Replies: 6
Views: 1503

... queres cambiar el font cuando la celda esta seleccionada: Define Font oFont1 Name "Arial" Size 0, -12 Define Font oFont2 Name "Arial" Size 0, -12 Bold Italic oBrw:bFont:= {|nRow,nCol,nStyleLine| Iif( nStyleLine = 3 , oFont1:hFont , oFont2:hFont ) } Todas las celdas: oBrw:bFont:= {|nRow,nCol,nStyleLine| ...
by El Loco
Sun Nov 26, 2006 6:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COLORES EN LISTBOX
Replies: 7
Views: 2217

... aX[2] := LoadBitMap( GetResources(), "Z_Red_X") aX[3] := LoadBitMap( GetResources(), "Z_Blank") endif DEFINE FONT oFont NAME "System" SIZE 8, 16 BOLD // 6, 15 DEFINE DIALOG oDlg of MainWnd NAME "Aktivite" REDEFINE BROWSE oBrw ID 999 OF oDlg ; MESSAGE "You may open multi-copies, DblCkick to edit, ...
by biro2000
Wed Nov 22, 2006 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VALID in ADD COLUMN don't work.
Replies: 4
Views: 1614

... DEFINE dialog odlg resource "Inventario" redefine group ogrp id 600 of odlg color CLR_RED,RGB(230,184,94) DEFINE font oFont2 name "Courier New" bold redefine say id 4001 of odlg color CLR_RED, RGB(230,184,94) redefine say id 4002 of odlg color CLR_RED, RGB(230,184,94) redefine say id 4003 of ...
by Elias Torres
Fri Nov 10, 2006 10:43 am
 
Forum: FiveWin para Pocket PC
Topic: Comentario sobre una busqueda...
Replies: 10
Views: 2574

... ; SendMessage( ::oTree:hWnd, TVM_ENSUREVISIBLE, 0, ::hItem ) And here's what I added to TTreeVie.prg (ehnancements in bold): [ Note: it seems bold doesn't work inside the code bbcode, so look out for [ b ] .... [ / b ] and strip it out from the actual code METHOD CollapseAll( ...
by Luis Krause
Wed Nov 08, 2006 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Expand a branch on Tree object
Replies: 5
Views: 1588

... oMsgBar, cDefaultMsg, cBuffer ) local nClrText:= oMsgBar:nClrText local cMsg, oFont DEFINE FONT oFont NAME "Ms Sans Serif" SIZE 0,-10 BOLD if Len( cBuffer ) > 0 cMsg:= "Buscando: " + upper(cBuffer) oMsgBar:nClrText:= CLR_BLUE oMsgBar:SetFont(oFont) else cMsg:= cDefaultMsg endif ...
by Francisco Horta
Thu Oct 26, 2006 5:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Búsqueda incremental en xHarbour
Replies: 3
Views: 1137

... "bamari" ) } FIELD CON_INM aDia := C_RESERDIA( aDia, dFecha1 ) // calcula cabeceras listbox DEFINE FONT oFont NAME "MS Sans Serif" SIZE 0, -14 BOLD ABRE ("RESERVA", "RESERVA", "RESERVA" ) ORDSETFOCUS("CON_INM") ABRE ( "inqui", "inqui", "inqui" ) ORDSETFOCUS("CON_INM") ABRE ("fincas", "fincas", ...
by Manuel Valdenebro
Mon Oct 09, 2006 8:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualizar Header Listbox
Replies: 12
Views: 3069

ERROR AL IMPRIMIR

... PRINT oPrn NAME "COTIZACIONES" PREVIEW FROM USER DEFINE FONT oFont NAME "Arial" SIZE 0,-12 OF oPrn DEFINE FONT oFontV NAME "Arial" SIZE 0,-4.5 BOLD NESCAPEMENT 900 OF oPrn PAGE oPrn:cmsay(00,00,oemtoansi("Elisa Flores y Compa¤ia Limitada"),oFont) oPrn:cmsay(01,00,oemtoansi("Barraca de Maredas"),oFont) ...
by A&C
Fri Oct 06, 2006 6:58 pm
 
Forum: FiveWin para CA-Clipper
Topic: ERROR AL IMPRIMIR
Replies: 0
Views: 637

Combo box

... icon when used with DBCOMBO, but it works fine with the regular FWH COMBOBOX code. If I clickon the box itself, it changes color and has a bold line beneath it, but no list. Tim
by TimStone
Fri Oct 06, 2006 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multi Column Array Combo box
Replies: 8
Views: 2048

Favor Ayuda oara Imprimir

... oFont2 Name "Arial" Size 0,18 Of oPrint Define Font oFont5 Name "Arial" Size 0,16 Of oPrint Define Font oFont3 Name "Arial" Size 0,12 Of oPrint Bold UnderLine Define Font oFont4 Name "Arial" Size 0,24 Of oPrint Bold Italic Define Pen oPen Style 0 width 5 nVertical := oPrint:nVertRes() nHorizontal ...
by Miguel Rivera
Mon Oct 02, 2006 9:43 pm
 
Forum: FiveWin para CA-Clipper
Topic: Favor Ayuda oara Imprimir
Replies: 0
Views: 1001
PreviousNext

Return to advanced search

cron