│ FiveWin for Harbour 22.03 - Mar. 2022 Harbour development power │▄
│ (c) FiveTech 1993-2022 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8/10 │█
└────────────────────────────────────────────────────────────────────────────┘█
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Compiling...
Harbour 3.0.0 (Rev. 16951)
Copyright (c) 1999-2011, http://harbour-project.org/
Compiling 'browse.prg' and generating preprocessed output to 'browse.ppo'...
Lines 5024, Functions/Procedures 1
Generating C source output to 'browse.c'... Done.
Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc.
browse.c:
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.
Error: Unresolved external '_HB_FUN_OCCURS' referenced from D:\ENTW\FWH22\LIB\FIVEH.LIB|VALTOSTR
Error: Unresolved external '_hb_strAtI' referenced from D:\ENTW\FWH22\LIB\FIVEH.LIB|VSTRFUN1
Error: Unresolved external '_HB_FUN___OLEVARIANTNEW' referenced from D:\ENTW\FWH22\LIB\FIVEH.LIB|ADOFUNCS
Error: Unresolved external '_HB_FUN_HB_BLEN' referenced from D:\ENTW\FWH22\LIB\FIVEH.LIB|OLEFUNCS
Error: Unresolved external '_hb_extIsNil' referenced from D:\ENTW\FWH22\LIB\FIVEHC.LIB|RICHEDIT
Error: Unresolved external '_HB_FUN_HB_TSTOUTC' referenced from D:\ENTW\FWH22\LIB\FIVEH.LIB|VALTOSTR
Error: Unable to perform link
* Linking errors *
rg.prg(239) Error E0030 Syntax error "syntax error at ')'"
WITH OBJECT oBrwPos:aCols[ 2 ]
:cSortOrder := NIL
:cOrder := NIL
:AddResource( "SEARCH_R" )
:nHeadBmpNo := 1
:nHeadBmpAlign := AL_RIGHT
:bRClickHeader := ;
:bLClickHeader := { || if( oBrwPos:nArrayAt > 0,;
( nSel := nGetPosArt( oBrwPos:GetRect() ),;
if( nSel > 0,;
( aPos[ oBrwPos:nArrayAt ][ 2 ] := aPosCfg[ nSel ][ _LEISTUNG ],;
aPos[ oBrwPos:nArrayAt ][ 4 ] := aPosCfg[ nSel ][ _IS_KOST ],;
aPos[ oBrwPos:nArrayAt ][ 5 ] := aMwStSaetze[ aPosCfg[ nSel ][ _MWSTSATZ ] ],;
oBrwPos:Refresh(),;
oBrwPos:SetFocus(),;
oBrwPos:nColSel := 3, oBrwPos:aCols[ 3 ]:Edit();
), NIL ),;
), NIL ) } //<--- this is line 239
END
:bLClickHeader := { || IIf( oBrwPos:nArrayAt > 0,;
( nSel := nGetPosArt( oBrwPos:GetRect() ),;
IIf( nSel > 0,;
( aPos[ oBrwPos:nArrayAt ][ 2 ] := aPosCfg[ nSel ][ _LEISTUNG ],;
aPos[ oBrwPos:nArrayAt ][ 4 ] := aPosCfg[ nSel ][ _IS_KOST ],;
aPos[ oBrwPos:nArrayAt ][ 5 ] := aMwStSaetze[ aPosCfg[ nSel ][ _MWSTSATZ ] ],;
oBrwPos:Refresh(),;
oBrwPos:SetFocus(),;
oBrwPos:nColSel := 3,;
oBrwPos:aCols[ 3 ]:Edit();
), NIL ) ) , NIL ) } //<--- this is line 239
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot], Timm Sodtalbers and 44 guests