Search found 1455 matches: might

Return to advanced search

ADS with 64bit FWH Apps

... prior to 12.0, simply run the 32 bit build of my application. However, it would be nice to resolve this issue. Thanks for any insight you might have. Tim
by TimStone
Thu Apr 04, 2024 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2210

Re: How to include hbCurl?

... `aTags` is properly formatted. If `aTags` is a variable containing the tag name, ensure that it doesn't have spaces or special characters that might break the JSON format. If you have multiple tags to add, you would expand the `tags` array like so: ```json "tags": [{"name": ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2903

Fulltext-Search

... findstr supports regular expressions, which allows for more complex search patterns. For example, to find lines containing numbers, you might use: findstr "[0-9]" myfile.txt Multiple Files: You can search across multiple files by specifying more than one file name or using ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1219

Re: GetHostByName( GetHostName() )

... a bad configuration. Here's why: Function Behavior: GetHostByName typically returns the primary IP address associated with the hostname. This might not always be the IP address you're expecting, especially when your system has multiple network adapters. Multiple Adapters: With Ethernet, Hamachi, ...
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 157

Re: Does anyone have an Envelope Printing module ?

... paper .. but it would be nice if I did not have to re-invent the "wheel" ... I would appreciate any Envelope printing routines anyone might like to donate for a good cause .. I can embelish the field names .. it is the layout for multiple envelope sizes that present a nightmare for ...
by Rick Lipkin
Fri Mar 01, 2024 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 534

Re: Problem with alignment in SAY command

... and here it is working. Sometimes I use text from a DBF file, which is, for example, 160 characters long, and forget to apply ALLTRIM(). Then, you might have some spaces on the right. Best regards, Otto If I save my res as rc: right no: CONTROL "heute", 4001, "Static", WS_GROUP, ...
by Otto
Fri Mar 01, 2024 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 816

Error System no longer works.

I have been working on my link script and I might have somehow lost my default error system, when I get an error, my app just goes away. The hb_out.log has this: Application Internal Error - E:\Datafile\Ihss32\ihss32.exe Terminated at: 2024-02-26 ...
by byron.hopp
Mon Feb 26, 2024 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error System no longer works.
Replies: 1
Views: 115

Re: Add a new taskPanel on Explorerbar ( on line)

New Release https://i.postimg.cc/fRBcfSP2/ft.png As you can see it might work except it doesn't delete previous panels correctly that remain below #include "FiveWin.ch"//----------------------------------------------------------------------------////function ...
by Silvio.Falconi
Mon Feb 26, 2024 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 213

Re: Data exchange between PC and Android device on the same loca

... been involved since 1994) that he solves problems for us and clears the obstacles out of the way. Although perhaps mod harbour CGI from FIVETECH might be even better, I believe it limits oneself. In the meantime, I have also adopted a pragmatic attitude and use some HTML programs and a bit of ...
by Otto
Fri Feb 23, 2024 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 766

Re: Problem with FiveWin and PDF995 on Windows 11.

I am trying to create a new mak file based on the Buildx.bat, cannot find libharu.lib, anyone know where I can find this?
It is not in my Harbour Lib directory. Does this mean I might not have the right version of Harbour?
Thanks,
by byron.hopp
Thu Feb 15, 2024 9:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1181

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

Hello Rick, You show how differently users can evaluate the integration of software and operating systems. Some users might share your concerns, while others might appreciate the convenience and efficiency of Microsoft solutions. I don't know any computer stores that even unpack the ...
by Otto
Wed Jan 24, 2024 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1685

future of Rich Text Editor maybe time to start with WEBVIEW

... Rich Text Editors. There is a rising demand for more user-friendly and flexible editors that work across various platforms and devices. Developers might continue to add features such as drag-and-drop editing, enhanced multimedia support, and better integration with cloud services. The integration ...
by Otto
Mon Jan 22, 2024 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1685

Re: Create a Panel width a text

... but I saw that when the window was iconized the left scrollpanel lost the scroll, because ui now I'm trying with the explorerbar hoping it might work and insert a new method to recalc the position nTop for each ::apanels as this METHOD RecalcPosTask() CLASS TTaskPanel local n for n = ::nIndex ...
by Silvio.Falconi
Tue Jan 09, 2024 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3163

file ID in the Windows file system

... Similar to command-line utilities, you can script this in PowerShell to retrieve the File ID for a file. Here's a simple example of how you might retrieve a file's ID using the fsutil command: 1. Open Command Prompt as Administrator. 2. Execute the command: ```cmd fsutil file queryfileid ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 616

Re: Definir font richedit5

... Rich Text Editors. There is a rising demand for more user-friendly and flexible editors that work across various platforms and devices. Developers might continue to add features such as drag-and-drop editing, enhanced multimedia support, and better integration with cloud services. The integration ...
by Otto
Wed Dec 27, 2023 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 596
Next

Return to advanced search