Search found 37 matches: recognizes

Return to advanced search

Re: Switching my setup program to webview2

Dear Antonio, I send the image to ChatGPT and ask if ChatGPT recognizes any text in the picture. Then, when ChatGPT provides the answer, I ask it to create an HTML program with a dialog for me. It's actually hard to believe that there are no converters ...
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: Learning opencv step by step

... Usage: test1.exe c:\opencv\sources\data\haarcascades\haarcascade_frontalface_alt.xml Results: a window is opened, showing the camera and it recognizes your face :-) https://github.com/FiveTechSoft/screenshots/blob/master/face_recognition.gif?raw=true
by Antonio Linares
Wed Dec 22, 2021 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learning opencv step by step
Replies: 21
Views: 2355

New FTDN November/Noviembre (FWH 21.11)

... Sql query but failing with complex queries eg., contaiting UNION clause. Now cTable can be a complex query also. * function MemoryBufferType() now recognizes DOC.PDF also. * When CenterMsgs( .t. ) is set, now Alert and MsgGet() dialogs are also centered in the default window/dialog. * TDataRow(): ...
by Antonio Linares
Tue Nov 30, 2021 7:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1006

Re: EasyReport progress?

... common to all objects 4) to create the area for the body of an invoice, create an object class (child) type TArea and the printing procedure recognizes this element and creates the do while loop to repeat the fields within this area. We have always been around, for years that gurus could ...
by Silvio.Falconi
Wed Dec 16, 2020 9:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport progress?
Replies: 86
Views: 8835

Re: Problem on xbrowse :bOnChange

... price list my problem is that when I go to edit a line I have to change the price of the product by calculating the total of days. The procedure recognizes that the interval is not an entire season and therefore must calculate the period and days, so it must enter the unit price, the total price ...
by Silvio.Falconi
Fri Nov 15, 2019 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem on xbrowse :bOnChange //RESOLVED
Replies: 6
Views: 1236

Compare two arrays

... "CCCCC" is present in the other array? I need this operation because at the time the beach structure is built, the program automatically recognizes the areas where the umbrellas are located and creates a base rate: it could happen that the operator has already entered some tariffs for ...
by Silvio.Falconi
Wed Jun 05, 2019 11:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compare two arrays
Replies: 3
Views: 865

Problem with dbseek

... TE->isteacher               lisadmin := TE->isadminendif  the problem is that the search never recognizes the ID number, where is the error?
by Silvio.Falconi
Tue Sep 25, 2018 5:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with dbseek
Replies: 5
Views: 610

Re: New FTDN May 2018 (FWH 18.05)

May 2018 (Revised Build) ======================== * XBROWSE: - Method ResetData() now works with PostGre queries also. - Method SetRDD() now recognizes if the dbf is accessed from a remote location and sets navigation codeblocks accordingly. - Data oSortCol has value only when the sorted column ...
by Antonio Linares
Sun Jul 22, 2018 5:01 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May 2018 (FWH 18.05)
Replies: 1
Views: 2757

Re: MySQL vs MariaDB

... Mysql 5.5 up to 5.7 Is faster, 1000% Mysql compatible, It comes in almost any Linux distribution. The windows version is easy to install, it recognizes all dump backups, better integration when you want to replicate servers, low memory use, and the community behind it i far more productive ...
by Adolfo
Tue Jun 19, 2018 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySQL vs MariaDB
Replies: 4
Views: 853

Re: Bug in TBitmap

The present code recognizes the image type by the file extension.
We will modify the function to recognize bmp files renamed to any non-image file type extension and communicate the revision to you asap.
by nageswaragunupudi
Sat Mar 24, 2018 12:02 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBitmap [Fixed]
Replies: 23
Views: 6374

New FTDN February/Febrero 2018 (FWH 18.02)

... added nRow, nCol to Eval( bAction, Self ) Eval( ::bAction, Self, nRow, nCol, nFlags ) * FWMARIAROWSET:(MySQL) RowSet object now correctly recognizes initial sort order when sort clause includes aliased fields also. Example: When sql is "select fld1 as col1,fld2 as col2 from table ...
by Antonio Linares
Fri Mar 09, 2018 12:01 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2018 (FWH 18.02)
Replies: 0
Views: 1338

Re: RichEdit: How to not show URL?

you can use the link sample "https: // http://www.fivetechsoft.com" and rtf class recognizes it as a link . creating what the friend wants is not possible in rtf classes unless you use the class in Harbor that converts the text in html ( section contribut) I ...
by Silvio.Falconi
Wed Feb 14, 2018 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit: How to not show URL?
Replies: 12
Views: 2177

New FTDN June/Junio 2017 (FWH 17.06)

... If specified this value is the defalut PostText for all buttonbmps * New: DATA bOnDeviceChange in Window.prg * Enhancement: TDatabase now recognizes field type "I:+" also as autoincrement (and readonly) field.
by Antonio Linares
Fri Jun 23, 2017 4:58 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2017 (FWH 17.06)
Replies: 10
Views: 3825

Re: New FTDN May/Mayo 2017 (FWH 17.05)

... - XBrowse method oBrw:Edit() can be used for editing records - Append is not automtically supported but can be user implemented - XBrowse recognizes DateTime values, even if the Query class does not recognize them. - XBrowse detects AutoInc (serial) column and flags the column as readonly. ...
by Antonio Linares
Tue May 30, 2017 9:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2017 (FWH 17.05)
Replies: 1
Views: 2432

Re: for Mr. Nages ADO SELECT for logical fields

... to represent boolean values, eg mssql, mysql, access, etc. that too if you choose BIT datatype for the field to represent boolean values. ADO recognizes these BIT fields as adBoolean, Well known exception is Oracle, which does not have BIT or BOOLEAN field type. With oracle, I personally use ...
by nageswaragunupudi
Sun Jun 21, 2015 9:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: for Mr. Nages ADO SELECT for logical fields
Replies: 5
Views: 835
Next

Return to advanced search