Search found 262 matches: hbclass

Return to advanced search

Re: Error BASE/1089 Argument error: ABS

... Linked RDDs =========== DBF DBFFPT DBFBLOB DBFCDX DBFNTX DataBases in use ================ Classes in use: =============== 1 ERROR 2 HASHENTRY 3 HBCLASS 4 HBOBJECT 5 TWINDOW 6 TDIALOG 7 TBRUSH 8 TFONT 9 TREG32 10 TRECT 11 TINTERNET 12 TSTRUCT Memory Analysis =============== 717 Static variables ...
by CARLOS ATUNCAR
Fri Jan 26, 2024 10:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1089 Argument error: ABS
Replies: 7
Views: 389

Re: 1st FWH + [x]Harbour 2017 international conference

... RecNo RecCount BOF EOF 1 1 .F. .F. Indexes in use TagName Relations in use Classes in use: =============== 1 ERROR 2 HBCLASS 3 HBOBJECT 4 TFONT 5 WIN_OLEAUTO 6 TOLEAUTO 7 TWINDOW 8 TDIALOG 9 TBRUSH 10 TCONTROL 11 TICON 12 TMULTIGET 13 TBUTTON 14 TRECT 15 TSAY 16 TGET ...
by sirotoca
Wed Nov 15, 2023 9:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 252645

Re: Xbrowse : oBrw:ToArray (How to do it)

... RecNo RecCount BOF EOF 1 1 .F. .F. Indexes in use TagName Relations in use Classes in use: =============== 1 ERROR 2 HBCLASS 3 HBOBJECT 4 TFONT 5 WIN_OLEAUTO 6 TOLEAUTO 7 TWINDOW 8 TDIALOG 9 TBRUSH 10 TCONTROL 11 TICON 12 TMULTIGET 13 TBUTTON 14 TRECT 15 TSAY 16 TGET ...
by sirotoca
Wed Nov 15, 2023 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : oBrw:ToArray (How to do it)
Replies: 13
Views: 809

Re: Problem with xBrowse

... 2: U Local 3: U Linked RDDs =========== DBF DBFFPT DBFBLOB DBFNTX DataBases in use ================ Classes in use: =============== 1 ERROR 2 HBCLASS 3 HBOBJECT 4 TWINDOW 5 TCONTROL 6 TGET 7 TAPLICACION 8 TINI 9 WIN_OLEAUTO 10 TOLEAUTO 11 TICON 12 TBRUSH 13 TMDIFRAME 14 TMENU 15 TREG32 16 ...
by Armando
Tue May 16, 2023 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2120

Re: Error in database.prg?

... BAIXATIPO CBARRAS CBARRAS DTOS(VENCTO) VENCIMENTO BANCO+REMESSA REMESSA Relations in use Classes in use: =============== 1 ERROR 2 HASHENTRY 3 HBCLASS 4 HBOBJECT 5 TWINDOW 6 TCONTROL 7 TGET 8 TDATABASE 9 TFONT 10 TBRUSH 11 TICON 12 TREG32 13 TBAR 14 TRECT 15 TBTNBMP 16 TMENU 17 TMENUITEM 18 ...
by wartiaga
Tue Feb 15, 2022 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can you use a field named End with Class TDataBase ? yes!
Replies: 15
Views: 943

Re: unrecoverable error 9015 hb_vmdo()

... situacao+descend(dtos(dtanalise)) PLSITUAC Relations in use Classes in use: =============== 1 ERROR 2 HASHENTRY 3 HBCLASS 4 HBOBJECT 5 TWINDOW 6 TDIALOG 7 TBRUSH 8 TFONT 9 TCURSOR 10 TCONTROL 11 TSAY 12 TRADMENU 13 TRADIO 14 TGET 15 GET 16 TCLIPGET 17 TBUTTON 18 ...
by Edman
Wed Oct 13, 2021 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: unrecoverable error 9015 hb_vmdo()
Replies: 33
Views: 1643

Re: Iniciando con mod_harbour

... mercury 1.3 pero da error al cargar la mercury.hrb. Luego, si pongo todo lo de tu pack, incluida la lib mercury.hrb me dice que no encuentra el hbclass.ch y el hboo.ch Cual debe ser la configuración que debo tener? Por el momento tengo el mod y la dll de Antonio y la lib de mercury la tengo ...
by EBM
Fri Oct 08, 2021 7:56 pm
 
