Search found 53 matches: extracting

Return to advanced search

Re: Long file names

Thank you, karina, I'll try to use it.
Question about extracting long files from the .zip archive remains open :(
by Natter
Mon Oct 30, 2023 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Long file names
Replies: 3
Views: 304

Re: Extracting the lines from a text

Thanks Jimmy. Seems Harbour's documentation is a bit different than what I got from xHarbour Language Reference 1.1 HB_ATokens( <cString> , ; [<cDelimiter>] , ; [<lSkipQuotes>] , ; [<lDoubleQuotesOnly>] ) --> aTokens <cDelimiter> A single character can be specified a...
by hua
Mon Sep 26, 2022 7:00 am
 
Forum: Utilities / Utilidades
Topic: Extracting the lines from a text
Replies: 4
Views: 764

Re: Extracting the lines from a text

hi, However hb_atokens() only accepts a single character for the delimiter. So can't pass CRLF to it https://github.com/Petewg/harbour-core/wiki/hb_A#hb_atokenscstring-cdelimiterleol-lskipstrings-ldoublequoteonly--atokens hb_ATokens(<cString>, [<cDelimiter>|lEOL], [<lSkipStrin...
by Jimmy
Mon Sep 26, 2022 3:50 am
 
Forum: Utilities / Utilidades
Topic: Extracting the lines from a text
Replies: 4
Views: 764

Re: Extracting the lines from a text

Thanks for the tip of using hb_regexSplit().
However hb_atokens() only accepts a single character for the delimiter.
So can't pass CRLF to it
by hua
Thu Sep 22, 2022 6:57 am
 
Forum: Utilities / Utilidades
Topic: Extracting the lines from a text
Replies: 4
Views: 764

Re: Extracting the lines from a text

Another way:

hb_ATokens( cText, hb_Eol() )
by Antonio Linares
Thu Sep 22, 2022 6:21 am
 
Forum: Utilities / Utilidades
Topic: Extracting the lines from a text
Replies: 4
Views: 764

Extracting the lines from a text

Very nice code, thanks to José M.C. Quintas:

aList := hb_RegExSplit( hb_Eol(), cText )
by Antonio Linares
Thu Sep 22, 2022 6:17 am
 
Forum: Utilities / Utilidades
Topic: Extracting the lines from a text
Replies: 4
Views: 764

Re: Cambiar icono carpeta desde codigo

"Change Icon of EXE file through code extracting it from other EXE file | Go4Expert" https://www.go4expert.com/articles/chan ... ting-t643/

La clave es usar UpdateResource()
by Antonio Linares
Wed Nov 03, 2021 3:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar icono carpeta desde codigo
Replies: 12
Views: 1456

Re: GetExcelRange ERROR

Silvio.Falconi wrote:Is there no remote possibility of extracting data from an excel spreadsheet without having Microsoft Excel installed?

You can use ADO to read the Excel data without having Excel installed on your PC
by anserkk
Mon Sep 20, 2021 4:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange ERROR
Replies: 10
Views: 862

Re: GetExcelRange ERROR

... No there is no Excel, discovered the mystery ... . and I was convinced that it could work even without excel Is there no remote possibility of extracting data from an excel spreadsheet without having Microsoft Excel installed?
by Silvio.Falconi
Sat Sep 18, 2021 6:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange ERROR
Replies: 10
Views: 862

Re: Make para BCC10

... is all on one line. Detailed Installation ===================== If you’re having trouble installing, follow the instructions in this section. Extracting the zip file ----------------------- Unzip the downloaded file to any location. For example, it could be unzipped to c:\BCC101\. Do this ...
by cnavarro
Sun Mar 28, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Make para BCC10
Replies: 7
Views: 1120

Re: EasyReport progress?

Hello, Reading all that I tried today to export a Corel Draw template to HTML. This is possible with an ADD-ON. Now I will start extracting the HTML file and import it to EasyReport. Best regards, Otto https://mybergland.com/fwforum/coreltest.jpg https://mybergland.com/fwforum/htmlcorel.jpg
by Otto
Sun Mar 21, 2021 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport progress?
Replies: 86
Views: 8828

Re: adding parameters to a command line to launch a local URL

Antonio Thanks for your quick reply ... I am not having problems with extracting the parameters when you cut and paste the entire link into the Windows Run dialog . I just can not get the parameters to resolve when the link is clicked. .. The executable starts ...
by Rick Lipkin
Fri Apr 24, 2020 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: adding parameters to a command line to launch a local URL
Replies: 6
Views: 980

Re: SayBarCode control

... an interference in the reading of the information that can deteriorate the quality of the audio / video reproduced, limiting the speed in extracting information (or inhibit it altogether), causing noisy resonances in the mechanics of reproduction systems (shortening the life of such devices). ...
by Silvio.Falconi
Wed Apr 10, 2019 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SayBarCode control
Replies: 34
Views: 6529

Re: Interfacing with Dicom sistems

... to read the lengths of data elements to determine where the next one starts can switch between MSB and LSB formats etc I can certainly help with extracting information including patient demographics from DICOM files as I am doing that in production. What I haven't done is get DICOM querying working ...
by xProgrammer
Tue May 02, 2017 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11767

Re: Interfacing with Dicom sistems

Hi Jeff In production I am creating HL7 messages not reading them and extracting data. However as part of developing my code I wanted to test it before inflicting my messages on anyone so I wrote some code to read test messages that my software wrote and extract ...
by xProgrammer
Tue May 02, 2017 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11767
Next

Return to advanced search