Search found 51 matches: nline

Return to advanced search

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: 486

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: 815

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: 815

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: 5726

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: 1165

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: 2542

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: 2344

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: 529

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: 7259

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: 5109

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: 481

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: 8691

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: 1411

Re: Ayuda con Exportacion a Excel

... oHoja:Cells( 3, 1 ):Value := "Cuenta" oHoja:Cells( 3, 1 ):Font:Size := 8 oHoja:Cells( 3, 1 ):Font:Bold := .F. nLine:=1 FOR I=1 TO LEN(aCencos) nLine++ cDescri:=STRTRAN(aCencos[I,2]," ","") oHoja:Cells( 3, nLine ):Value :=cDescri oHoja:Cells( ...
by hugodatapro
Fri Jun 05, 2015 12:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Exportacion a Excel
Replies: 14
Views: 1810

Re: Ayuda con TReport

Antonio Como sugerencias iniciales: - Alto de Fila http://forums.fivetechsupport.com/viewtopic.php?f=6&t=26536#p146697 - DATA nLinesPag -> Nº de lineas por página Para lo que seguramente se necesite la DATA DATA nLine ( ::nLine++ en el METHOD EndLine() ) A tu disposicion ...
by cnavarro
Fri Jul 26, 2013 11:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con TReport
Replies: 5
Views: 635
Next

Return to advanced search