Forum: mod_harbour
Topic: Iniciando con mod_harbour
Replies: 24
Views: 3303

Re: Iniciando con mod_harbour

... oClass, oInstance ; IF s_oClass == NIL .AND. __clsLockDef( @s_oClass ) ; BEGIN SEQUENCE ; nScope := 1 ; ( ( nScope ) ) ; oClass := iif( .F.,, HBClass():new( "Customer", iif( .F., { }, { @HBObject() } ), @Customer() ) ) ; 0016 _HB_MEMBER New( oController) AS CLASS Customer; oClass:AddMethod( ...
by EBM
Fri Oct 08, 2021 6:36 pm
 
Forum: mod_harbour
Topic: Iniciando con mod_harbour
Replies: 24
Views: 3303

Ayuda con Mod_Harbour Mercury class

... oClass, oInstance ; IF s_oClass == NIL .AND. __clsLockDef( @s_oClass ) ; BEGIN SEQUENCE ; nScope := 1 ; ( ( nScope ) ) ; oClass := iif( .F.,, HBClass():new( "Customer", iif( .F., { }, { @HBObject() } ), @Customer() ) ) ; 0017 _HB_MEMBER New( oController) AS CLASS Customer; oClass:AddMethod( ...
by RSalazarU
Thu Mar 11, 2021 3:05 pm
 
Forum: mod_harbour
Topic: Ayuda con Mod_Harbour Mercury class
Replies: 2
Views: 427

Ayuda con Mod_Harbour Mercury class

... oClass, oInstance ; IF s_oClass == NIL .AND. __clsLockDef( @s_oClass ) ; BEGIN SEQUENCE ; nScope := 1 ; ( ( nScope ) ) ; oClass := iif( .F.,, HBClass():new( "Customer", iif( .F., { }, { @HBObject() } ), @Customer() ) ) ; 0017 _HB_MEMBER New( oController) AS CLASS Customer; oClass:AddMethod( ...
by RSalazarU
Thu Mar 11, 2021 1:45 pm
 
Forum: mod_harbour
Topic: Ayuda con Mod_Harbour Mercury class
Replies: 0
Views: 322

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

Re: galería de imágenes

... PRS2 Upper(prpenombre)+dtos(prfchprest) PRS3 dtos(prfchprest)+upper(prcodigo) PRS4 Relations in use Classes in use: =============== 1 ERROR 2 HBCLASS 3 HBOBJECT 4 TAGET 5 TAPPLICATION 6 TINI 7 TFONT 8 TWINDOW 9 TCONTROL 10 TICON 11 TBRUSH 12 TMENU 13 TREG32 14 TMENUITEM 15 TMSGBAR 16 TRECT ...
by José Luis Sánchez
Tue Jan 19, 2021 5:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: galería de imágenes
Replies: 52
Views: 16696

Re: hbclas error 2012 que hice mal?

Si, disculpen el error que me da es hbclass.ch El problema esta en los include de FWH 2012? Gracias No comprendo. Hbclass.ch és de Harbour. C:\HARBOUR\include17/07/2011  15:57             5.521 hbcairo.ch14/02/2011 ...
by karinha
Wed Jan 13, 2021 1:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: hbclas error 2012 que hice mal? SOLUCIONADO
Replies: 3
Views: 286

Re: hbclas error 2012 what wrong with me?

Enrico the error is hbclass.ch I writte it wrong. With include FWH2012, doesn't happend.

Somethig I'm doing wrong?

I work with xMate, I rename the 2008 to 2012.

Thank you.
by D.Fernandez
Tue Jan 12, 2021 11:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbclas error 2012 what wrong with me? SOLUCIONADO
Replies: 2
Views: 301

Re: hbclas error 2012 que hice mal?

Si, disculpen el error que me da es hbclass.ch

El problema esta en los include de FWH 2012?

Gracias
by D.Fernandez
Tue Jan 12, 2021 11:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: hbclas error 2012 que hice mal? SOLUCIONADO
Replies: 3
Views: 286
Next

Return to advanced search