Search found 1163 matches: libraries

Searched query: libraries

by Enrico Maria Giordano
Sun Feb 09, 2025 7:57 am
Forum: FiveWin para Harbour/xHarbour
Topic: Firmar fichero con certificado
Replies: 18
Views: 3431

Re: Firmar fichero con certificado

All the required libraries are already in the Harbour and xHarbour packages. If you found a missing library, please tell me what it is and I will add it in the builds.
by don lowenstein
Sat Feb 08, 2025 11:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Create shortcut for accessing URL
Replies: 5
Views: 1722

Re: Create shortcut for accessing URL

I noticed that all three of us on this thread joined the FiveTech forum in October 2005.

That's a testament to how good the Fivewin libraries and community are.
I feel privileged to be part of it.

Sincerely, Don
by Otto
Wed Jan 01, 2025 7:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Milestone Achieved: WINHOTEL as a Web Application
Replies: 5
Views: 816

Re: Milestone Achieved: WINHOTEL as a Web Application

... that has been developed over 30 years to the web.
I have also had to reprogram many things 2, 3, or even more times.
My goal is to use as few libraries as possible.
This has only been possible since ChatGPT started providing good answers, really only in the past six months.
Thank you for your ...
by Otto
Tue Dec 31, 2024 5:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Milestone Achieved: WINHOTEL as a Web Application
Replies: 5
Views: 816

Milestone Achieved: WINHOTEL as a Web Application

... and if nothing comes up, we will release the online version 30 years after our WINHOTEL '95.

I am especially happy that I haven't linked any libraries except for Bootstrap. Both the room plan and the dashboard navigation were programmed using pure HTML and JavaScript. I believe this is a great ...
by JoséQuintas
Sat Dec 21, 2024 8:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 59
Views: 12779

Re: Browse of my ADO Class

... bCode )

RETURN Nil


Because fivewin make changes on current gtwvg window, then I create a fake gtwvg window to be changed by fivewin.
Some libraries can lock previous window, (like dialog modal), fake gtwvg window can be locked without problems.
If hb_gtReload() is not needed, it is ignored, I ...
by nageswaragunupudi
Wed Dec 11, 2024 2:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Open XLS without Excel
Replies: 11
Views: 1454

Re: Open XLS without Excel

We are working on a new function
FW_ShowXLSX( cFileXlsx )
This is still needs to be finalized.

No libraries, drivers or OleDB providers are required.
This function directly reads from the xlsx file and extracts the data.
So this is guaranteed to work on an computer.

Example out put:
https ...
by Marc Venken
Tue Dec 10, 2024 11:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: Open XLS without Excel
Replies: 11
Views: 1454

Re: Open XLS without Excel

From WhatsNew.txt

CREATING XLSX FILES WITHOUT USING EXCEL APPLICATION.

Recently two great libraries to create xlsx files without
using Excel have been released for free use by Harbour
community.

1. DrXlsx library by Dr Charles Kwon.
see: https://forums.fivetechsupport.com/viewtopic.php?f=3&t ...
by Antonio Linares
Thu Nov 28, 2024 9:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: reading DBF from node.js
Replies: 2
Views: 1165

Re: reading DBF from node.js

... Compatibility**: PHP integrates seamlessly with Apache, and many shared hosting providers are optimized for this stack.
- **Rich libraries and frameworks**: Frameworks like Laravel, Symfony, and CodeIgniter simplify development and offer robust tools.
- **Established CMS platforms ...
by nageswaragunupudi
Mon Nov 18, 2024 6:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 5115

Re: Most powerfull Xbrowser and PDF

Maybe at later stage Mr. Rao wants to implement it for Fwin Libraries. If testing purposes is needed, i'm gladly to help.

We already have a function for the last few years that can be used here.
htmlview( "FullPath.pdf" )
This was working for the last few years but giving problems recently.
Note ...
by Marc Venken
Mon Nov 18, 2024 10:29 am
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 5115

Re: Most powerfull Xbrowser and PDF

... com/viewtopic.php?f=3&t=42301&start=15&sid=a72eba99a1f20a5db197b7484d61b332&sid=a72eba99a1f20a5db197b7484d61b332#p254887

Just the code for pdf's would be helpfull at this moment. Maybe at later stage Mr. Rao wants to implement it for Fwin Libraries. If testing purposes is needed, i'm gladly to help.
by Otto
Thu Nov 14, 2024 6:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 10477

Re: cloud or not cloud

... understanding and some documentation available through community projects like mdbtools and reverse engineering, comprehensive documentation of the .mdb file format remains sparse. For most practical purposes, developers rely on tools and libraries that abstract away the complexities of the format.
by Otto
Wed Nov 06, 2024 9:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: A Vision for a Simpler, More Flexible Future
Replies: 5
Views: 1142

Re: xBrowse: A Vision for a Simpler, More Flexible Future

... Loading: Data will be loaded using fetch() in JSON format, which allows flexibility and independence from the data source.

Avoiding Additional Libraries: Aside from Bootstrap, I rely on pure JavaScript to keep dependencies low and retain full control over the code.

With this approach, the code ...
by nageswaragunupudi
Thu Oct 24, 2024 5:06 pm
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.09 y bOnPostEdit
Replies: 11
Views: 1656

Re: FWH 24.09 y bOnPostEdit

... that in the next example.

4) For now test the above example with MySql. This sample works without any changes for any of the different mysql libraries.
#include "fivewin.ch"

function Main()

local oCn, oRs
local oDlg, oBrw, oFont

oCn := maria_Connect( "208.91.198.197:3306,fwhdemo,gnraofwh ...
by nageswaragunupudi
Wed Oct 16, 2024 10:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.09
Replies: 97
Views: 14911

Re: New FWH 24.09

As I said, the difference is between 2407 and 2409. Everything in my code, libraries, and compiler/linker is the same for both builds. It works in 07 but not 09.

Regret the inconvenience.
Please apply this fix:

source\classes\tpanel.prg
METHOD New( nTop, nLeft, nBottom, nRight, oWnd, lDesign ...
by TimStone
Tue Oct 15, 2024 10:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.09
Replies: 97
Views: 14911

Re: New FWH 24.09

... application and see how that works. Perhaps in the change log you will see what code was modified that may be causing this problem.

As I said, the difference is between 2407 and 2409. Everything in my code, libraries, and compiler/linker is the same for both builds. It works in 07 but not 09.

Tim