Search found 727 matches

by Marc Venken
Sun Dec 20, 2020 1:21 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Ole2TxtError() - Error de no existir LIBMYSQL.DLL
Replies: 2
Views: 655

Re: Ole2TxtError() - Error de no existir LIBMYSQL.DLL

You have to link in the libmysql.dll Somewhere in you .MAK file : echo TEST.EXE, + >> b32.bc echo TEST.MAP, + >> b32.bc -> echo $(FWDIR)\lib\FiveH.lib $(FWDIR)\lib\FiveHC.lib $(FWDIR)\lib\libmysql.lib $(FWDIR)\lib\BARLIB32.lib + >> b32.bc echo $(HBDIR)\lib\hbrtl.lib + >> b32.bc echo $(HBDIR)\lib\hbv...
by Marc Venken
Fri Dec 18, 2020 9:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: Peer to Peer, NAS and NTX -> CDX
Replies: 41
Views: 12068

Re: Peer to Peer, NAS and NTX -> CDX

One more question : I use a drive letter as network connection : p:\marc\data.dbf for connection I see that a program like Goodsync Backup always converts links from p:\marc into \\carolien\marc\data.dbf, so no drive letter. Will this maybe make a faster connection ? Note : The speed is not a big pr...
by Marc Venken
Thu Dec 17, 2020 8:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Peer to Peer, NAS and NTX -> CDX
Replies: 41
Views: 12068

Re: Peer to Peer, NAS and NTX -> CDX

On BVA Auctions, we can easily buy Win10 Pro for 25 euros It's OEM software. For Win10 Pro, there are no differences ? Kavelbeschrijving Aantal: 1 Merk: Microsoft Productnaam: Windows 10 Pro licentie Model: 32-bit / 64-bit Processor: 1 GHz of sneller Geheugen: 1 GB RAM voor 32-bits, 2 GB RAM voor 64...
by Marc Venken
Thu Dec 17, 2020 8:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Peer to Peer, NAS and NTX -> CDX
Replies: 41
Views: 12068

Re: Peer to Peer, NAS and NTX -> CDX

Mark, Your wife's PC will surely already have an SSD hard drive. This is the most effective way to get better speeds. Best regards, Otto In fact, she has no SSD drive. (I should have done this much early :roll: :roll: ) I will buy 2 new systems after conversion. (New windows AND SSD drive) I have t...
by Marc Venken
Thu Dec 17, 2020 4:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Peer to Peer, NAS and NTX -> CDX
Replies: 41
Views: 12068

Re: Peer to Peer, NAS and NTX -> CDX

Otto, Thanks, but now i'm not going for a new installation. Overall in our situation, Speeds are acceptable (we don't know better), but maybe we gain also with Nas as central data. I will test with the program speeds program and try to see if it will give better speeds. Using the data on the Nas com...
by Marc Venken
Thu Dec 17, 2020 11:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: Peer to Peer, NAS and NTX -> CDX
Replies: 41
Views: 12068

Re: Peer to Peer, NAS and NTX -> CDX

Image

Seems to be slow ?

5 min later : 88 - 375
15 min 82 - 389
73 - 126
92 - 181

NetCards are 1 Gig.
by Marc Venken
Thu Dec 17, 2020 10:18 am
Forum: FiveWin for Harbour/xHarbour
Topic: Peer to Peer, NAS and NTX -> CDX
Replies: 41
Views: 12068

Peer to Peer, NAS and NTX -> CDX

During the christmas leaf, i'm going to adapt a FW NTX 16 bit to CDX 32 bit. That will speed things up and i'm more uptodate.. I can also change from peer to peer (what is no the case) to a NAS system. We use 4 to max 5 PC in a peer to peer network with only 2 users at a time, not even the same data...
by Marc Venken
Tue Dec 15, 2020 11:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: help for converting file
Replies: 5
Views: 1512

Re: help for converting file

You want the CSV data into the database .or. .and. the exel to the dbf ?
by Marc Venken
Mon Dec 14, 2020 12:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple array is giving me problems (SOLVED)
Replies: 11
Views: 3272

Re: Multiple array is giving me problems

Antonio Linares wrote:Marc,

It fails because the field "hexcode" is type char and you are assigning it a nil value:

aadd( aMail ,{ cdd, If( cHex == nil, "", cHex ) } )
Indeed... This solved my problem and i think other problems I had before also. Never thinking of a NIL value..

Thank You !!
by Marc Venken
Mon Dec 14, 2020 12:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple array is giving me problems (SOLVED)
Replies: 11
Views: 3272

Re: Multiple array is giving me problems

Antonio Linares wrote:Marc,

fields assignment must use ":="

shopcolor->kleuren := cKleur
shopcolor->hexcode := Chex
Same error...
by Marc Venken
Mon Dec 14, 2020 11:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple array is giving me problems (SOLVED)
Replies: 11
Views: 3272

Re: Multiple array is giving me problems

I'm almost positive that the array is the problem

aMail and his 2 dimensions
by Marc Venken
Mon Dec 14, 2020 9:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple array is giving me problems (SOLVED)
Replies: 11
Views: 3272

Multiple array is giving me problems (SOLVED)

It should be easy, but ..... The code reads the XML, and is giving me a correct Xbrowse with the data Writing it to dbf is a problem. Tried also with FW_arraytodbf What do I miss here ?? Is there somewhere a post on multiply arrays explanations ? I have find some... I get this error Application ====...
by Marc Venken
Thu Dec 10, 2020 11:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: read xml file
Replies: 6
Views: 1628

Re: read xml file

Thank you. PIM.EXE is a sample for reading a XML file and editing is also possible, but it is not a process for more options ? I suppose it is not the idea of creation a PIM.exe that also reads the xml and can put it into a dbf. That option is what I'm looking at now. I need to download more that on...
by Marc Venken
Thu Dec 10, 2020 4:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: read xml file
Replies: 6
Views: 1628

Re: read xml file

Antonio, #include "c:\harbour\contrib\xhb\hbxml.ch" Where is this file located ? I think it is needed, because I get a error in testing. Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: Unresolved external '_HB_FUN_XMLERROR' referenced from C:\PROGR...