Search found 812 matches: least

Return to advanced search

Re: Error FWH 2404 unresolved external 'SetWindow Theme'

These are the only BCC libs you need:

Code: Select all  Expand view
cw32 +
import32 +
shell32 +
iphlpapi +
wininet +
uxtheme


But you also have to correctly set your bcc32.cfg. At least with this line:

Code: Select all  Expand view
-I@\..\include\windows\crtl;@\..\include\windows\sdk;@\..\include\dinkumware
by Enrico Maria Giordano
Thu Apr 25, 2024 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 5
Views: 65

Re: Question about wfReadUrl()

Hello Ceasar and Enrico,

I tried both suggestions.

They both work, but both suggestions do have a problem in case the url doesn't exist or doesn't react.
It lasts at least 1 to 2 minutes before the test is passed.

Can we do something about it?

But thank you very much for your suggestions.
by driessen
Fri Apr 05, 2024 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2782

Re: SQL connection

Thank you sir. That works when I leave your sample alone. When I add my connection info, it will not connect. At least now I know it should work. Not sure why the connection isn't working on my end. The big issue is me, I just don't know enough about the SQL Server. Even if I create ...
by Jeff Barnes
Wed Jan 31, 2024 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL connection
Replies: 6
Views: 565

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... in this posting: viewtopic.php?f=46&t=43975&start=0&hilit=4laid Unfortunately I couldn't find the source code. I would like to see at least a snipped of code to see how you build your screens. Or is all this only for mod harbour? Kind regards, Detlef
by Detlef
Sat Jan 27, 2024 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1706

Re: Booking xbrowse example

... is unusable and there is serious thought of moving the work back to desktop-type management software on Windows, in the hotels and shops at least in my city they do not use software on the web but all local software on Windows and mostly there are two softwares that are the most popular, ...
by Silvio.Falconi
Sun Dec 31, 2023 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 3319

Re: Booking xbrowse example

... One or more cells , or moving the reservation to another room or period. in this way the example of nages is nice but in Italy it is unusable at least for what I need and what they require both for hotels and for other businesses in the sector
by Silvio.Falconi
Sat Dec 30, 2023 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 3319

Back after 10 years due to illness [ Javier Lloris ]

... to an FTP server. (the next version will include SFTP) because in my Blog you have two complete programs for these matters that work perfectly, at least I use them without any errors to date. Modificando el Blog pero aquí podéis descargarlos: Modifying the Blog but here you can download them: https://javierlloris.blogspot.com/ ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 381

Re: Calculate total pages

Thank you. It is not worth the work, at least for me.
by Enrico Maria Giordano
Thu Nov 23, 2023 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5878

Re: xBrowse - Dates - FWH 2310

... be sure ADS was sending the info correctly to xBrowse, and that is what he was going to test. That is why I asked if he had made any progress. At least for now, the pressure is off. And yes, although on distributions I never saw the problem using 2307, when I went back to test it again with that, ...
by TimStone
Fri Nov 10, 2023 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1449

oCn:Insert() - UTF8 encoding fails [Unsolved]

... fails when inserting a character string contains 2-Byte ANSI character, e. g. '"üäö". Encoding is OK if the character string contains at least one 2-Byte NON ANSI character, e. g. "П" #include "fivewin.ch"STATIC aStr := { "127.0.0.1, test, root, frose2023", ...
by frose
Thu Nov 09, 2023 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oCn:Insert() - UTF8 encoding fails [Unsolved]
Replies: 6
Views: 296

Re: The Future of Developer Forums

... AI lately (specifically Bing Chat) and found anything but "quick and precise answers" (I even argued with the AI). Currently AIs (or at least Bing Chat) is only a way to present the information so that it resemble natural language. Basically, is only a change of interface. I can't see ...
by Enrico Maria Giordano
Thu Nov 02, 2023 7:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The Future of Developer Forums
Replies: 5
Views: 311

Re: DBF . Commit

nageswaragunupudi wrote:The option toggles if data of a changed record is immediately commited to disk with the REPLACE command.


This is not true, at least with xHarbour and DBFCDX. The file on disk is not updated till COMMIT.
by Enrico Maria Giordano
Sun Oct 22, 2023 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2343

Re: WooCommerce

Silvio, Then you will need to use the API. Uploading a csv will always need intervention of customer. At least in my webshop. I suppose you have the Token from the shop in order to connect. Here is a small sample of connection via API. WooCommerce seems to work with the same ...
by Marc Venken
Fri Oct 20, 2023 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WooCommerce
Replies: 3
Views: 286

Re: I have a question. Please help.

Yes, at least you can't return an unsigned short pointer as a character string and you haven't initialize the pointer itself.
by Enrico Maria Giordano
Fri Oct 20, 2023 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I have a question. Please help.
Replies: 2
Views: 231

Re: Some problems with the FWH-debugger

... I don't see any evolution anymore in xHarbour (no change for the last 3 years at all), so I want to stop using it. This is not true, at least for the official xHarbour.org compiler: https://github.com/ronpinkas/xharbour/blob/main/ChangeLog
by Enrico Maria Giordano
Sun Sep 10, 2023 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some problems with the FWH-debugger
Replies: 11
Views: 468
Next

Return to advanced search