Search found 69 matches: procline

Return to advanced search

Re: hb_cdxPageSeekKey how to intercept this error

... rarely happens but when it happens a visual dialog opens even if the program is a console type and there is no way for me to understand procname() procline and table For this reason, how can I simulate with an ad hoc program a corruption of an index that sends the program into that error? When ...
by MarcoBoschi
Thu Oct 19, 2023 6:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_cdxPageSeekKey how to intercept this error
Replies: 18
Views: 769

Re: PAra antonio

... ArrTranspose( \{ \{ <"vars"> \}, Eval( \{ || \{ <vars> \} \} ) \} ), ; ProcName(0) + " : Line : " + LTrim( Str( ProcLine(0) ) ),, ; { |o| o:cHeaders := { "Variable", "Value" } } ) ahora que ya sabemos de lo que estamos hablando, por favor resume ...
by Antonio Linares
Mon Oct 02, 2023 2:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PAra antonio
Replies: 1
Views: 149

Re: Newbie have COMBOBOX Question

... You can link in the class and insert msginfo() to see where you are. I always use: msginfo( procname() + " " + str(procline()) ) Thank you for your hard work. I am glad you joined our group. Best regards, Otto
by Otto
Sun Oct 30, 2022 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie have COMBOBOX Question
Replies: 6
Views: 437

problemas al linkear

Hola. usando harbour y Fwh la ultima. Me arroja estos errores: [1]:iLink32.Exe -Gn -q -aa -Tpe -x @testMaria.bcl Error: Unresolved external 'WinMain' referenced from X:\HARB\BCC7\LIB\C0W32.OBJ Error: Unresolved external '_hb_vmProcessSymbols' referenced from X:\PROYECTOS\TEST\MARIA\OBJ\MARIA.OBJ Err...
by goosfancito
Thu Feb 04, 2021 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas al linkear
Replies: 6
Views: 442

Re: Marc : Conversion process and questions about it

... oCtrl := oWndFromHwnd( GetFocus() )   MsgInfo( "ProcName: " + ProcName( 11 ) + CRLF + ;            "ProcLine: " + Str( ProcLine( 11 ) ) + CRLF + ;            "Focused object: " + oCtrl:ClassName() + CRLF + ;  ...
by Marc Venken
Sun Dec 27, 2020 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3501

Re: How to get the source file name

Antonio, I tried this on IIS. ?"*****" for n=1 to 10 ?Str(n) + ", " + Str( Procline(n)) + ", " + ProcFile(n) + ", " + ProcName(n) next ?"*****" And got this. MY Function is Rpt_003(), I was hoping it would show up somewhere. ...
by byron.hopp
Fri Jun 19, 2020 8:02 pm
 
Forum: mod_harbour
Topic: How to get the source file name
Replies: 4
Views: 578

Re: mod harbour FWLOG

... function logging( cText ) local cLog cLog := memoread("c:\xampp\htdocs\samples\genesis\prg.log") cLog += ALLTRIM( str(procline(1)) ) + " " + cText+ CRLF MEMOWRIT("c:\xampp\htdocs\samples\genesis\prg.log" , cLog, .f. ) return nil
by Otto
Mon Jul 15, 2019 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod harbour FWLOG
Replies: 7
Views: 1038

Re: Crear function para Script de Harbour

... + cValToChar( oError:Args[ n ] ) + CRLF next endif MsgStop( oError:Description + CRLF + cInfo,; "Script error at line: " + AllTrim( Str( ProcLine( 2 ) ) ) ) BREAK return nil MEDIDA.PRG #Include "Fivewin.ch" FUNCTION MEDIDA() ? "mensaje" RETURN .T.
by Compuin
Thu Aug 16, 2018 6:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear function para Script de Harbour
Replies: 31
Views: 3427

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

... PrintStat([<nLPT>])->nPrinterStatus ProcFile([<nCallStack>])->cPrgFilename ProcLine(<nActivation>)->nSourceLine ProcName(<nActivation>)->cProcedureName PRow()->nRow Pv(<nInvestment>,<nInterestRate>,<nPeriods>)->nPresentValue ...
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: 5710

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

... PrintStat([<nLPT>])->nPrinterStatus ProcFile([<nCallStack>])->cPrgFilename ProcLine(<nActivation>)->nSourceLine ProcName(<nActivation>)->cProcedureName PRow()->nRow Pv(<nInvestment>,<nInterestRate>,<nPeriods>)->nPresentValue ...
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: 5710

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

... PosIns PosLower PosRange PosRepl PosUpper Prgexptoval PrinterExists PrinterPortToName PrintFileRaw PrintReady PrintSend PrintStat ProcFile ProcLine ProcName PRow Pv PValue QOut QQOut Quarter QueryRegistry RangeRem RangeRepl RAscan RAt Rate RddInfo RddName RddRegister RddSetDefault ReadExit ...
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: 5710

Re: :procLine - equivalente

Mira aquí karinha https://es.wikipedia.org/wiki/Sistema_de_planificaci%C3%B3n_de_recursos_empresariales Por cierto, Harbour está mucho mejor construido en todos los aspectos que xHarbour, no te quepa ni la menor duda. Te lo digo yo que he estado trasteando por las tripas de los dos. :oo...
by karinha
Thu Jan 05, 2017 12:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: :procLine - equivalente
Replies: 24
Views: 2933

Re: :procLine - equivalente

Mira aquí karinha https://es.wikipedia.org/wiki/Sistema_de_planificaci%C3%B3n_de_recursos_empresariales Por cierto, Harbour está mucho mejor construido en todos los aspectos que xHarbour, no te quepa ni la menor duda. Te lo digo yo que he estado trasteando por las tripas de los dos. :oop...
by xmanuel
Wed Jan 04, 2017 8:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: :procLine - equivalente
Replies: 24
Views: 2933

Re: :procLine - equivalente

Gracias Master, no tengo ningún conocimiento sobre hbcplr.lib pués no uso Harbour aún. Podrias hablar más sobre la misma?

Y en españa, que significa ERP?

Gracias, saludos.
by karinha
Wed Jan 04, 2017 12:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: :procLine - equivalente
Replies: 24
Views: 2933

Re: :procLine - equivalente

Karinha, Antonio
Muchas gracias por colocar o tempo na pesquisa
muchas gracias por poner tiempo en la investigación

Tendré que usar BEGIN... SEQUENCE... END :shock:
by MarioG
Wed Jan 04, 2017 12:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: :procLine - equivalente
Replies: 24
Views: 2933
Next

Return to advanced search