Search found 309 matches

by kajot
Wed Dec 30, 2020 3:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: excel font orientation - vertical
Replies: 2
Views: 411

excel font orientation - vertical

how to change font orientation in excel ? /vertical cells/

best regards
KAJOT
by kajot
Wed Dec 09, 2020 9:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: read xml file
Replies: 6
Views: 1188

read xml file

How read xml file size 10Mb cFileName:='test.xml' I am using oXmlDoc := TXmlDocument():new( ) // HBXML_TYPE_CDATA HBXML_STYLE_NOESCAPE IF oXmlDoc:nStatus != HBXML_STATUS_OK Msginfo( "error file .XML" ) Break ENDIF oXmlDoc:read( Memoread( cFileName ) ) best regard KAJOT
by kajot
Sun Nov 08, 2020 7:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: webservices sending the JPK_V7 file
Replies: 0
Views: 5152

webservices sending the JPK_V7 file

maybe someone has an example of sending the JPK_V7 file to the gate of the Ministry of Finance in Poland

best regard
KAJOT
by kajot
Sat Apr 13, 2019 11:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.03
Replies: 37
Views: 3618

Re: New FWH 19.03

ok

if for bcc58 is it for too
by kajot
Sat Apr 13, 2019 6:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.03
Replies: 37
Views: 3618

Re: New FWH 19.03

to Antonio

I am using
xHB.com with Pelles ISO C Compiler, Version 3.00.0
by kajot
Sat Apr 13, 2019 6:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.03
Replies: 37
Views: 3618

Re: New FWH 19.03

to Antonio

could You send me
Fivehcm.lib , Fivehmx.lib

to FWH v.19.03
I am using xHB.com
xHarbour 1.2.3 Intl. (SimpLex) (Build 20181212)

my email
inkom@hot.pl
by kajot
Tue Apr 09, 2019 6:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SayBarCode control
Replies: 34
Views: 3767

Re: SayBarCode control

when I am compilig c:\fwh\samples\barcod01.prg FWH 19.03 and xHarbour.com v.19.01 I get error Type: C >>>xhb.exe -o"t.c" -m -n -p -q -gc0 -I"S:\include" -I"R:\include" -I"R:\include\w32" "t.prg"<<< xHarbour 1.2.3 Intl. (SimpLex) (Build 20181212) Copy...
by kajot
Fri Apr 05, 2019 10:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: postgres
Replies: 15
Views: 2070

Re: postgres

thanks for help
I try to build tomorrow.
by kajot
Fri Apr 05, 2019 10:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: postgres
Replies: 15
Views: 2070

Re: postgres

when I am using lib from xHarbour.com (R: there is path to xHARBOUR.COM)

[R:\lib\sql.lib]
[R:\lib\libpq.lib]

I get error

xLINK: error: Unresolved external symbol '_HB_FUN_TPQSERVER referenced from (t.obj)'.

xLINK: error: Unresolved external symbol '_HB_FUN_PQEXEC referenced from (t.obj)'.
by kajot
Fri Apr 05, 2019 9:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: postgres
Replies: 15
Views: 2070

Re: postgres

when I add pgsql from FWH s:\lib ( FWH there is in S:) I get error Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"S:\lib" -LIBPATH:"R:\lib" -LIBPATH:"R:\c_lib" -LIBPATH:"R:\c_lib\win" "t.obj" &quo...
by kajot
Fri Apr 05, 2019 5:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: postgres
Replies: 15
Views: 2070

Re: postgres

I am using xHarbour.com (simplex ) with Pelles ISO C compiler 3.0

and get error
xLINK: error: Unresolved external symbol '_HB_FUN_TPQSERVER referenced from (t.obj)'.

xLINK: error: Unresolved external symbol '_HB_FUN_PQEXEC referenced from (t.obj)'.

x
by kajot
Thu Apr 04, 2019 5:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: postgres
Replies: 15
Views: 2070

Re: postgres

in pgre01.prg and testpgre.prg occurs TPQServer():New( cHost, cDataBase, cUser, cPassword, , cSchema ) when I compliling , I got error xLINK: error: Unresolved external symbol '_HB_FUN_TPQSERVER referenced from (t.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_PQEXEC referenced from (t.obj...