Search found 84 matches: errrt

Return to advanced search

Re: OVERRIDE

#xcommand EXTEND DATA <!Message!> [IN] CLASS <!Class!> => ; __objAddData( <Class>():classH, #<Message> ) seem run ok then if I add a data sample : EXTEND DATA aDefaultCols IN CLASS TXBrowse give me an error Error occurred at: 11/13/23, 13:13:45 Error description: Error BAS...
by Silvio.Falconi
Mon Nov 13, 2023 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OVERRIDE
Replies: 8
Views: 616

RAO Antonio GROUP error DEFCONTRL with REDEFINE or @

Hello RAO I have an error in GROUP when using REDEFINE commands, while it works with @ commands Error description: Error BASE/1004 Message not found: TGROUP:DEFCONTROL Args: [ 1] = O TGROUP Stack Calls =========== Called from: => __ERRRT_SBASE( 0 ) Called from: ../../../tobject.prg => TGROUP:E...
by Maurizio
Tue Jul 25, 2023 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO Antonio GROUP error DEFCONTRL with REDEFINE or @
Replies: 11
Views: 606

Re: Number Total Pages

Maybe:    ::nTotalPages := Round(::nCount/::nPageSize,0)  Regards, saludos. Error description: Error BASE/1004 Message not found: TREPORT:NCOUNT Args: [ 1] = O TREPORT Stack Calls =========== Called from: => __ERRRT_SBASE( 0 ) Called from: ../../../tobject.prg => TREPORT:ERROR( 0 ) Ca...
by Silvio.Falconi
Fri Jun 23, 2023 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number Total Pages
Replies: 2
Views: 259

Re: Error compilacion TXBrowse con hbmk2 y vc2022

Gracias maestro, El problema es que se crea el ejecutable, pero no se ejecuta. Antes de agregar esas clases si se ejecutaba. Terminated at: 2023-03-21 06:10:46 Error irrecuperable 9003: Demasiadas llamadas recursivas al controlador de errores Called from __ERRRT_SBASE(0) in ../../../tobject.prg Call...
by Compuin
Tue Mar 21, 2023 10:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilacion TXBrowse con hbmk2 y vc2022
Replies: 3
Views: 356

Error when press ALT + XXX

hi, i got a Error when press ALT + "any Key" using TGrid() Error description: Error BASE/1004 Message not found: TWINDOW:GETHOTPOS Args: [ 1] = O TWINDOW Stack Calls =========== Called from: => __ERRRT_SBASE( 0 ) Called from: ../../../tobject.prg => TWINDOW:ERROR( 0 ) Called from: .....
by Jimmy
Fri Nov 11, 2022 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error when press ALT + XXX
Replies: 3
Views: 283

Re: search for TTabControl() Sample

here a Sample which crash TTABCONTROL:ADIALOGS #include "FiveWin.ch"MEMVAR oMain, oExplorer, oStatusBar, lImage, oTabsPROCEDURE Main()LOCAL oFontLOCAL nHeight   := 1024LOCAL nWidth    := 1280LOCAL nTop      := 0LOCAL nLeft     := 0LOCAL nIcoLarge := 256LOCAL nIcoSmall := 32LOCAL cL...
by Jimmy
Fri Oct 28, 2022 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 915

Re: Negrita en in ITEM del tree?

Antonio, La idea de este codigo es que cuando agrego una rama "padre" me lo ponga en negrita, intento hacer esto pero me tira error         oSubItem := oItem:ADD( oQry:FieldGet( "c7" ) + "     " + ::cCargo )         IF ( oSubItem:GetSelected()...
by goosfancito
Wed Apr 27, 2022 11:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Negrita en in ITEM del tree?
Replies: 20
Views: 1621

Re: xbrowse command not working properly -- MR. RAO

Then   DEFAULT oCol:bEditValue := { |x| If( x == nil, ::oMySql:FieldGet( nCol ), ::oMySql:FieldPut( nCol, x ) ) }  this should work. Right? Unless the value is invalid ( like 0, nil, etc ) It may help us to put a trace ? n  before this line. We see the value of &qu...
by Compuin
Wed Feb 23, 2022 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse command not working properly -- MR. RAO
Replies: 21
Views: 1384

Re: unrecoverable error 9015 hb_vmdo()

nenhum arquivo .log é gerado nenhum arquivo de erro é gerado mesmo inserindo o erro.prg: ERRO.PRG function Main() GeneroError() return nil #pragma BEGINDUMP #include <windows.h> #include <hbapi.h> #include <hbapierr.h> HB_FUNC( GENEROERROR ) { hb_xfree( 0 ); } void hb_errInternal (...
by Edman
Thu Oct 07, 2021 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: unrecoverable error 9015 hb_vmdo()
Replies: 33
Views: 1772

progress on msgitem

I have a msgitem DEFINE MSGITEM ::oMsgItem4; OF ::oWndMain:oMsgBar; PROMPT ""; SIZE 400; BITMAPS "MSG_EOEO", "MSG_EOEO"; TOOLTIP " " and I wish show a Meter @ 02, 11 PROGRESS oApp:oProgressDlg POSITION 1 of oApp:oMsgItem4; SIZE 200,18 pixel make error Error de...
by Silvio.Falconi
Fri Apr 30, 2021 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: progress on msgitem
Replies: 1
Views: 326

Also error on Tplan with tdatabase

If I use tplan with tdatabase I have a error on Cargo on two methods METHOD MoveReservation METHOD ResizeReservation Error  Error description: Error BASE/1005  Variabile non disponibile: CARGO   Args:     [   1] = U        [ &nb...
by Silvio.Falconi
Mon Apr 05, 2021 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also error on Tplan with tdatabase
Replies: 3
Views: 666

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

Re: Message not found: TPRINTER:_LUSEHARUPDF

Respondiendo a mi problema.... si este programa que lo copie del foro, lo compilo con buildh.bat de \fwh\samples lo ejecuta sin errores: #include "fivewin.ch"#include "report.ch"REQUEST FWHARUfunction Main()   local oPrn, oFont, oPen   local cPdfFile&n...
by noe aburto
Wed Dec 09, 2020 12:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Message not found: TPRINTER:_LUSEHARUPDF
Replies: 5
Views: 662

Message not found: TPRINTER:_LUSEHARUPDF

Saludos Tratando de generar archivos PDF, hago esto: REQUEST FWHARU ////////////////////////////////////////////////////////////////////////////static Principal,PantRecimemvar _arcfield num_rec,imp_rec,ben_rec,con_re1,con_re2,sit_rec,fec_recfunction Main(cOtros)Imprimir(nOpc)return N...
by noe aburto
Tue Dec 08, 2020 8:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Message not found: TPRINTER:_LUSEHARUPDF
Replies: 5
Views: 662

Re: nCounter Report not run ok

Please, use this      oReport:bStartRecord  := { || nCounter++ }  Remove nCounter++ of others lines or clauses Error description: Error BASE/1005 Message not found: TREPORT:_BSTARTRECORD Args: [ 1] = O TREPORT Stack Calls =========== Called from: => __ERRRT_SBASE( 0 ) Called from: ../....
by Silvio.Falconi
Fri Oct 09, 2020 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nCounter Report not run ok RESOLVED
Replies: 18
Views: 1242
Next

Return to advanced search