Search found 50 matches: widely

Return to advanced search

Database format of the future - an analogy

... to foresee how much computer operation would change with new technologies like the mouse. In the early 1980s, when the mouse first became more widely known, it was an innovative technology that many considered unnecessary or even impractical. It wasn't until the introduction of GUIs like the ...
by Otto
Fri Aug 02, 2024 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database format of the future - an analogy
Replies: 1
Views: 413

DBF File Format - Considerations A Secure Option

Hello friends, The DBF file format is a stable, reliable, and widely used option for data storage and management. In a multi-user environment, the probability of concurrent access is relatively low, and the wait times in the event of collisions are minimal. ...
by Otto
Fri Jul 26, 2024 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF File Format - Considerations A Secure Option
Replies: 15
Views: 1735

Re: Dbf/cdx to sql changing

... as complex joins, subqueries, CTEs (Common Table Expressions), and aggregation functions. 6. Compatibility Interoperability: SQL databases are widely supported and compatible with a wide range of programming languages, reporting tools, and business applications. Standardization: SQL is an ISO/IEC ...
by Maurizio
Thu Jul 18, 2024 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf/cdx to sql changing
Replies: 53
Views: 4190

Re: Digital signing a document

Dear Michel, Asking chatgpt: you can utilize a C library that provides PDF parsing capabilities. One such library is Poppler, which is widely used for working with PDF files in C You can download the pre-built Poppler library for Windows from the Poppler website: https://poppler.freedesktop.org/. ...
by Antonio Linares
Sat Apr 13, 2024 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 1625

Re: add a line in the print report

... is from 2019! We haven't made any progress in printing. I'm reposting this link. Here, I made a similar report using ER. However, since ER is not widely used and WebView2 is now available, it has become obsolete. Built-in reports have limitations in design. Therefore, the only future-proof solution ...
by Silvio.Falconi
Tue Dec 12, 2023 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 1019

Re: add a line in the print report

... is from 2019! We haven't made any progress in printing. I'm reposting this link. Here, I made a similar report using ER. However, since ER is not widely used and WebView2 is now available, it has become obsolete. Built-in reports have limitations in design. Therefore, the only future-proof solution ...
by Otto
Tue Dec 12, 2023 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 1019

Re: Decode JSON - revisited

Thank you both for your responses. Enrico, your solution worked perfectly. JSON is so widely used now we all need to understand it fully. I find companies, however, output their responses in various JSON formats, so I will be studying the principles more closely. Antonino, ...
by TimStone
Wed Feb 15, 2023 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Decode JSON - revisited
Replies: 3
Views: 435

Re: search for TTabControl() Sample

FWH class TFolder and TPages are created from Windows TTabControl32, with extended functionality. TFolder class is very widely used and we should find many examples if we look around. TFolderEx is totally FWH own control and does not depend on any Windows control. TTabs control also ...
by nageswaragunupudi
Sat Oct 29, 2022 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 1726

Re: Clase Nativa MySql

... with an error. Note: The problem remains the same even if we read auto_increment value from the table_schema. So, the safe practice as well as widely adopted practice is to insert the record without any value to auto-inc field and then get the LAST_INSERT_ID to inform the user. By default, ...
by nageswaragunupudi
Fri Mar 11, 2022 3:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 3128

Re: proteccion de pagina web mod_harbour

... of us to know what exactly happened. So that we can take precautions. I think of uninstalling PHP on my servers. Mod harbour at the moment is not widely known, so the risk of an attack is minimal. Best regards, Otto
by Otto
Thu Sep 16, 2021 8:30 pm
 
Forum: mod_harbour
Topic: proteccion de pagina web mod_harbour
Replies: 11
Views: 3600

Re: Excellent little app to remote control your mobile

Apart from MyMoblier, you can also use apps like R-HUB remote support servers, logmein, Teamviewer etc. for remotely accessing mobile phones from computers, desktops, laptops etc. They work well and are widely used globally by businesses and individuals.
by Holo3
Tue Aug 04, 2020 5:58 am
 
Forum: FiveWin for Pocket PC
Topic: Excellent little app to remote control your mobile
Replies: 1
Views: 8722

Re: PHP vs PYTHON

... big players backing them. JavaScript is paradigmatic in this: being a (basically) poor and reduced language, its ability to run everywhere and widely supported has made it one of the strongest competitors. On top of it there are lotsof better languages like Typescript, and, under the hood, ...
by Carlos Mora
Wed Mar 13, 2019 3:11 pm
 
Forum: Off Topic / Otros temas
Topic: PHP vs PYTHON
Replies: 13
Views: 4625

Re: strategies

... 'Relatively Easy' Hack The vulnerability that attackers exploited to access Equifax's system was in the Apache Struts web-application software, a widely used enterprise platform..... Experian Forecasts the Top 5 Data Breach Predictions for 2019 4. Cloud Breach It's a matter of when, not if, a ...
by Rick Lipkin
Sun Feb 24, 2019 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 9643

Re: Example Business Object (Customer)

... we can see to far and think in ORM https://en.wikipedia.org/wiki/Object-relational_mapping ORM are a very elegant solution followed widely in almost every modern programming language. The most important concept behind is that it separates the persistency layer from the data layer ...
by Carlos Mora
Wed Nov 21, 2018 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 9484

FWH 17.09 Incremental Search

Using 17.09, the incremental search in tBrowse is no longer working. It had been working fine through 17.06, and is a feature widely used throughout my programs. Now it is not working. To help, I had to use database.prg with the 17.07 libraries so my program would not malfunction. I tried ...
by TimStone
Wed Oct 04, 2017 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.09 Incremental Search
Replies: 2
Views: 773
Next

Return to advanced search