Search found 23 matches: extraction

Return to advanced search

Re: Saving OuterHTML using Await Implementation with TWebView

... in an asynchronous manner. - This class allows waiting for specific elements to be loaded on the web page, ensuring the content is available for extraction. - The idea is to simulate the 'await' functionality seen in other programming languages. 2. **Main Function**: - A Dialog (`oDlg`) is created ...
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: 1693

Re: Saving OuterHTML using Await Implementation with TWebView

... in an asynchronous manner. - This class allows waiting for specific elements to be loaded on the web page, ensuring the content is available for extraction. - The idea is to simulate the 'await' functionality seen in other programming languages. 2. **Main Function**: - A Dialog (`oDlg`) is created ...
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: 1693

Re: cyclometric circle

... background and this is sure one of the reasons why I went for a desk job in administration :twisted: Small Course Cyclometry is applied to the extraction of the Italian lotto but can also be extended to other lotteries such as the Spanish or English ones Cyclometry is based on an abstract concept ...
by Silvio.Falconi
Tue Dec 06, 2022 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3150

Re: updating an archive

... has the date 12.11.2022 which is a Saturday Today is 15.11.2022 and the last valid draw before today was 12.11.2022 I have as a reference that the extractions take place on Tuesdays, Thursdays and Saturdays today which is Tuesday 11.15.2022 at 11.00 am is a day of extraction but the extraction ...
by Silvio.Falconi
Tue Nov 15, 2022 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: updating an archive
Replies: 9
Views: 630

Re: updating an archive

... is opened, the procedure must notify the end user that the archive is updated or not to do this I had thought of checking the date of the last extraction in the archive and comparing it with the date of the day in which the application is opened (ie with the system date). so I had thought of ...
by Silvio.Falconi
Mon Nov 14, 2022 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: updating an archive
Replies: 9
Views: 630

Creation an array Multiple on Horizontal on Xbrowse - RESOLV

I would like to create a horizontal array that is, I'll explain for an extraction I create an array like this https://i.postimg.cc/gk0MNTqK/gg.png    static function  Build_Array(oDbf,nRecord,oBrw)   local aTemp:= {}   local ...
by Silvio.Falconi
Mon Sep 26, 2022 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creation an array Multiple on Horizontal on Xbrowse - RESOLV
Replies: 7
Views: 790

use fw_arraytodbf with conditions

... the archive the old procedure deletes all the archive and re-insert all the records while it should only add the new records which then if the extraction is not updated is only one the records are only 11 and therefore the end user does not have to wait a long time to update the archive I tried ...
by Silvio.Falconi
Sat Sep 17, 2022 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: use fw_arraytodbf with conditions
Replies: 5
Views: 681

Re: analytical scoreboard

... as in this case that the number of finds after n lines On picture you can see the Number 15 on row 121, It mean the Number 15 have a delay of 121 extraction But what does the analytical scoreboard procedure do? the procedure starts from the last record and in the first line (delay 0) puts all ...
by Silvio.Falconi
Wed May 25, 2022 11:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: analytical scoreboard - Resolved -
Replies: 6
Views: 540

Re: Introducing FiveTech's fivedit

I think your editor uses a mix of code parsing and library extraction like https://github.com/FiveTechSoft/mod_harbour/blob/master/samples/classes.prg.
My extension can't do it because is written in Javascript and is multiplatform
by AntoninoP
Mon Jul 01, 2019 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 108524

Re: oExcel:Quit() [ Solved ]

... Local's instead. In many cases oExcel was not defined at all ( as in this case ) .. Once I re-defined oExcel and oSheet as local to my Excel file extraction, Excel now un-loads from memory with oExcel:Quit() Sorry for such a stupid error, however .. I now will go back and look at all my reports ...
by Rick Lipkin
Thu Sep 08, 2016 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oExcel:Quit()
Replies: 11
Views: 1926

Re: Protocol pop3s

... (RFC-2231)  Attachments Network features:  Support for IMAP, POP3 and maildir stores  Support for SMTP and sendmail transport methods  Extraction of whole message or speci c parts  TLS/SSL security layer  SASL authentication 1.3 Copyright and license VMime library is Free Software ...
by ukoenig
Sun May 01, 2016 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Protocol pop3s
Replies: 2
Views: 706

Re: ADO RDD xHarbour

Gunther,

I see it now.
The app I m using does not accept single quotes in fields because of some xml extraction.

Try with this in ado_putvalue

xValue := '"'+xValue+'"'

Instead of xValue := "'"+xValue+"'"
by AHF
Fri Oct 23, 2015 2:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 448065

Re: ADO RDD xHarbour

... ) ) + chr( 34 ) These should be ok since the are simply cleaned from expression because they are only conversion functions. But when we use "extraction" functions like month etc I cant see how it can works because they are out of scope in :filter.
by AHF
Sat May 23, 2015 8:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 448065

Re: New function OfficeExtractImage

1) We can extract the images only if we first saved with thumbnail option checked. 2) As I said earlier this extraction is not working with Harbour due to some bugs in HB_UnzipFile() function of Harbour. This is fixed and revised build is ready for release. This works well with ...
by nageswaragunupudi
Wed Apr 29, 2015 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New function OfficeExtractImage
Replies: 7
Views: 2694

Re: New function OfficeExtractImage

... thumbnails from MS Office documents (docx,xlsx,pptx) if saved with thumbnails. I suggest you first go through the disucssion about saving and extraction of thumbnails of office ducuments http://forums.fivetechsupport.com/viewtopic.php?f=3&t=13602. If an office document docx, xlsx or pptx ...
by nageswaragunupudi
Mon Apr 27, 2015 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New function OfficeExtractImage
Replies: 7
Views: 2694
Next

Return to advanced search