Search found 69 matches: procline

Return to advanced search

... := "LOADPROJECT" M->__ValToPrg_Object:SUBSYSTEM := "xBuild" M->__ValToPrg_Object:PROCNAME := "LOADPROJECT" M->__ValToPrg_Object:PROCLINE := 2796 M->__ValToPrg_Object:MODULENAME := "tproject.prg" M->__ValToPrg_Object:AASTACK := Array(2) M->__ValToPrg_Object:AASTACK[1] ...
by kajot
Fri Aug 22, 2008 7:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cretate fivehm
Replies: 6
Views: 1015

... easy , from 07/07 As i said : this program was originally from rochinha , i think from a routine from dos , were help.dbf was using procname(1) , Procline(1) and the name from the inputvariable. The user has also to press F2 to see the tooltip. For this purpose we have in windows tooltips , but ...
by demont frank
Thu Jul 10, 2008 7:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Managing tooltips from dialog's
Replies: 2
Views: 871

errsysw.prg

Mr Antonio

The expression Str( ProcLine( 1 ), 3 ) ) at line 79 may be changed as Str( ProcLine( 1 ), 4 ) ) because many program modules can have lines exceeding 999.
by nageswaragunupudi
Wed Mar 12, 2008 2:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: errsysw.prg
Replies: 1
Views: 410

FWHISHOW Yo lo hago asi: Esto esta en la linea 80 a 85 ERRORBLOCK( {|e| MsgStop( ErrorMessage(e) + " desde ErrorSys, linea: " + ; STR( PROCLINE( 1 ), 3 ) ), Reg_Activ("SALIDA ANORMAL DEL SISTEMA"),Online(.F.) , __quit() } ) cErrorLog += "Descripción de la Applicación:" + CRLF cErrorLog += ...
by cuatecatl82
Sat Jan 19, 2008 7:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: executar uma function antes do ERRSYSW ?
Replies: 9
Views: 2165

Zero divisor: /

... cstack:="FIVEWIN ERROR:"+CRLF cstack+=dtoc(date())+" "+time()+" error: "+oErro:description+": "+oErro:Operation+CRLF cstack+=" Line: "+Str( ProcLine(), 4 )+" Arquivo: "+procfile()+ CRLF cstack+=" Line: "+Str( ProcLine(1), 4 )+ CRLF cstack+=" Line: "+Str( ProcLine(2), 4 )+ CRLF cstack+=" ...
by FWHISHOW
Fri Jan 18, 2008 6:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Zero divisor: /
Replies: 4
Views: 991

... SW_SHOWNA) oWnd:End() __QUIT() endif ErrorBlock( {|e| ( MsgStop( OemToAnsi( ErrorMessage(e) ), "Mensagem de Erro" )+; " Linha do Erro: " + ; Str( ProcLine( 1 ), 3 ) ), __Quit() } ) cErrorLog += "Aplica‡Æo: " + CRLF cErrorLog += "===========" + CRLF cErrorLog += " Caminho(Path): " + GetModuleFileName( ...
by karinha
Mon Jan 22, 2007 9:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: To Antonio - GPF com MDICHILD + DIALOG
Replies: 5
Views: 1747

... these multiple accesses in an ordered and fully controlled way, and implements services to access these multiple execution levels (ProcName(), ProcLine(), debugging, and stack variables access). The VM subsystems are continuously used by the main execution loop. Let's review these VM subsystems: ...
by Antonio Linares
Fri Jan 27, 2006 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: maquinas virtuales - virtual machines
Replies: 5
Views: 1773

... nKey = Asc( Upper( Chr( nKey ) ) ) endif if bKeyAction != nil .and. lAnd( nFlags, 16777216 ) // function Key Eval( bKeyAction, ProcName( 4 ), ProcLine( 4 ), Self ) return 0 // Already processed, API do nothing endif if ::lReadOnly if nKey == VK_ESCAPE ::oWnd:End() endif return 0 endif do case ...
by jhncon
Thu Dec 15, 2005 12:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO: Antonio, TGet problem with WinXP Themes for 2 bytes?
Replies: 17
Views: 6117

Enrico,

But that may be something specific to Harbour/xHarbour ProcLine() function.
by Antonio Linares
Mon Nov 21, 2005 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error.log
Replies: 7
Views: 2431
Previous

Return to advanced search