Search found 951 matches: reading

Return to advanced search

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

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

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

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

Back after 10 years due to illness [ Javier Lloris ]

... dos programas completos para estos asuntos que funciona a la perfección, al menos yo los uso sin ningún error hasta la fecha. An aside: I remember reading some threads in the forum about how to do Backup/Restores, which also includes creating ZIP with keys to decompress for security and also how ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 403

Re: Convert a print to Rtf or doc

I did some tests with WEBVIEW. I create the report - the buttonbar is inside the preview - theses are html buttons! reading the preview let printContents = document.getElementById('tischplanPreview').innerHTML; SendToFWH() document.getElementById('edit-btn').addEventListener('click', ...
by Otto
Fri Dec 01, 2023 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3518

Re: xBrowse - Dates - FWH 2310

... from that column's cDataType, nDataLen and nDataDec. In turn, XBrowse takes this informatin from ::oOrders:aStruct. It appears that XBrowse is reading the structure of the field 'wrkdat' from ::oorders as { "WRKDAT", "N", 6, 0 }. Surprising. We can get away with suggesting ...
by nageswaragunupudi
Tue Nov 07, 2023 5:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1519

Re: reposting a video from 2017

Hello friends, I want to thank everyone for reading the post. As some of you might know, we host something special every year. In 2017, it was the Fivewin Meeting, then the Photo Weeks, and this year, for example, the concerts with the buskers ...
by Otto
Mon Oct 30, 2023 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: reposting a video from 2017
Replies: 3
Views: 365

Re: Reading number of pages in a Word-document (docx)

Mr. Notter,

Thank you very much for your help.
It's working just fine now.
by driessen
Sat Oct 28, 2023 9:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading number of pages in a Word-document (docx)
Replies: 5
Views: 544

Re: Reading number of pages in a Word-document (docx)

Write like this:

oDoc:=oWrd:Documets:Open(..
nPages := oDoc:ComputeStatistics(wdStatisticPages)
by Natter
Sat Oct 28, 2023 9:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading number of pages in a Word-document (docx)
Replies: 5
Views: 544

Re: Reading number of pages in a Word-document (docx)

Hello everyone,

I tried to use the suggested solution to my question.
I need to read the number of pages in a Word document.
Unfortunately, I get an error : "Unexported method: Active Document.

Anyone with a suggestion for a solution?

Thank you very much for any help.
by driessen
Sat Oct 28, 2023 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading number of pages in a Word-document (docx)
Replies: 5
Views: 544

Re: who use PostgreSQL with Fivewin ?

... of Fivewin SavePQQ() is a method of TDataRow class of FWH. That is the reason, why we advised not to use TDataRow and other FWH functions for reading, editing and modifying the PostGre records and instead directly use TPQquery and TPQrow classes of Harbour's hbpgsql.lib. This helps us to close ...
by nageswaragunupudi
Fri Sep 29, 2023 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1083

Re: who use PostgreSQL with Fivewin ?

... does NOT work correct with "SavePQQ()" While we totally disagree, we suggest a totally different approach for you. For the purpose of reading, editing and saving PostGre records, please totally avoid using FWH's TDataRow. Also totally avoid using any functions of FWPGSUPPORT.PRG for ...
by nageswaragunupudi
Thu Sep 28, 2023 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1083

Re: who use PostgreSQL with Fivewin ?

Hello, I use postgres, only for reading and updating data. Function AdoPostgre()local oPon, oRs, oData, cString, aLIst, oReccString := "Driver={PostgreSQL ANSI};Server=localhost;Port=5432;Database=postgres;Uid=postgres;Pwd=ekatroncito;"TRY  ...
by Willi Quintana
Wed Sep 27, 2023 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1083

Re: Filtrar consulta de tdolphin

... despues de realizada para mostrarla en un xBrowse. This is extremely easy using FWH Maria library. But here we are using Dolphin. Do not think of reading the filtered data again from the Server. Let us just filter the data inside XBrowse. i.e., let us display in xbrowse only those records that ...
by nageswaragunupudi
Tue Sep 26, 2023 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Filtrar consulta de tdolphin
Replies: 15
Views: 867
PreviousNext

Return to advanced search