Search found 89 matches: ctexto

Return to advanced search

Re: Print Problem with FWH2104

But, the cTexto is printed using the last font used in the report, not with oFont that I passed. Do you know why ? This is not possible. Text will be printed with the font provided in the array only. Please check your program ...
by nageswaragunupudi
Thu Jun 10, 2021 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2584

Re: Print Problem with FWH2104

... this: oPrn:RoundBox(aPos[1],aPos[2],aPos[1]+aTam[2],aPos[2]+aTam[1],20,20,::oPenSolid,,{cTexto,oFont,CLR_BLACK,cPadTexto}) But, the cTexto is printed using the last font used in the report, not with oFont that I passed. Do you ...
by vilian
Thu Jun 10, 2021 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2584

Re: GetTextWidth(), para ventana [SOLUCIONADO]

Buscando, buscando......

oWnd:GetWidth(cTexto,oFont)
by JESUS MARIN
Wed Nov 04, 2020 6:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetTextWidth(), para ventana [SOLUCIONADO]
Replies: 1
Views: 292

Re: Agregar Funcion F1 en CB EAN-128

... 5 PRINT TO oPrn TEXT cCodBarra AS BARCODE TYPE "CODE128" ; SIZE 14, 1.8 CM COLOR CLR_BLACK PINSIZE 5.4 @ 30.9, 5.3 PRINT TO oPrn TEXT cTexto ; SIZE 11, 1 CM FONT oFont11
by Adolfredo Martinez
Thu Feb 13, 2020 6:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Agregar Funcion F1 en CB EAN-128
Replies: 6
Views: 1411

Re: Agregar Funcion F1 en CB EAN-128

... 5 PRINT TO oPrn TEXT cCodBarra AS BARCODE TYPE "CODE128" ; SIZE 14, 1.8 CM COLOR CLR_BLACK PINSIZE 5.4 @ 30.9, 5.3 PRINT TO oPrn TEXT cTexto ; SIZE 11, 1 CM FONT oFont11
by Adolfredo Martinez
Thu Feb 13, 2020 6:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Agregar Funcion F1 en CB EAN-128
Replies: 6
Views: 1411

Re: Ayuda MsgStop() y MsgInfo()

... la funcion MsgStop: //////////////////////////////////////////////////////////////////////////////////////////////////////// FUNCTION MsgStop( cTexto, cTitulo ) LOCAL oDlg, aBoton[ 2 ], oIcon, oSay DEFINE DIALOG oDlg ; RESOURCE "MSGSTOP" ; OF oPublic:oWnd ; TITLE cTitulo ; FONT oPublic:aFont[ ...
by EBM
Thu Dec 05, 2019 9:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda MsgStop() y MsgInfo()
Replies: 5
Views: 816

Re: enviar xml por ws soap 1.0

si el txt contiene "ñ" como en mi apellido que es patiño si ves aca hay una funcion StrToBase64( cTexto ), en resumen tiene un juego de caracteres asi FUNCTION Carac64( cBin ) LOCAL nPos := ASC( BinToCar( @cBin ) ) + 1 RETURN SUBSTR( "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", ...
by QAZWSX2K
Sat Dec 29, 2018 9:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar xml por ws soap 1.0
Replies: 2
Views: 908

Mis programas FW hablan

... el ejemplo y mas nada .) https://drive.google.com/file/d/1oH6Ek7HD1QIF-C8lr0H37F8n3ODCyvCn/view?usp=sharing Ahora miren /**** ejemplo ****\ Local cTexto := "Bienvenido a FiveWin" MemoWrit( "repetir.txt",cTexto ) WinExec( "balcon.exe v-100 -n helena -F repetir.txt" ...
by Busmatic_wpb
Sat Oct 27, 2018 5:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mis programas FW hablan
Replies: 7
Views: 2785

Re: Desktop Alerts

nPathTemp function MsgFancy(oWnd, cTexto, aPos, oCor, lAguarda, lTransparente) local oDlg local oBtnClose, aTexto local oSay, lCenter local oImage, oLbx local lSaida:=.F., nCorFundoHTML := "#ffffcc" //azul claro lCenter := aPos == ...
by ronaldo
Tue Apr 10, 2018 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Desktop Alerts
Replies: 39
Views: 29469

Rutina Generador de codigos QR

... no logro leer los codigo PDF417 Y EL MATRIX QUE GENERA. Por alguna razon gracias desde ya por al ayuda .. feliz año nuevo. Function QRGenerator(cTexto, cPath, cBmp) // genera codigo qr local cStr, cFile LOCAL nResp #Define DC_CALL_STD 0x0020 STATIC qrDLL DEFAULT cPath := "" DEFAULT ...
by Busmatic_wpb
Sun Dec 31, 2017 1:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Rutina Generador de codigos QR
Replies: 1
Views: 726

Re: Reemplazar celdas en hoja Excel desde otra hoja

Cristóbal.
Gracias por la información y el código. Voy a probar con :Find(cTexto):xxx
Saludos.
by FranciscoA
Fri Jun 17, 2016 11:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Reemplazar celdas en hoja Excel desde otra hoja
Replies: 9
Views: 1301

Re: GetAdaptersInfo ¿DLL32 FUNCION o BEGINDUMP/ENDDUMP?

... de la cual solo tengo el puntero a ella? Quisiera retornarlo como string function main() STRUCT MiEstrucuraHarbour MEMBER ... ENDSTRUCT public cTexto:=GetAdaptersInfo() MiEstrucuraHarbour:Buffer:=cTexto // Aquí cargaría mi estructura diseñada en FWH/(x)Harbour return #pragma BEGINDUMP HB_FUNC( ...
by JmGarcia
Tue Mar 22, 2016 9:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetAdaptersInfo ¿DLL32 FUNCION o BEGINDUMP/ENDDUMP?
Replies: 12
Views: 2128

Re: Borland7 versus VisualStudio

... DLL32..., como AS STRING pasada por referencia y en la llamada, por supuesto, también por referencia. Lo escribo. Yo hago/hacía esto: FuncionDll( @cTexto, nValor) .../... DLL32 FUNCTION FuncionDll( Variable1 AS LPSTR , Variable2 AS INT ) AS LONG PASCAL FROM "FuncionDllA" LIB "Libreria.dll" ...
by JmGarcia
Thu Mar 17, 2016 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Borland7 versus VisualStudio
Replies: 35
Views: 9359

Re: Navegador Tor

... algunas WEB´s, no asi otros proveedores, pero con TOR no hay problema alguno,,, yo uso la siguiente sentencia que carga el contenido de la WEB en cTexto, en el cual ya el resto es trabajo de búsqueda de datos... pero no funciona por cuanto se ejecuta el navegador EXPLORER de Microsoft ,,, desearía ...
by Willi Quintana
Mon Dec 21, 2015 2:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Navegador Tor
Replies: 3
Views: 740

Re: Enviar informe pdf via email

... tu problema //----------------------------------------------------------------------------------------------- Function GMAILME (cDestino,cAsunto,cTexto,cAdjunto ) Local oEmailCfg,oEmailMsg,oError,cHtml Local cServer:= GetPvProfString("Enviador","SERVERSTP" ,"", cIniFile) ...
by postinelli
Wed May 06, 2015 11:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar informe pdf via email
Replies: 8
Views: 2306
Next

Return to advanced search