Search found 32 matches: padc

Return to advanced search

Re: funciones de FWH y Harbour en un archivo .txt

Pad(<exp>,<nLength>,[<cFillChar>])->cPaddedString PadC(<exp>,<nLength>,[<cFillChar>])->cPaddedString PadL(<exp>,<nLength>,[<cFillChar>])->cPaddedString PadLeft(<cString>,<nLength>,[<xChar>])->cResult ...
by rubenfernandez01
Sun Oct 22, 2017 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5627

Re: funciones de FWH y Harbour en un archivo .txt

Pad(<exp>,<nLength>,[<cFillChar>])->cPaddedString PadC(<exp>,<nLength>,[<cFillChar>])->cPaddedString PadL(<exp>,<nLength>,[<cFillChar>])->cPaddedString PadLeft(<cString>,<nLength>,[<xChar>])->cResult ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5627

Re: funciones de FWH y Harbour en un archivo .txt

... Os_IsWinNT Os_IsWinNT351 Os_IsWinNT4 Os_IsWinVISTA Os_IsWinXP Os_IsWtsClient Os_NetRegOk OS_NetVRedirOk Os_VersionInfo OutErr OutStd Pad PadC PadL PadLeft PadLeft PadR Payment PCol PCount Periods Pi PosAlpha PosChar PosDel PosDiff PosEqual PosIns PosLower PosRange PosRepl PosUpper Prgexptoval ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5627

Re: Ayuda DLL

Antonio buenas noches, ahora son estos: Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406) Copyright 1999-2009, http://www.xharbour.org http:...
by ricardog
Fri Sep 01, 2017 2:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6286

Re: Ayuda DLL

Antonio, aquí la segunda parte: Error: Unresolved external '_HB_FUN_DRAWTHEMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_GETDLGBASEUNITS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CDLG2CHR' referenced from P...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6286

Re: vieja duda con respecto a los GET

... Sintaxis PADL(<exp>, <nLongitud>, [<cCarRelleno>]) --> cCadenaRellena PADC(<exp>, <nLongitud>, [<cCarRelleno>]) --> cCadenaRellena PADR(<exp>, <nLongitud>, [<cCarRelleno>]) --> ...
by Joel Andujo
Mon Jul 18, 2016 8:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: vieja duda con respecto a los GET
Replies: 6
Views: 696

Re: xBrowse, como mostrar filas de columna en forma de cascada ?

columna ventana padc("APLICACION",LONG_MASC) en CataCuen variable {||PresentaApl(apl_con)} color {COLOR_AZUL,COLOR_SAZUL} columna ventana padc("NOMBRE DE LA CUENTA",nLong) en CataCuen  variable {||padr(space(val(niv_apl)*4-4)+nom_apl,nLong)} ...
by noe aburto
Fri Jun 26, 2015 2:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse, justificar datos de una columna (resuelto)
Replies: 9
Views: 1000

Re: xBrowse, como mostrar filas de columna en forma de cascada ?

... el xBrowse, es el TsBrowse, pero esto me funciona, checa la columna 2, en variable no justifico la aplicacion sino la descripcion columna ventana padc("APLICACION",LONG_MASC) en CataCuen; // 1 variable {||PresentaApl(apl_con)} color {COLOR_AZUL,COLOR_SAZUL} columna ventana padc("NOMBRE ...
by noe aburto
Fri Jun 26, 2015 2:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse, justificar datos de una columna (resuelto)
Replies: 9
Views: 1000

REPORT TO EXCEL NO AGRUPA

... Printersetup() REPORT oReport FONT oFontB,oFont ; CAPTION "Imprimiendo Bincar " ; TITLE "titulo" LEFT; PREVIEW COLUMN TITLE PADC("FECHA",10) DATA ::oSql:feccpg FONT 2 COLUMN TITLE PADC("GUIA REM",12) DATA LEFT(::oSql:guia,12) FONT 2 COLUMN TITLE PADC("DOCUMENTO",16) ...
by cjcardoza
Wed Feb 18, 2015 2:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: REPORT TO EXCEL NO AGRUPA
Replies: 0
Views: 635

converting to fwh

... "Martedi", "Mercoledi", "Giovedi", "Venerdi", "Sabato" } ? " |" FOR i := 1 TO 6 ?? PadC( aD[ i ], LARG ) + "|" NEXT ? "---+" + Replicate( Replicate( "-", LARG ) + "+", 6 ) How I can convert it ...
by Silvio.Falconi
Fri Feb 13, 2015 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: converting to fwh
Replies: 1
Views: 464

Re: TdosPrn Font

... oPrnCmp:Command( { 27, 64 } ) // Reset oPrnCmp:Command( { 27, 77 } ) // Cambio a Pica oPrnCmp:Say( nRow, 00, PADC(TRIM(cMiCom),40), {nCompress, nBold} ) nRow++ oPrnCmp:Command( { 27, 64 } ) // Vuelvo a reset oPrnCmp:Say( nRow, 00, PADC(TRIM(cMiName),40), {nCompress, ...
by LuisPonce
Wed Aug 22, 2012 3:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TdosPrn Font
Replies: 4
Views: 1161

Lectura del teclado con convinación de teclas

... cualquier tecla especial. Local fpx:=0, lModal:=.T., oGet, cPaso:=' ' DEFINE DIALOG oDlg TITLE " " SIZE 350, 60 @2,1 say hb_strtoutf8(padc(alltrim(cMsg),50)) OF oDlg SIZE 330,nAltoLetra @10,4 GET oGet VAR cPaso OF oDlg SIZE 70, nGetAltoLetra PICTURE "X" UPDATE oGet:bKeyDown ...
by jgayoso
Thu Apr 05, 2012 2:46 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Lectura del teclado con convinación de teclas
Replies: 2
Views: 1065

Ayuda con impresion por TDosPrn

... oPrn:=TDosPrn():New((aCONFIG[50])) oPrn:StartPage() IF aET[4] // SOLO CODIGO oPrn:Command("27,67,6","27,119,1") oPrn:SAY(3,1,PADC(ALLTRIM(INVENT->CODIGO1),25)) oPrn:Command("27,119,0") ELSE oPrn:Command("27,67,6","27,15") IF aET[1] oPrn:SAY(1,3,aConfig[5]) ...
by JoseGS
Fri Mar 25, 2011 11:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con impresion por TDosPrn
Replies: 2
Views: 704

Re: ejemplo con postgresql

... ) If len(aKeys) == 0 ? "No connections available in sqlrdd.ini" Quit ElseIf len(aKeys) == 1 nKey := 1 Else clear screen @5,1 say PadC( "Choose connection option", 80 ) nKey := achoice( 5, 20, 22, 60, aKeys ) clear screen If nKey == 0 ? "No connection selected" ...
by russimicro
Sat Apr 17, 2010 4:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ejemplo con postgresql
Replies: 3
Views: 1579

Impresión con TDosPrn

... ; RESOURCE "ActCli" REDEFINE LISTBOX olbx ; FIELDS cli->clinum, cli->clinom, cli->agente ; HEAD "CLAVE", PADC("NOMBRE",35," "), "VEND" ; ALIAS "cli" ; ID 101 ; OF oDlg ; ON LEFT DBLCLICK( cCliNum := cli->clinum, ...
by juan_arroyo_t
Sat Nov 07, 2009 4:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresión con TDosPrn
Replies: 4
Views: 1227
Next

Return to advanced search