Search found 101 matches: libraries

Searched query: libraries

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: 356

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: 356

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: 7516

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: 895

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: 895

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: 645

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: 3803

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: 3803

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: 5777

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: 637

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: 1130

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: 95
Views: 8289

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: 95
Views: 8289

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
by JoséQuintas
Thu Oct 10, 2024 4:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: focus on folderex navigating between gets
Replies: 9
Views: 925

Re: focus on folderex navigating between gets

Gui libraries are crazy.

On dialog creation I create an array with list of gets by page


IF ::lWithTab .AND. ! aItem[ CFG_ISKEY ]
AAdd( Atail( aList ), aItem[ CFG_FCONTROL ] )
ENDIF


And at the end of creation, I setup bLostfocus using the array.


STATIC FUNCTION gui_TabNavigate( xDlg, xTab ...
by Lailton
Thu Oct 10, 2024 12:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView vs. TWebView2
Replies: 7
Views: 698

Re: TWebView vs. TWebView2

... soon as possible.

On the other hand, from what I understand, the main difference is that it does not need the webview.dll and WebView2Loader.dll libraries to work.

Something we have noticed is that the Bind Method is no longer there, and the SendToFWH function is integrated by default.

As I say ...