Search found 947 matches: reading

Return to advanced search

Re: Question about performance RowSet

... RowSet RowSet takes a bit more time, because during creation it collects a lot other relevant information which makes usage faster. First time reading is a bit slower when compared to other libraries. Once opened, updates, inserts, deletes, sorts, filters, etc. are all extremely faster than ...
by Eroni
Wed Mar 20, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4024

Re: Question about performance RowSet

RowSet RowSet takes a bit more time, because during creation it collects a lot other relevant information which makes usage faster. First time reading is a bit slower when compared to other libraries. Once opened, updates, inserts, deletes, sorts, filters, etc. are all extremely faster than the ...
by nageswaragunupudi
Sat Mar 16, 2024 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4024

Re: How to include hbCurl?

... MSVC It works fine. Also include the libcurl.dll It also works for 64 bit with those libraries and the 64 bit dll Tim Tim, Are you using cUrl for reading API's ? By any change the API from Mailchimp ? curl -sS "https://us8.api.mailchimp.com/3.0/ping" --user "anystring:cApi" ...
by Marc Venken
Fri Mar 08, 2024 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2944

Re: FW_DbfSqlQuery con campos mayores de 256 carracteres

... is the same, when there are fields longer than 256 characters, the information in subsequent fields is returned truncated. Thinking that the reading that ADO performs is sequential and when it finds a field greater than 256, it begins reading the next field in the next bit of the file and ...
by VictorCasajuana
Fri Mar 08, 2024 2:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery con campos mayores de 256 carracteres
Replies: 3
Views: 654

FWH 24.02 new Class TWebView2

... your current code to get it properly working with new Class TWebView2 (in the future it will become the official FWH Class TWebView) Thanks for reading this message, we wanted to clearly explain what we are doing and why :-)
by Antonio Linares
Thu Feb 29, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2463

Re: Ayuda URGENTE- con puerto serial virtual USB

I tested it, but I see no interaction or message that it is actualy reading/writing. I also went in communication with ChatGPT and tested some proposals, but that didn't work at all ))) I have no skills to dig deeper into this kind of code. Maybe there is ...
by Marc Venken
Wed Feb 28, 2024 10:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda URGENTE- con puerto serial virtual USB
Replies: 19
Views: 890

Re: function urlLoad( cUrl )

Dear friends, please can you help me...I try to follow along and was busy reading what I found in our manual folder (fwfun.chm, fwcmd.chm, fwclass.chm,...). Now I am curios about XImage(), WebpageContents() where could I find out more about these interesting ...
by Antonio Linares
Sat Feb 17, 2024 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 1677

Re: function urlLoad( cUrl )

Dear friends, please can you help me...I try to follow along and was busy reading what I found in our manual folder (fwfun.chm, fwcmd.chm, fwclass.chm,...). Now I am curios about XImage(), WebpageContents() where could I find out more about these interesting ...
by Ruth
Sat Feb 17, 2024 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 1677

Re: SAPI : change Voice

... to call Function like in MSDN Sample ? https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ms723593(v=vs.85) I am reading and reading about how to know that the "Word" event has happened, just for now I am interested in the phoneme or word applying oNarrator ...
by Danielmaximiliano
Sat Feb 10, 2024 10:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3549

Re: Switching my setup program to webview2

... rcToHtml, but I couldn't find anything. What worked for me was converting the RC into a JSON and then transforming it with a html/JS program - reading it out after calling from the development tools. However, the result is worse than using screen recognition. Best regards, Otto 1) Yes, I can ...
by Otto
Sat Feb 10, 2024 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 410

Re: USB reading/writing as Com port

Look, #include "FiveWin.ch"/*Reconocer puerta USBLocal   aUnidades:=aDrives()      FOR xI=1 TO LEN( aUnidades )            IF GetDriveType( aUnidades[xI] )=2              ?"USB"    &nbs...
by karinha
Thu Feb 08, 2024 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: USB reading/writing as Com port
Replies: 3
Views: 221

Re: USB reading/writing as Com port

Thanks, So i looked and find a program link CoolTerm, Free, Small and doing what you say. I have to test it this evening. But it is software, so mayby FiveWin has also a Lib for this ? If I plugin my handscanner, FW can read this and it is also on a USB, but I suppose that this is not the same. So I...
by Marc Venken
Thu Feb 08, 2024 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: USB reading/writing as Com port
Replies: 3
Views: 221

Re: USB reading/writing as Com port

Generally, when it is necessary to manage a device that connects via the USB port but responds to a serial structure, there are serial port emulators.
Here in Argentina, there are fiscal drivers that use that functionality, and they can be managed with Fivewin's COM port management functions.
by cmsoft
Thu Feb 08, 2024 12:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: USB reading/writing as Com port
Replies: 3
Views: 221

USB reading/writing as Com port

I spend the every looking and testing samples to read the USB port from FW I did not succeed. I can read/write arduino serial data from the Node-Red application from USB port 5. So it is possible to collect data from a Arduino true a USB port. How to read this data from it ? Maybe it is important to...
by Marc Venken
Wed Feb 07, 2024 10:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: USB reading/writing as Com port
Replies: 3
Views: 221

Re: RAO advice on using Mysql

... in full. This is not possible with other libraries like ADO,etc. But we recommend avoid using TRecSet to the extent possible and to use RowSet reading required parts of the table using WHERE clause. This is the standard practice.
by nageswaragunupudi
Fri Feb 02, 2024 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 974
Next

Return to advanced search