Search found 53 matches: nline

Return to advanced search

Re: send an email using the Outlook object

... address opened. Best regards, Otto https://mybergland.com/fwforum/werbungemail.jpg Otto, with php <?php $message = "Line 1\r\nLine 2\r\nLine 3"; $message = wordwrap($message, 70, "\r\n"); mail('silvio.falconi@gmail.com', 'My Subject', $message); ?> or with ...
by Silvio.Falconi
Tue May 14, 2024 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: send an email using the Outlook object
Replies: 5
Views: 722

Re: Detectar slato de línea en una variable.

... proporcional), permet traballar per defecte amb el METHOD MEMO_20011212 (original de la clase). METHOD MEMO treballa en nombre de caràcters ( nLine ), o en CENTÍMETRES ( nCm )(*). (*) nCm debe ser mayor de 2 para usarse. * Al UtilPrn.ch afegida possibilitat de JUSTIFY i centímetres pel MEMO. ...
by FiveWiDi
Mon May 13, 2024 9:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Detectar slato de línea en una variable.
Replies: 5
Views: 692

Re: Using source on other .prgs

... cPrgName, ATail( aPRGs )[ 2 ] + nLen } )   else      cCode = ""      endif   return cCodefunction GetPrg( nLine )   local aPrg := { AP_FileName(), ProcLine( 2 ) }   if Len( aPrgs ) > 0      nAt = AScan( aPRGs, ...
by Antonio Linares
Sat Jul 17, 2021 10:05 pm
 
Forum: mod_harbour
Topic: Using source on other .prgs
Replies: 3
Views: 665

COMO ABRIR UNA WEB CON CHROME

... 2 ) TRY *cCode := oIE:Document:body:innerHtml() cCode := oIE:Document:body:innerText() CATCH oError WaitOff( @oWait ) RETURN mResultado END nLine:= MLCOUNT(cCode,,3,.t.) iLinea := 0 For a:= 1 To nLine SysRefresh() linetxt:=Rtrim(memoline(cCode,80,a,3,.t.)) If Left(Rtrim(linetxt),6)="Sábado" ...
by CARLOS ATUNCAR
Fri Dec 18, 2020 1:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO ABRIR UNA WEB CON CHROME
Replies: 2
Views: 921

SET KEY

... ACTIVATE WINDOW oWnd return nil //----------------------------------------------------------------------------// function ShowMsg( cProc, nLine, uVar ) local oDlg msgstop(cproc) msgstop(nline) msgstop(uvar) DEFINE DIALOG oDlg FROM 2, 2 TO 8, 20 TITLE "I am a Dialog" @ 1, 1 BUTTON ...
by TOTOVIOTTI
Wed Dec 16, 2020 11:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SET KEY
Replies: 3
Views: 888

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

... CharSpread(<cString>,<nLineLen>,[<xInsChar>])->cResult CharSub(<cString1>,<cString2>)->cResult CharSwap(<cString>)->cResult CharUnpack(<cCompressed>)->cUncompressed ...
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: 6389

Re: Override

... WITH DATA cFileName EXTEND CLASS QSciScintilla WITH MESSAGE GetLineCount INLINE ; ::Lines() EXTEND CLASS QSciScintilla WITH MESSAGE GotoLine( nLine ) INLINE ; ::Send( SCI_GOTOLINE, nLine - 1, 0 )
by Antonio Linares
Thu Oct 19, 2017 8:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Override
Replies: 9
Views: 1243

Re: Validar respuesta desde un WEBSERVICE

... Activo. TBLOQ = Otro Problema. RESPUESTAS Token: TOKEN If I do a xbrowse( oXml ) I Get Num - Data - Value 1 cHeader <Protected> 2 nError 0 3 nLine 1 4 nNodeCount 0 5 nStatus 1 6 oErrorNode 7 oIterator <Protected> 8 oRoot Any help will be appreciated
by Adolfo
Wed Jan 25, 2017 2:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Validar respuesta desde un WEBSERVICE
Replies: 6
Views: 2650

Re: Use Barlib on Treport

... TITLE "Barcode" DATA ?????????? END REPORT ACTIVATE REPORT oReport CLOSE TEST RETURN NIL I mean to modify METHOD SayData(nRow, nCol, nLine) CLASS TRColumn and insert BARCODE parameter
by Silvio.Falconi
Wed Jan 25, 2017 2:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Use Barlib on Treport
Replies: 9
Views: 2535

select and evidence one line

... with n 9 lines I wish select one line but not with the mouse but select by a listbox and focus only that line I tried making a Colorizeline(nLine,oRtf) function but it not run ok any solution please ? #include "FiveWin.ch"#include "constant.ch"#include "RichEdit.ch"Function ...
by Silvio.Falconi
Sat May 07, 2016 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: select and evidence one line
Replies: 2
Views: 550

Re: OT: TS.exe ( text find ) utility replacement

... my case in my Editor by double clicking on the highlighted line opens the file oEditor:Abrir(cFile) and positioned the row indicated oEditor:GoTo(nLine) http://i63.tinypic.com/azjno2.jpg Greetings..
by cuatecatl82
Fri Apr 01, 2016 1:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: TS.exe ( text find ) utility replacement
Replies: 24
Views: 8066

Re: APORTE ( Busqueda en Archivos )

... de mi Editor al hacer doble click en la linea resaltada abre el archivo oEditor:Abrir(cFile) y lo posiciono al renglon indicado oEditor:GoTo(nLine) http://i63.tinypic.com/azjno2.jpg saludos...
by cuatecatl82
Fri Apr 01, 2016 1:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: APORTE ( Busqueda en Archivos )
Replies: 16
Views: 5618

Re: encoding from array

perhaps I found the error For k= 1 to 5 // numeri If nposition[k]= alltrim("a") nline:= 1 elseif nposition[k]= alltrim("b") nline:= 2 elseif nposition[k]= alltrim("c") nline:= 3 endif nNumbers[k]:= aline[nline][k] next k nopw seem to run ok
by Silvio.Falconi
Sat Feb 27, 2016 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: encoding from array
Replies: 3
Views: 510

Re: Report Drill Down

... We can add at METHOD SayData(nRow, nCol, nLine) CLASS TRColumn If ::lDrill baction to a user function where the user can show what he want show ... Endif
by Silvio.Falconi
Sat Jan 30, 2016 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Drill Down
Replies: 34
Views: 9521

Re: Problema con Encabezados de TReport

... oFont) // To Review: Why is this line here? No lo he probado, pero que tal si modificas el metodo SayTitle: ... ... ::nCurLine := nLine nWidth := ::oReport:oDevice:GetTextWidth(cTiTle, oFont) //aqui agregas esto //y aqui reemplazas ::nWidth por nWidth ::oReport:oDevice:Say(nRow, ...
by FranciscoA
Wed Dec 30, 2015 2:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con Encabezados de TReport
Replies: 8
Views: 1556
Next

Return to advanced search