Search found 53 matches: parsing

Return to advanced search

Re: PepPol European Invoicing standard

A more complex xml. Characteristics: + Assignment of individual values ​​or repetition blocks through macros + Comments with //** A parsing function does the job METHOD BloqueFactura() CLASS TSiiDocAltaModificacionINTERMEDIA_Local cTEXT INTO c         <siiLR:RegistroLRFacturasEmitidas>  ...
by paquitohm
Wed Feb 14, 2024 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 340

Re: WebView2 Essentials: Guides, Tips & Resources

... range of features and APIs. The CoreWebView2 class provides web-specific functionalities such as networking, navigation, script handling, and HTML parsing and rendering. It includes methods like PostWebMessageAsJson, PostWebMessageAsString, and events like WebMessageReceived for interaction between ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 463

Re: Search in RichEdit 5

... (via VBA) for all underlined characters to get an array of their positions. 2. Upload an RTF document to RichEdit5 and color it according to the parsing of its structure. At the same time, I also get an array of colorized characters 3. Compare these 2 arrays
by Natter
Fri Oct 27, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search in RichEdit 5
Replies: 2
Views: 231

Re: chat open Ai questions

... You can use Harbour/Clipper's NetHttpReq() function to make an HTTP request to the Banca d'Italia REST API and then use Harbour/Clipper's JSON parsing functions to parse the request response and retrieve rate data of exchange. Here is an example of a function in Harbour/Clipper that uses NetHttpReq() ...
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: 300

Re: OpenAI class using hbCurl

... " + CRLF + cText       oAI:Send()       IF !Empty( oAI:Response )          ...do whatever with oAI:Response     ENDIF   After parsing the Json data received on Response, this is what I get: ICD10 codes: - Non-displaced fracture of the rib(s): S22.4- - Wire sutures in the sternum: ...
by reinaldocrespo
Tue May 09, 2023 7:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OpenAI class using hbCurl
Replies: 8
Views: 669

Re: Read API data one by one or in block

... the data from API readings, it really depends on the structure of the data and what you want to do with it. Some common approaches include: Parsing the data into a structured format, such as a list or a dictionary, to make it easier to access specific pieces of information. Iterating over ...
by Antonio Linares
Mon Dec 19, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read API data one by one or in block
Replies: 1
Views: 248

How does mod harbour work

... a file, it looks for opening and closing tags, which are <?php and ?> which tell PHP to start and stop interpreting the code between them. Parsing in this manner allows PHP to be embedded in all sorts of different documents, as everything outside of a pair of opening and closing tags is ...
by Otto
Thu Jun 09, 2022 4:16 pm
 
Forum: mod_harbour
Topic: How does mod harbour work
Replies: 8
Views: 1004

Re: vocabulary book for Harbor / Javascript

... to search for into a regexp pattern since str.replace(search, replace) will only replace the first match you can even do parseInt(value, 16) for parsing as hex but there's a replaceAll method going through the rounds, and it'll hopefully land this year https://github.com/tc39/proposal-str ing-rep ...
by Otto
Tue Jan 07, 2020 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: vocabulary book for Harbor / Javascript
Replies: 2
Views: 427

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: 105386

Re: New FWH 19.03

...  oPrn:SayText( nRow, 2 * nCsp, cDisText, 7.0 ,nil, oFcond, , CLR_RED, nil , "INCHES" )  Using the format previously ( parsing and printing with memoline ), oFcond is fine as a condensed print font. (. DEFINE FONT oFcond NAME "Courier New" SIZE 0, -8 OF oPrn ...
by nageswaragunupudi
Thu Apr 11, 2019 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.03
Replies: 37
Views: 4923

Re: New FWH 19.03

...  oPrn:SayText( nRow, 2 * nCsp, cDisText, 7.0 ,nil, oFcond, , CLR_RED, nil , "INCHES" )  Using the format previously ( parsing and printing with memoline ), oFcond is fine as a condensed print font. (. DEFINE FONT oFcond NAME "Courier New" SIZE 0, -8 OF oPrn ...
by TimStone
Thu Apr 11, 2019 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.03
Replies: 37
Views: 4923

Re: Using WNetGetConnection()

That worked, Thank you...

c:\bcc7\lib\psdk\mpr.lib

I was shelling out to "net use m:>m_net.txt"
Parsing the file.

This is so much better.

Thanks again...
by byron.hopp
Wed Mar 20, 2019 5:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WNetGetConnection()
Replies: 3
Views: 494

Re: Parsing data into function from folderex and Xbrowse

Have you tried with oBrw:SetFocus() ? function BrwBarBtns( oBar, oBrw, nFolder )   local n := 1           DEFINE BUTTON OF oBar FILE "img\new2.bmp" PROMPT "Add"  GROUP TOOLTIP "Add New Record" ;        ACTION oBrw:EditSource( .t. )     DEFINE BUTTON OF o...
by FranciscoA
Fri Jul 27, 2018 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parsing data into function from folderex and Xbrowse
Replies: 3
Views: 795
Next

Return to advanced search

cron