Search found 28 matches: extracts

Return to advanced search

Re: CLASS modification

... get control to refresh the btnbmp control. It is the management of the EUR/USD currency exchange the btnbmp control accesses an online service and extracts the monetary quotation, to do this it needs to have a date and a type of currency that's why I needed the empty date.
by Silvio.Falconi
Tue May 30, 2023 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: chat open Ai questions

... Here is an example of a function in Harbour/Clipper that uses NetHttpReq() to make an HTTP request to the Banca d'Italia REST API and then extracts the exchange rate data using Harbour/Clipper's JSON parsing functions: I found a document how to extrapolate the data but I didn't understand ...
by Silvio.Falconi
Wed May 10, 2023 12:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chat open Ai questions ( currency rates )
Replies: 5
Views: 310

Regex to extract numbers/alphabets only

Just wanna share my code that extracts only numbers, alphabets from a string using regex. Irrelevant character will be ignored. Maybe there is a neater code function cExtractAlphabets(cStr)  local a_  := hb_regexAll("[A-Za-z ...
by hua
Tue Jan 17, 2023 4:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Regex to extract numbers/alphabets only
Replies: 1
Views: 208

Re: colorize xbrowse on specific col/row

... translate the position also in other columns that are not described in the array for example to explain to you in the xbrowse I have three groups (extracts, delays, frequencies) if in the array I have the number 55 and the calculation gives me the coordinate nRow = 1 nCol = 3 in the array I have ...
by Silvio.Falconi
Wed Jun 01, 2022 7:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize xbrowse on specific col/row
Replies: 5
Views: 435

Re: clearing of archives

... is unnerving, I created a conversion procedure from an Excel archive that is generally used in all schools that automatically and in a short time extracts the data and puts them in the archives. Then I proceed to convert from Excel to an import.dbf (oImport) archive Then from this oImport archive ...
by Silvio.Falconi
Thu Jan 20, 2022 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: clearing of archives
Replies: 5
Views: 303

Re: funcion FW_CdxCreate() (SOLUCIONADO)

Whenever FWH introduces a new functionality or enhances, it is explained in whatsnew.txt: Extracts from Whatsnew.txt: FWH1409: * New: database.prg: New functions: 1)FW_FieldsPut( caFields, aValues, [nLockWaitSecs], [lAppend] ) --> nRecNo ( 0 if failure) ... 2)FW_CdxCreate( ...
by nageswaragunupudi
Tue Apr 13, 2021 12:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funcion FW_CdxCreate() (SOLUCIONADO)
Replies: 4
Views: 572

New FTDN January/Enero 2021 (FWH 21.01)

... The code generated can also be tested using the method TestHTML() If base64encoded text is provided as source, as file, text or url, the class extracts the image immediately. The image can be saved using: method SaveImage() - See new sample \fwh\samples\imgb64.prg * TEdit class ( source\classes\edit.prg ...
by Antonio Linares
Sun Feb 07, 2021 9:10 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2021 (FWH 21.01)
Replies: 1
Views: 1256

Re: Handling images and other files

... test // image files 3. b64img01.txt 4. b64img02.txt 5. b64img03.txt 6. b64img04.txt 7. b64img05.txt 8. b64img06.txt 9. b64img07.txt This program extracts any image png, bmp, jpg, gif, etc and not limited to png. We can read from a file or paste from clipboard. You can cross-check the correctness ...
by Otto
Thu Jan 07, 2021 4:17 pm
 
Forum: mod_harbour
Topic: Handling images and other files
Replies: 4
Views: 1228

Re: EasyReport developer tool

... our workflow. We start new reports with Microsoft WINWORD. We insert PRINTAREAs . We have a Fivewin program which renames docx to zip and then extracts document.xml . document.xml -as you know Fivewin can read perfectly xml files (please see screenshot) – is converted into VRD files. Then we ...
by Silvio.Falconi
Thu Mar 08, 2018 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport developer tool
Replies: 16
Views: 5100

Re: EasyReport developer tool

... our workflow. We start new reports with Microsoft WINWORD. We insert PRINTAREAs . We have a Fivewin program which renames docx to zip and then extracts document.xml . document.xml -as you know Fivewin can read perfectly xml files (please see screenshot) – is converted into VRD files. Then we ...
by Otto
Wed Mar 07, 2018 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport developer tool
Replies: 16
Views: 5100

Application security and Code review

... .. there is absolutely nothing readable ANYWHERE in the hex .. usually if you look at an un-compressed .exe with a hex editor .. you can see code extracts embeded in various parts of the Hex... however Aspack totally removes any readable text: http://i66.tinypic.com/2q34waq.jpg ...
by Rick Lipkin
Wed Oct 11, 2017 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application security and Code review
Replies: 15
Views: 4604

Re: Password protected access to menu. Advice ?

... a valuable tool and selling point to many Corporations .. the user logs into their workstation via a Corporate network account and WNetGetUser() extracts that UserId value from the workstation .. bounce that against your application security table table to apply permissions in your program. Rick ...
by Rick Lipkin
Fri May 12, 2017 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Password protected access to menu. Advice ?
Replies: 25
Views: 3510

Re: OCR for scanned documents

... to PDFImages, it generates ppm/pbm and optional jpg pictures on the fly . - I experienced good OCR results, perhaps due to this fact: 'pdfimages extracts the raw image data from the PDF file, without performing any additional transforms. Any rotation, clipping, color inversion, etc. done by the ...
by frose
Mon Mar 06, 2017 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OCR for scanned documents
Replies: 13
Views: 4387

Re: Multi dim. array challenge didn't work

... SIZE 900,-20 PIXEL OF oDlg ;      DATASOURCE "MASTER" ;      COLUMNS aSpec ;      AUTOSORT ;      LINES NOBORDER  Xbrowse internally extracts datas, headers, pictures, columnwidths, etc from your multi-dim array internally, without your spending time on writing code like above. This ...
by nageswaragunupudi
Sun Jan 22, 2017 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multi dim. array challenge didn't work
Replies: 7
Views: 1846

Re: ADO RDD xHarbour

... only one data type in the index expression. The big part! These are conversion data type functions that is not needed in ADO :sort thus adordd extracts the fields and is straight forward. You dont need to worry about these and do not need to be included in SET UDFS. ( EX. DTOS, DTOC, STR, VAL, ...
by AHF
Thu Oct 22, 2015 9:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446416
Next

Return to advanced search

cron