Search found 64 matches: become

Searched query: become

by Silvio.Falconi
Fri Jan 03, 2025 2:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using Tget and Cuebanner
Replies: 24
Views: 820

Re: Using Tget and Cuebanner

... source and pngs are on GitHub https://github.com/Falconisilvio/Customer-dialog

Last Release

https://i.postimg.cc/W36XPdXr/LAST.png



Notice
iF i USE Folderex I have problem when resize because the clrpane become gray
If I use normal folder then the Turllnk class objects are not transparente
by nageswaragunupudi
Sat Dec 14, 2024 6:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour to Harbour
Replies: 14
Views: 916

Re: xHarbour to Harbour

... We know FWH software is written to work with both Harbour and xHarbour providing identical functionality with either compiler. It has almost become part of our second nature to handle the differences in every line of the code.

With the kind of experience Mr. Otto has, it should be possible to ...
by Antonio Linares
Thu Nov 28, 2024 9:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: reading DBF from node.js
Replies: 2
Views: 644

Re: reading DBF from node.js

... Disadvantages**
- **Callback hell**: While modern JavaScript (using async/await) reduces this, poorly managed async code can become difficult to debug and maintain.
- **Opinionated performance**: It’s highly optimized for I/O-bound operations, but not the best for CPU-intensive ...
by Otto
Sat Nov 16, 2024 8:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 5772

Re: cloud or not cloud

... you say.

With Mod Harbour, we have a deployment problem that we haven’t been able to solve.
We should have invested more effort from the start to become part of a distribution like XAMPP.

Additionally, we shouldn’t have split up the Mod Harbour group in the beginning. While the V2 development might ...
by Otto
Fri Oct 25, 2024 9:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 1805

Re: Preview of the invoice in advance

... when I install this update for a client, I don’t need help from the system administrators.
When you’re dependent on others, updates and upgrades become difficult.

System Summary:

Sending Invoice Preview:

Fivewin sends an invoice preview in JSON format to the web server.
Fivewin also generates ...
by Silvio.Falconi
Fri Oct 18, 2024 7:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: a math formula - RESOLVED -
Replies: 8
Views: 899

Re: a math formula

Perhaps I resolved only I have problem to round decimal

https://i.postimg.cc/DzwSGnYp/decimali.png

Please see the last columns

from row number 8 must be 72,88,59,67,68,64
72.22, 87.82, 58.92, 66.65, 67.51, 64.36
if use round() become 72, 87,58 ,66,67,65

the round function is wrong
by Silvio.Falconi
Tue Sep 24, 2024 6:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Demo version
Replies: 29
Views: 3485

Re: Demo version

... and you didn't know it, you are a great moderator, you know fwh perfectly, congratulations, keep it up!!!

I believe that Antonio Linares made you become a moderator only and exclusively for your population (Brazil) but you also flow into the English and Spanish area, in fact you are not part of the ...
by TimStone
Mon Jul 29, 2024 6:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Switching from memo fields to files -
Replies: 8
Views: 1279

Re: Switching from memo fields to files -

... to the master item ( reservation, invoice, etc ) and another for the sequencing. This required counters which had to be updated. It could easily become problematic in multi user applications. A full record would have to lock the counters until its processing was complete.

I'm curious if people are ...
by Otto
Fri Jul 12, 2024 7:39 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Propuesta para que hagan un curso virtual FW
Replies: 302
Views: 46669

Re: Propuesta para que hagan un curso virtual FW

... I am a bit biased. I think that the development of Harbour towards SQL is an own goal.

New Harbour users won't be found that way. The club will become more exclusive, and what made Clipper special was that it was a database language.
If I now strive for SQL, then I can use any language I want. We ...
by Natter
Thu Jul 11, 2024 10:26 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse on a touchscreen
Replies: 8
Views: 1221

xBrowse on a touchscreen

Hi,

There is a xBrowse on a touchscreen tablet. I double-click on any line, and open the action menu (the size of the menu overlaps several xBrowse lines).
If click on the menu option located on over of a line other than the current one, this line will become active. This is the effect :shock:
by Otto
Mon Jul 01, 2024 4:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: DBF editors
Replies: 78
Views: 11003

Re: DBF editors

... making all our programs for 30 years - not quite, for some years also SQL (Microsoft) - with DBF.

However, since hard disk access with SSD has become very fast and we now use RDP or web, our system is similar to a single-user solution.
We don't send any data over the network. Therefore, we don't ...
by Marc Venken
Tue Jun 18, 2024 11:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: problem with big dbf on xbrowse
Replies: 39
Views: 3668

Re: problem with big dbf on xbrowse

... gives all the speed and much better layout for changing data.
It also makes connections to companies that diliver goods to us by reading there xls files. They become available to the shop with a click.
I have to say that this software is very nice and saves me enormes time in update the online shop.
by Otto
Sat May 18, 2024 9:12 am
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 23
Views: 3674

Mod Harbour: ChatGPT Provides Detailed Answers

... from FiveWin/Harbour to pure HTML-based applications can be time-consuming.
Productivity: Developers may be less productive initially until they become accustomed to the new technologies.
Hybrid Approach
A hybrid approach could be considered, where the existing FiveWin/Harbour syntax is retained ...
by Otto
Sat May 18, 2024 8:11 am
Forum: FiveWin para Harbour/xHarbour
Topic: modharbour.club
Replies: 4
Views: 801

Re: modharbour.club

... I have never had problems, and if I did, it was due to my error. For example, I use memowrit() for logging. I noticed that if the log files become quite large, using memoread() and appending can cause a timeout from the server. However, this is a conceptual error on my part.

I think it would ...
by TimStone
Tue May 14, 2024 2:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: send an email using the Outlook object
Replies: 5
Views: 837

Re: send an email using the Outlook object

... Outlook since the old DOS days, and today's version is not nearly as reliable as what we had in the early days of Windows.

It might be best to utilize an alternate way of creating, sending, and tracking your emails instead of Outlook. I think that will become an ever more difficult interface.

Tim