Search found 90 matches

by Taavi
Thu Nov 28, 2024 1:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADS licences directly from SAP?
Replies: 6
Views: 1547

ADS licences directly from SAP?

Hello,

I found this link on google- seems that it is possible to order ADS licences directly from SAP now?

https://www.sap.com/products/technology ... html#plans

Does anyone have experience?

Taavi.
by Taavi
Mon Oct 14, 2024 11:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 55
Views: 27751

Re: FWH: MySql/MariaDB: RowSet object

Hello,
can I have Rowset object, please?

Taavi
by Taavi
Sun Oct 06, 2024 4:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 10
Views: 1657

Re: Error FWH 2404 unresolved external 'SetWindow Theme'

HEllo,
how to fix this error for xHarbour builder (FWH202409)?


xLINK: error: Unresolved external symbol '__imp__SetWindowTheme referenced from FiveHMX.lib(window.obj)'.

xLINK: fatal error: 1 unresolved external(s).

Taavi.
by Taavi
Wed Oct 02, 2024 5:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 55
Views: 27751

Re: FWH: MySql/MariaDB: RowSet object

Hello,
so rewriting tdatabase() class to use to use rowset should work?

Maybe someone have done it already? Seems like logical path for me from dbf to Mariadb for those using tdatabase()...

Rowset object would be helpful, I need an class which has all methods of tdatabase() to replace database ...
by Taavi
Tue Oct 01, 2024 5:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 55
Views: 27751

Re: FWH: MySql/MariaDB: RowSet object

Hello,
have somebody tryed to rewrite tdatabase() class to use RowSet object instead of dbf file?

For sample

METHOD FCount() INLINE ( ::oRc:FCount() ) //where ::oRc is rowset object created for this object

instead of

METHOD FCount() INLINE ( ::nArea )->( FCount() )

Could this approach ...
by Taavi
Wed Jul 31, 2024 12:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: utc_timestamp() function problem
Replies: 3
Views: 563

utc_timestamp() function problem

Hello,
seems that utc_timestamp() is giving me -2 hours from my local time (east european summer time) while correct would be -3 hours.

Can it be fixed? Or any workarounds?

https://www.timestamp-converter.com/

Taavi
by Taavi
Tue Dec 12, 2023 4:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: HB_ZIPDELETEFILES()
Replies: 7
Views: 2377

Re: HB_ZIPDELETEFILES()

I am using xHarbour builder from 2018 january

\bin\xHb.exe says:

xHarbour 1.2.3 Intl. (SimpLex) (Build 20170902)
Copyright 1999-2017, http://www.xharbour.org http://www.harbour-project.org/
by Taavi
Tue Dec 12, 2023 4:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: HB_ZIPDELETEFILES()
Replies: 7
Views: 2377

Re: HB_ZIPDELETEFILES()

After linking in

[D:\xHB10272_xcc\xhb\lib\xhbzip.lib]
[D:\xHB10272_xcc\xhb\lib\xhbzipdll.lib]

I get error:

xLINK: fatal error: File not found: 'LIBCMT.LIB'.


After adding

[D:\xHB10272_xcc\xhb\c_lib\win\libcmt.lib]

New errors:

xLINK: error: Unresolved external symbol '__localtime64 referenced ...
by Taavi
Tue Dec 12, 2023 2:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: HB_ZIPDELETEFILES()
Replies: 7
Views: 2377

Re: HB_ZIPDELETEFILES()

Is it possible to use xHarbour (org) lib-s with xHarbour commercial builder?

When trying to link hbzip lib with xHarbour builder I get error:

xLINK: fatal error: Corrupt library: 'D:\xharbour\lib\hbzip.lib'.

Taavi
by Taavi
Sun Mar 05, 2023 11:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: error al compilar
Replies: 4
Views: 588

Re: error al compilar

Hello,
I get te same error when compiling with FW202212 (and xHarbour 2018). What was the solution ?

Taavi.


xLINK: error: Unresolved external symbol '_hb_parldef referenced from FiveHCM.lib(STR2HEX.obj)'.
xLINK: error: Unresolved external symbol '_hb_retclen_buffer referenced from FiveHCM.lib ...
by Taavi
Wed Oct 05, 2022 9:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: HB_ZIPDELETEFILES()
Replies: 7
Views: 2377

HB_ZIPDELETEFILES()

Hi,
seems that function HB_ZIPDELETEFILES() is missing from xharbour (201801) library. Anyone found a solution to replace or import it?

Thanks,
Taavi.
by Taavi
Mon May 17, 2021 3:29 pm
Forum: mod_harbour
Topic:
Replies: -1
Views:

mod_harbour installation instructions for IIS?

Hello,
what are the current installation instructions for IIS? Should we always use Fastcgi on IIS?

Can't find "ADD an handler mapping" choice in IIS Manager and FastCgi executable choice in other available options... What am I missing?


Taavi.
by Taavi
Mon May 25, 2020 5:22 pm
Forum: mod_harbour
Topic:
Replies: -1
Views:

GET ... VALID

Hello,
would it be somehow possible to implement processing GET input value like we used with Clipper VALID clause when leaving input field without a need to attach a button to GET object for this?

Taavi.
by Taavi
Sun May 03, 2020 6:16 pm
Forum: mod_harbour
Topic:
Replies: -1
Views:

Re: Sending javascript objects to Harbour hashes

Thanks. Antonio.

...just wanted to be sure there is no other way...

Seems we've got our first simple mod_harbour project up and running :-). Keep learning here...

Taavi.