Search found 2166 matches: uses

Return to advanced search

Re: Saving OuterHTML using Await Implementation with TWebView

... is present before taking further action. Sure, I can help you understand this program. The program you have provided 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() ...
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: 1659

Re: Saving OuterHTML using Await Implementation with TWebView

... is present before taking further action. Sure, I can help you understand this program. The program you have provided 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() ...
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: 1659

Re: DBF to Excel Sheet, without Excel, using ADO ?

... FWAdoFieldStruct() to use Value of Quote: oField:DefinedSize when use Excel and o:DefinedSize is valid FWAdoFieldStruct() already and always uses oField:DefinedSize as reported by ADO. This proves that there is absolutely no need to revise the existing FWH function. The above sample also ...
by nageswaragunupudi
Wed Aug 16, 2023 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2585

Re: need Help with oBro:bSeek

... postgre, etc. XBrowse derives the field name from the expression and stores the right information in oCol:cSortOrder. On header click, xbrowse uses this information to switch the sort order and it also knows depending on the datasource, how to change the sort order. Better we leave all this ...
by nageswaragunupudi
Wed Aug 16, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need Help with oBro:bSeek
Replies: 3
Views: 215

Re: Error in FW_ArrayAsRecordSet Seek - Please help

... We can do incremental seek on the sorted column We can do incremental wild seek Also We can do incremental filters including wild filters. XBrowse uses Find method for incremental seeks.
by nageswaragunupudi
Wed Aug 09, 2023 7:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in FW_ArrayAsRecordSet Seek - Please help
Replies: 6
Views: 359

Re: Error p/generar EXE usando UHTTPD2 en Windows

... just fine and I'm watching other programmers make the leap this way. If you keep saying and insisting that using UT is a way in which the user who uses it is wrong, then maybe I'll start answering your various tips on how to program the web with harburinu and chatgpt and maybe you won't like. You ...
by Carles
Mon Aug 07, 2023 7:57 am
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 1924

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

... to print to a pdf driver such as Microsoft Print To Pdf, CutePdf, etc programmatically without prompting user for filename? By default, FWH uses Microsoft Word to read emf and print as PDF. The programmer does not have to do anything for it. There is really no need to search for alternatives.
by nageswaragunupudi
Tue Aug 01, 2023 2:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 894

Re: FWH 23/04 buildH.BAT : wrong Path ?

hi Antonio,
Antonio Linares wrote:Harbour can be built with different C compiler thats why it uses:
bin\win\bcc
bin\win\msvc
etc

The same applies to lib\win\...

ah, understand thx
by Jimmy
Wed Jul 19, 2023 6:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 23/04 buildH.BAT : wrong Path ?
Replies: 2
Views: 190

Re: FWH 23/04 buildH.BAT : wrong Path ?

Dear Jimmy,

Harbour can be built with different C compiler thats why it uses:

bin\win\bcc
bin\win\msvc
etc

The same applies to lib\win\...
by Antonio Linares
Wed Jul 19, 2023 6:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 23/04 buildH.BAT : wrong Path ?
Replies: 2
Views: 190

Re: WebView - Edge - Chrome - right button

... > What if WebView only works with Microsoft Edge? Yes, WebView is developed by Microsoft and uses the Microsoft required DLLs. > with Chrome does it work? No, sorry. Chrome does not provide something similar yet.
by Antonio Linares
Mon Jul 17, 2023 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView - Edge - Chrome - right button
Replies: 4
Views: 275

Re: PICTURE for DATE() ?

By default, TDataRow's edit method automatically uses DATEFORMAT set for the application. At the beginning of the application SET DATE GERMANSET CENTURY ON Then all your dates will appear as dd.mm.yyyy in the entire application. Setting picture everytime ...
by nageswaragunupudi
Mon Jul 17, 2023 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PICTURE for DATE() ?
Replies: 10
Views: 409

Re: Cambios a Campo Memo

Jose, te recomiendo que uses un control RichEdt5 y grabes en tu memo el contenido del control
De esa manera podrás darle a tu "texto" la presentación que necesitas ( y más )
by cnavarro
Wed Jul 05, 2023 8:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambios a Campo Memo
Replies: 4
Views: 317

web GUI from FWH apps using webview

Here you have an example how to build a FWH app that uses the web as the GUI: webviewlogin.prg // Please install https://developer.microsoft.com/en-us/microsoft-edge/webview2/ x86 version before using it#include "FiveWin.ch"function Main()  ...
by Antonio Linares
Wed Jul 05, 2023 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: web GUI from FWH apps using webview
Replies: 1
Views: 737

Re: Webview question

... (url in the previous post) and use this new FWH\samples\webview1.prg This example shows how to create the webview using an existing window (it uses the handle of the provided window to display on it, without creating a new control) #include "FiveWin.ch"function Main()   local ...
by Antonio Linares
Sat Jul 01, 2023 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2932

FiveWin on Apple/Mac works great

... this program I have the data of 9000 gardenplants and 16.000 images. I first made the program for Windows, but there were a lot of custumers who uses Mac-computers. I started to use the FiveMac libs in 2017 and was able to make a good working program in just 6 month. Now I have over 80 very happy ...
by plantenkennis
Fri Jun 30, 2023 3:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin on Apple/Mac works great
Replies: 10
Views: 751
PreviousNext

Return to advanced search