Search found 93 matches: implements

Return to advanced search

Re: Saving OuterHTML using Await Implementation with TWebView

... is a FiveWin application that uses a custom class called TAWaitWeb to retrieve data from a web page in a synchronous manner. The TAWaitWeb class implements three functions: AWait_QuerySelector() AWait_QuerySelectAll() AWait_GetOuterHTML() These functions all take a web page URL and a timeout ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1518

Re: Saving OuterHTML using Await Implementation with TWebView

... is a FiveWin application that uses a custom class called TAWaitWeb to retrieve data from a web page in a synchronous manner. The TAWaitWeb class implements three functions: AWait_QuerySelector() AWait_QuerySelectAll() AWait_GetOuterHTML() These functions all take a web page URL and a timeout ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1518

Re: xbrowse <-> Tree and viceversa

Otto, I'm really impressed with the answer. It opens our minds.

I wonder if you can follow up that same chat and ask to write sample code that implements those steps and then compare to how close to working code it produces.
by reinaldocrespo
Mon May 15, 2023 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse <-> Tree and viceversa
Replies: 12
Views: 642

New FTDN April/Abril 2023 (FWH 23.04)

... is an extension of great chatgpt.prg example from Carlos Gallego. This example shows how to keep a context when using OpenAI and also implements a Class TOpenAI that you can use from your FWH apps. * New: Class TWindow METHODs RegisterDragDrop() and RevokeDragDrop(). They allow you ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1678

Re: Maybe we need a parameter for sessionstart()

... De Linares Álvarez - lorenzo.linares@icloud.com Released under MIT Licence. Please use it giving credit to the author of the code. This module implements sessions on mod_harbour. Sessions are used to save data on a session hash table. The saved data on the server is encrypted by a key that ...
by Otto
Sat Apr 15, 2023 6:47 pm
 
Forum: mod_harbour
Topic: Maybe we need a parameter for sessionstart()
Replies: 2
Views: 439

Re: mod_harbour com firebird

... of blob control. For now, we have only partial control, only for text blobs (subtype 1). Improve Insert and Update commands using DSQL. Implements to do: FBOpenBlob( blob_id ) FBReadBlob( blob_id, string, segment_size ) FBCreateBlob() FBPutBlob( blob_id, string, segment_size ) FBCloseBlob( ...
by Antonio Linares
Sat Nov 19, 2022 9:32 am
 
Forum: mod_harbour
Topic: mod_harbour com firebird
Replies: 1
Views: 355

New FTDN October/Octure (FWH 22.10)

... SIZE w,h INCHES * XBROWSER oAdoRecordset was giving runtime error due to a bug in the previous version. Fixed now. * New: Class TNeuralNetwork implements neural networks on FWH. Please review samples\neural.prg for a working example traininig Xor operations using AI. * New: New functions dbRollBack() ...
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 820

Re: hb_base64 link

Enrico Maria Giordano wrote:A question: why do we have to link xhb.lib with Harbour? What is it for?

Code: Select all  Expand view
echo %HDIRLIB%\xhb.lib >> msvc.tmp

Dear Enrico,

That library implements some xHarbour functions

https://github.com/harbour/core/tree/master/contrib/xhb
by Antonio Linares
Fri Sep 09, 2022 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3122

Re: TWebView:Destroy method does not close the window.

This is another possible solution, based on Giovany suggestion, but again we can not have more than one WebView as Method Run() implements its own message processing loop: #include "FiveWin.ch"function Main()    local oWnd, oBar   DEFINE WINDOW ...
by Antonio Linares
Sat Jul 30, 2022 1:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView:Destroy method does not close the window.
Replies: 46
Views: 2868

Re: help on a GPF situation

... INTRODUCTION ============ This file explains how to enable tracing in Harbour. TRACING ======= Harbour implements tracing by adding calls to the following macro in the C code: HB_TRACE( level, ( "printf-style parameters", arg1, arg2 ) ); The ...
by Antonio Linares
Sat Oct 23, 2021 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3364

Re: galería de imágenes

... there DEFINE WINDOW into DEFINE DIALOG ... also from METHOD Activate() CLASS TAlbum change ACTIVATE WINDOW into ACTIVATE DIALOG Class TWindow implements Method Center( oWndParent ) so that message can be sent to any object whose class is or inherits from TWindow
by Antonio Linares
Fri Jan 15, 2021 5:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: galería de imágenes
Replies: 52
Views: 16696

Re: how to ?

... C ontroller (requests and results administrator) is the right way to develop web apps. You can use the Mercury library for mod_harbour that implements MVC:
by Antonio Linares
Mon Jul 06, 2020 1:51 pm
 
Forum: mod_harbour
Topic: how to ?
Replies: 9
Views: 1549

Introducing the Harbour websocket server

... allows you to communicate between a web browser and a Harbour app (no matter where it is!), using websockets. In this version the websocket server implements an echo service, just to check that it properly works. It sends you back whatever you may send to it. You can easily change its source code ...
by Antonio Linares
Sat Apr 18, 2020 8:53 am
 
Forum: mod_harbour
Topic: Introducing the Harbour websocket server
Replies: 2
Views: 744

Re: FWH 18.11: MARIAROWSET Table Replication Features

... to a table are done with or without our applications. Any 3rd party app making changes to the table will pull the trigger. This is how Advantage implements replication. It works flawlessly. I have been using it since 2004. For example; in heavy traffic servers with hundreds of users, I like to ...
by reinaldocrespo
Wed Oct 02, 2019 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.11: MARIAROWSET Table Replication Features
Replies: 11
Views: 2657

Re: class xbrowse: suggestion for improvement

... filter codeblock. FWH1905 provides a new function FW_DBFILTERBLOCK() which returns the current filter codeblock. Using this new function FWH1905 implements what you are looking for. Incremental filters are in addition to the existing filter. Present filters are not lost.
by nageswaragunupudi
Sun Jun 02, 2019 12:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: class xbrowse: suggestion for improvement
Replies: 6
Views: 784
Next

Return to advanced search