Search found 122 matches

by max
Mon Oct 23, 2023 10:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: Siemens PLC s7-1200
Replies: 0
Views: 55230

Siemens PLC s7-1200

is there something to read / write data to a SIEMENS S7-1200 PLC with FWH?
Or any other news on this topic: i have never worked with PLC before...
Thank you!
by max
Wed Oct 14, 2020 11:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: GET field: how i can block write in the next field?
Replies: 1
Views: 524

GET field: how i can block write in the next field?

I note that by default FWH allows you to write in the next get field without stopping if you keep writing.
How can I avoid it?
I would like the user to press enter or mouse click to go to next get field, stopping when lenght exceed the variable's lenght.
Thank you.
by max
Fri Feb 28, 2020 10:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: Website as a background instead of a BMP file
Replies: 1
Views: 650

Website as a background instead of a BMP file

Is there the possibility to declare a website (http://www.....) as a background of a Windows instead of a static BMP file? with "define brush" or other similar funcions. Thank you.
by max
Sat Feb 01, 2020 3:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: problem with fw_adoexporttodbf function
Replies: 17
Views: 5643

Re: problem with fw_adoexporttodbf function

Nages, any solution? Thank you.
by max
Tue Dec 03, 2019 10:26 am
Forum: FiveWin for Harbour/xHarbour
Topic: problem with fw_adoexporttodbf function
Replies: 17
Views: 5643

Re: problem with fw_adoexporttodbf function

I use FWH rev. 1807 (September 2018)
by max
Tue Dec 03, 2019 10:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: problem with fw_adoexporttodbf function
Replies: 17
Views: 5643

Re: problem with fw_adoexporttodbf function

ok thanks Nages. In other words, I have to buy the updated version today to solve the problem reported here of FW_AdoExportToDbf with SQL field type varchar(max). Is it right?
by max
Tue Dec 03, 2019 9:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: problem with fw_adoexporttodbf function
Replies: 17
Views: 5643

Re: problem with fw_adoexporttodbf function

I still have the same unresolved problem today
by max
Tue Oct 15, 2019 1:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Import/Export from/to CSV files (; separator)
Replies: 16
Views: 3227

Re: Import/Export from/to CSV files (; separator)

As Nages wrote (read above), to import CSV use this:

APPEND FROM "source.csv" DELIMITED WITH ( { '"', ";" } )
by max
Wed May 15, 2019 7:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: problem with fw_adoexporttodbf function
Replies: 17
Views: 5643

Re: problem with fw_adoexporttodbf function

modified and tried, but the same errors remain. Now my b32.bc file has this content: main.obj + adofuncs.obj, + MARGINI.exe, + MARGINI.map, + c:\fwh\lib\Fivehx.lib c:\fwh\lib\FiveHC.lib + c:\xharbour\lib\rtl.lib + c:\xharbour\lib\vm.lib + c:\xharbour\lib\gtgui.lib + c:\xharbour\lib\lang.lib + c:\xha...
by max
Wed May 15, 2019 5:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: problem with fw_adoexporttodbf function
Replies: 17
Views: 5643

Re: problem with fw_adoexporttodbf function

And this is the content of my c:\BCC7\LIB folder:  Directory di c:\BCC7\lib 15/05/2019  07:39    <DIR>          . 15/05/2019  07:39    <DIR>          .. 19/03/2015  05:55             2.761 c0d32.obj 19/03/2015  05:55             2.764 c0d32w.obj 19/03/2015  05:55             2.670 c0d32x.obj 19/03/2...
by max
Tue May 14, 2019 4:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: problem with fw_adoexporttodbf function
Replies: 17
Views: 5643

Re: problem with fw_adoexporttodbf function

No Antonio, i have not modify my BCC7 files (far from me! :) ) . And all other my projects without link to adofuncs.prg are ok with this batch for compile and linking. Perhaps I've been doing something wrong since I added adofuncs(!?). This is the batch i use: @ECHO OFF ECHO Compiling... TSKILL MARG...
by max
Tue May 14, 2019 6:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: problem with fw_adoexporttodbf function
Replies: 17
Views: 5643

Re: problem with fw_adoexporttodbf function

Linking adofuncs.obj to my project now i receive these errors linking: c:\myproject> if gtgui == gtgui c:\bcc7\bin\ilink32 -Gn -aa -Tpe -s -v @b32.bc Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: Unresolved external '___CPPdebugHook' referenced from C:\BCC...
by max
Mon May 13, 2019 6:18 am
Forum: FiveWin for Harbour/xHarbour
Topic: problem with fw_adoexporttodbf function
Replies: 17
Views: 5643

Re: problem with fw_adoexporttodbf function

Afther this change i have to recompile adofuncs.prg, right? How? Thank you.
by max
Sun May 12, 2019 7:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: problem with fw_adoexporttodbf function
Replies: 17
Views: 5643

problem with fw_adoexporttodbf function

I think there is a bug in FW_AdoExportToDbf function. When it meets a SQL field type "varchar(MAX)", the output dbf is created with a character field (instead of "memo" field) length=0, and without content. To fix this problem, need to declare interactively the structure of dbf a...