Search found 75 matches: sbase

Return to advanced search

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

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

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

Re: Missing LIB

Can build all correctly! Only in pdfharu2 this error: Called from: => __ERRRT_SBASE( 0 ) Called from: ../../../tobject.prg => FWPDF:ERROR( 0 ) Called from: ../../../tobject.prg => (b)HBOBJECT( 0 ) Called from: ../../../tobject.prg => FWPDF:MSGNOTFOUND( 0 ) Called from: ../../../tobject.p...
by byte-one
Thu Mar 05, 2020 2:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing LIB
Replies: 13
Views: 2443

Re: An easy way to make a tree-browse

Hello Mr Rao I'm using a Tree and it's good I'm using the same oTree:MakeTree() that your sample but when i send oTree:CollapseAll() it collapse the app Error occurred at: 20/11/2019, 19:37:33 Error description: Error BASE/1004 Message not found: TLINKLIST:COLLAPSEALL Args: [ 1] = O TLINKLIST Stack...
by MarioG
Thu Nov 21, 2019 12:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: An easy way to make a tree-browse
Replies: 17
Views: 3522

Re: An easy way to make a tree-browse

Hello Mr Rao I'm using a Tree and it's good I'm using the same oTree:MakeTree() that your sample but when i send oTree:CollapseAll() it collapse the app Error occurred at: 20/11/2019, 19:37:33 Error description: Error BASE/1004 Message not found: TLINKLIST:COLLAPSEALL Args: [ 1] = O TLINKLIST Stack ...
by MarioG
Thu Nov 21, 2019 12:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: An easy way to make a tree-browse
Replies: 17
Views: 3522

Re: Problem with Get in RibbonBar

thanks Antonio for your help. i have tried the code and the problem is solved, but i have an error when i confirm with 'Return' Message not found: TEVENT:NID Called from: => __ERRRT_SBASE( 0 ) Called from: ../../../tobject.prg => TEVENT:ERROR( 0 ) Called from: ../../../tobject.prg => (b)HBO...
by marzio
Thu May 03, 2018 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Get in RibbonBar
Replies: 13
Views: 2203
Next

Return to advanced search