Search found 61 matches: hits

Return to advanced search

Fulltext-Search

... building a batch file with all the parameters and then call it with waitrun(). I redirect the response from findstr to a file and then examine the hits. Actually, the program only needs the search string and the path for now. I'm using a DIALOG here. It's an experiment with using a HASH instead ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1230

Re: Help splitting up a character address string

I think it's important that we ask Harbour questions. ChatGPT learns! I am the only user of harbourino but I am already getting some good hits. This approach, facilitated by Harbourino, makes your code more organized and easier to maintain. Each function or module can be kept in separate files, ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 589

Re: Interesting discussion with ChtGPT

... in the responses and the good results. Even harbour/FIVEWIN questions are now being answered well. A few months ago, there were practically no hits. Best regards, Otto https://mybergland.com/fwforum/peprompt.jpg https://mybergland.com/fwforum/hbwr.jpg
by Otto
Tue Nov 07, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1241

Re: Error p/generar EXE usando UHTTPD2 en Windows

... source code than the one you're programming. This way you lose the ability to follow the program's course in the debugger. You practically have no hits on the web when you're searching for solutions. You practically have to learn a 3rd language. TWeb, and surely you can't do completely without ...
by Otto
Sun Aug 06, 2023 7:34 pm
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 1915

Re: Create help system with F1

... years. Each topic has a context code, and I can use the F1 key to call it within my program. As a result, when a client is looking at a screen, hits F1, the proper page of the manual opens for detailed explanation. Of course, getting people to actually read the documentation is a challenge ...
by TimStone
Mon Jul 10, 2023 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 863

Disk activity when using a record

I wonder... (Antonio, ChatGPT is not accessible, to much hits at this time ))))) When a dbf is on a record I have the (BAD) habit of doing calculations like : nAankoop = artikel->new_bruto - (artikel->new_bruto * artikel->korting)/100 nAankoop ...
by Marc Venken
Fri Feb 03, 2023 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disk activity when using a record
Replies: 1
Views: 226

OT: Thank you for posts

Dear Antonio,
maybe it would be a good idea to set the "Thank you for posts" button in PHPBB.
You would then see who is really interested in a topic.
Access hits alone is not meaningful enough.

Best regards,
Otto
by Otto
Wed Feb 02, 2022 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Thank you for posts
Replies: 3
Views: 257

Re: Google Analytics and FWH

... Anser, Yes, you are totally right. It also depends a lot on the webpage you are making. Webpages like ours have an average of between 100 and 200 hits a day. You don't need many statistics here. The amount is just too small. What might be interesting is to integrate the messenger from FB? https://www.facebook.com/business/goals/add-live-chat-to-website-with-messenger ...
by Otto
Wed Sep 08, 2021 6:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Analytics and FWH
Replies: 13
Views: 1732

Re: Google Analytics and FWH

Antonio Linares wrote:Dear Otto,

We use mod_harbour with some DBFs (where you can store date, time, IP, etc.) and no need for Analytics :-)


I think you can not trace the amount of hits that a image, button of link has on you site only in Harbour ? You need Analytics for that ??
by Marc Venken
Tue Sep 07, 2021 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Analytics and FWH
Replies: 13
Views: 1732

Re: OT Will you update your PC to Windows 11

... most of my time in Oct-Dec will be supporting those clients who do have computers upgrade. 95% of the help I give now is when a Windows update hits a computer, shuts off networking, and doesn't turn it back on after completion. One thing that is interesting is that Parallels claims it will ...
by TimStone
Thu Sep 02, 2021 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT Will you update your PC to Windows 11
Replies: 16
Views: 1411

Hi-Lite a radio button or checkbox to show Tab Order Cursor

To All I have multiple check boxes and radio buttons in my forms, however when you TAB thru the form and the cursor hits a radio or check box you do not see the cursor. has any one come up with a way to hi-lite a checkbox or a radio button to visually show that the cursor is on one ...
by Rick Lipkin
Tue Mar 10, 2020 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hi-Lite a radio button or checkbox to show Tab Order Cursor
Replies: 4
Views: 1033

Re: Multiple Dimension Array in Combobox

... so far, and then reload the object. It's fast, but I don't want all those values committed back to the actual record until the user actually hits the Save button. So, I only want to update the one control. I have no doubt I'll figure this out tomorrow. Maybe Rao will have some ideas on a ...
by TimStone
Thu Aug 29, 2019 12:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Dimension Array in Combobox
Replies: 24
Views: 4021

Re: other of Tdatarow of fwh

ok Now I erase ID no need, If I cannot see it...
If my client hits me I'll tell him it was James, I was not involved
by Silvio.Falconi
Tue Feb 05, 2019 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: other of Tdatarow of fwh
Replies: 5
Views: 970

Re: FWH 18.08: Enhancements to strings.prg

... to be translated into a language; you can * create in this way any number of "harbour international tables", or * .hit. * * 3) put the .hits into a subdirectory available to your program, that must * be called i18n/. * * 4) at startup, the xharbour program will search for a file named ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5425

GET class

Hello, How can I use all the methods of the GET class. I want to do the following: 1. When change the input do something or action 2. When the user hits the Enter key, perform an action. I have the following function FUNCTION RK_Input(clabel, cTitle, cText)*a personalized input windowLOCAL ...
by plantenkennis
Tue May 29, 2018 9:10 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: GET class
Replies: 0
Views: 426
Next

Return to advanced search