Search found 121 matches: receives

Return to advanced search

ADS with 64bit FWH Apps

... my application with both 32 and 64 bit builds with Harbour/MSVC and FWH. 32 bit apps never have an issue. But the identical build in 64 bit receives a "cannot connect" error message on all versions prior to ADS 12. Does anyone else have experience with this issue running ADS ? ...
by TimStone
Thu Apr 04, 2024 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2304

Data exchange between PC and Android device on the same loca

... SITUATION: I have not achieved communication, my first approach is the simplest, I make an $Ajax request from the Client side and the server receives it, but when generating the response it violates the CORS rules, generating the error: Access to XMLHttpRequest at 'http://192.168.1.110/cgi-bin/menu_jmg.hrb?qry=ASKING_SIMPLE_TEXT' ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 798

file ID in the Windows file system

... drive to "D:\Folder" on another), it's treated as a copy and then delete operation. The file will be copied to the new volume (where it receives a new File ID assigned by the destination volume's file system) and then deleted from the original location. - **Metadata May Change**: In ...
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: 628

Strange behavior of xBrowse

Hi,

There is a xBbrowse with an array. When clicking on a particular cell, this cell receives focus with a long delay.
I could not determine the reasons for this. Tell me what method works when click on a cell ?

FWH 2307
by Natter
Sat Nov 25, 2023 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange behavior of xBrowse
Replies: 8
Views: 773

Re: XBROWSE Column Question

SeekNext is implemented in FWH2304 which is triggered by F3.
It is not there in previous versions.

This is triggered when oBrw window receives WM_KEYDOWN message with F3 key.
(i.e., it is implemented in oBrw:KeyDown() method)
by nageswaragunupudi
Wed May 10, 2023 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 876

Re: ZIP / UNZIP under Fivewin

hi Antonio, Because the main window is the one that receives those notifications aaah ... i begin to understand Concept but Fivewin have no "build-in" Function, or :?: --- in *.MAK are echo $(HBDIR)\lib\win\bcc\hbziparc.lib + >> b32.bc ...
by Jimmy
Tue Mar 21, 2023 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ZIP / UNZIP under Fivewin
Replies: 5
Views: 416

Re: ZIP / UNZIP under Fivewin

Dear Jimmy,

> "why" are bZip / bUnZip and Method Zip / UnZip implement in CLASS TWindow

Because the main window is the one that receives those notifications
by Antonio Linares
Tue Mar 21, 2023 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ZIP / UNZIP under Fivewin
Replies: 5
Views: 416

Invoicing

... In the list of all invoices, a button is inserted for each opened invoice. By clicking on the button, the invoice is brought to the foreground and receives Focus. Best regards, Otto https://mybergland.com/fwforum/triathlonrgneu.gif
by Otto
Thu Mar 16, 2023 10:53 am
 
Forum: mod_harbour
Topic: Invoicing
Replies: 1
Views: 439

Re: mod_harbour + ADS on linux server

... the instruction on how to compile mod_harbour with ADS. I've tried the file you sent me but I'm sorry to say that it does not work. The browser receives no response from the server and in apache error.log there is the error: /usr/sbin/apache2: symbol lookup error: /tmp/libharbour.-318593280.-1236078313: ...
by berpa
Thu Dec 01, 2022 10:35 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31183

Re: How install Harbour on web server

... a doubt, is security, I totally agree. As I have mentioned in the Skype talks, having two servers, one that acts as an intermediary and that receives the requests and the other in which the data is located and that only answers to that IP and with a security token, can be a very good option. ...
by cnavarro
Wed Sep 14, 2022 1:54 am
 
Forum: mod_harbour
Topic: How install Harbour on web server
Replies: 26
Views: 4989

Re: oBrowse:bSeek and TAB

when got to XBROWSE it "change" Display ...

When XBrowse receives focus, the browse is refreshed. That means, if there is any change in the data, the current data is displayed.
by nageswaragunupudi
Sun Aug 07, 2022 12:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrowse:bSeek and TAB
Replies: 3
Views: 320

Re: Windows Service - finding path

... where the file resides. That is in the same Root folder where the data directory is installed. Since the service calls for the DirBase(), once it receives that info, it knows the relevant path to the data folder where the log file is located, and also the relevant data files are that the service ...
by TimStone
Sun Jul 24, 2022 3:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Service - finding path
Replies: 6
Views: 525

Using source on other .prgs

... out about Modharbour. It is the use of other functions and classes on other source files from my Index.prg source. For example, my code below receives POST data from a service call Twilio. Anytime someone texts my Twilio phone number, this code receives and processes POST data from Twilio ...
by reinaldocrespo
Fri Jul 16, 2021 1:01 pm
 
Forum: mod_harbour
Topic: Using source on other .prgs
Replies: 3
Views: 481

Re: How to Curl for text messaging

... Java environment is too much work. That's the reason I re-wrote the client with Harbour using hbcurl and with Mod_harbour for the server side that receives replies. I will take some time later today to write and post here a small sample of the server side written with mod_harbor under Apache to ...
by reinaldocrespo
Wed Feb 24, 2021 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2254

Checkbox disappearing (MinGW)

In the following sample, the checkbox disappears when it receives the focus. Please note that the problem shows up only with Harbour and MinGW. Any ideas? #include "Fivewin.ch"FUNCTION MAIN()     LOCAL oDlg     LOCAL cVar := SPACE( ...
by Enrico Maria Giordano
Sat Jan 16, 2021 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox disappearing (MinGW)
Replies: 8
Views: 669
Next

Return to advanced search