Search found 69 matches: procline

Return to advanced search

Re: :procLine - equivalente

karinha Por favor, compila este sample con xHarbour y verifica: oError:Procline Luego compila con xharbour y verifica ProcLine() Los valores de linea son distintos (o estoy haciendo algo mal?) gracias #include "FiveWin.ch"Procedure Main()local ...
by MarioG
Thu Dec 22, 2016 1:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: :procLine - equivalente
Replies: 24
Views: 3196

Re: :procLine - equivalente

Ó //----------------------------------------------------------------------------//FUNCTION CheckErr ()  LOCAL nLoc, oError  TRY    nLoc := "error"/2  CATCH oError    msgInfo( oError:gencode )    msgInfo( oError:SubSystem )...
by karinha
Tue Dec 20, 2016 2:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: :procLine - equivalente
Replies: 24
Views: 3196

Re: :procLine - equivalente

... '-', 50 )            cErr     += CRLF + PROCNAME( 1 ) + "( " + cValToChar( PROCLINE( 1 ) ) + " )"            cErr     += CRLF + PROCNAME( 2 ) + "( " ...
by karinha
Tue Dec 20, 2016 2:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: :procLine - equivalente
Replies: 24
Views: 3196

Re: :procLine - equivalente

... Esto necesito: Alert( "[Error nro: "+Str(oErr:GenCode,4,,TRUE)+"] - "+oErr:Description+CRLF+" - Línea: "+Str( oErr:procLine ,4,,TRUE); "EL Proceso de borrado se canceló" +CRLF+ ; "Verifique archivo:"+h0:cFileLog,,"Atención",,IDI_HAND ...
by MarioG
Tue Dec 20, 2016 2:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: :procLine - equivalente
Replies: 24
Views: 3196

:procLine - equivalente

Buenos dias Gente Compilando con xHarbour, capturo un error y describo, entre otros, el suceso informando con oError:procLine Al compilar con Harbour tal data no existe; cual es el equivalente?; ya que si uso ProcLine(), este sin pasarle parámetro numérico, me devuelve la linea de ...
by MarioG
Tue Dec 20, 2016 1:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: :procLine - equivalente
Replies: 24
Views: 3196

Re: Looking for cliparse.zip / Buscando cliparse.zip

... these multiple accesses in a ordered and full controlled way and implements services to access these multiple execution levels (ProcName(), ProcLine(), debugging, and stack variables access). The CVM subsystems are continuously used by the main execution loop. Lets review these CVM subsystems: ...
by Antonio Linares
Mon Oct 24, 2016 7:50 am
 
Forum: Off Topic / Otros temas
Topic: Looking for cliparse.zip / Buscando cliparse.zip
Replies: 6
Views: 2400

TDolphin no me funciona

... >> Begin Methods ------- | +- AASTACK [Data ][Ex ] | +- ERROR [Method][Ex ] | +- MODULENAME [Data ][Ex ] | +- OSTHREADID [Data ][Ex ] | +- PROCLINE [Data ][Ex ] | +- PROCNAME [Data ][Ex ] | +- RUNNINGTHREADS [Data ][Ex ] | +- VMTHREADID [Data ][Ex ] | +- > > End Methods --------- ...
by abelcervantes
Wed Aug 06, 2014 2:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDolphin no me funciona
Replies: 11
Views: 2119

Re: errsysw FWH1308

... oError ))+CRLF+"File: " + ProcFile( 3 )+CRLF+"ProcName: " + Trim( ProcName( 3 ) ) + "( " + LTrim(Str(ProcLine( 3 ))) + " )", "Error") } ) <= me sirvió en parte // ErrorBlock( { | e | ErrorDialog( e ) } ) return Alguien tiene uno ...
by Sistem
Fri Oct 11, 2013 5:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: errsysw FWH1308
Replies: 12
Views: 1895

Re: errsysw FWH1308

... " + ProcFile( 3 )+CRLF+"ProcName: " + Trim( ProcName( 3 ) ) + "( " + NTRIM( ProcLine( 3 ) ) + " )", "Error") } ) como posso saber o nome da variavel que causou o erro? http://img7.imageshack.us/img7/6590/xgm1.jpg
by Sistem
Fri Oct 11, 2013 3:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: errsysw FWH1308
Replies: 12
Views: 1895

Re: errsysw FWH1308

ErrorBlock( { | oError | MsgInfo( oError:Description ), MsgInfo( ProcLine( 3 ), ProcName( 3 ) ) } )

Tal vez tengas que usar 4 en vez de 3 para obtener el número de línea correcto y el nombre de la función.
by Antonio Linares
Fri Oct 11, 2013 2:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: errsysw FWH1308
Replies: 12
Views: 1895

Re: New FiveDBU using the strings API and the new preview

... "defined from" ) + ": " + ProcName( 1 ) + " " + ; FWString( "line" ) + " " + ; AllTrim( Str( ProcLine( 1 ) ) ) + " in " + ProcFile( 1 ) + CRLF + ; FWString( "is not defined in FWH strings" ) + CRLF + ; FWString( "Please ...
by Antonio Linares
Sun Aug 25, 2013 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FiveDBU using the strings API and the new preview
Replies: 17
Views: 5504

Re: ADO RecordSet Fetch() ?

... and oErr:Number, oErr:Source, oErr:NativeError... dont exist. oErr:modulename return nothing empty string oErr:osthreadid return 0 oErr:procline return 0 oErr:procname return TOLEAUTO:OPEN oErr:runningthreads return 0 oErr:vmthreadid return 0 Please some sugestion how to detect the error ...
by avista
Wed Jul 31, 2013 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RecordSet Fetch() ?
Replies: 21
Views: 6724

Creating Acces Table with numeric value

... After the table is build , the table is populated with one value : 7500.00 A controle (line 141) : ? oRs:Fields("SALARY"):Value , x , Procline() shows 7500.00 7500.00 141 After closing the table is the table is opened again , line 166 : ? oRs:Fields("Salary"):Value Shows ...
by Franklin Demont
Tue Jul 02, 2013 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating Acces Table with numeric value
Replies: 8
Views: 1654

Re: LIBRERIA FIVEPRO 32 BITS

Esro es lo que sale. Enlazando UTILDISC.exe... Warning: Unable to perform incremental link - performing full link... Error: Unresolved external '_hb_vmProcessSymbols' referenced from C:\XEDIT2\OBJ\EJEMPLO.DBJ Error: Unresolved external '_HB_FUN_SETCOLOR' referenced from C:\XEDIT2\OBJ\EJEMPLO.DBJ Err...
by Goliat
Thu Nov 15, 2012 5:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LIBRERIA FIVEPRO 32 BITS
Replies: 18
Views: 4354
PreviousNext

Return to advanced search