Search found 66 matches: detects

Return to advanced search

Re: Using Microsoft AI Phi-2 from FWH

... GUI part of the example to HMG ? as i know there is no DLL FUNCTION under HMG only HMG_CallDLL() Calls a ANSI/Unicode DLL Function HMG_CallDLL() detects the current code page and appropriately called the ANSI or Unicode version of the function. Syntax: HMG_CallDLL ( cLibName, [ nRetType ] , cFuncName, ...
by Jimmy
Thu Dec 21, 2023 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8284

Re: DBF . Commit

Otto wrote:This function detects data changes even if there was no commit.


This is not what I get. Please, show us an example that prints different date/time after REPLACE without COMMIT.
by Enrico Maria Giordano
Thu Oct 26, 2023 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2339

Re: DBF . Commit

Actually, we can obtain all this information with greater ease using the FileSystemObject.

Dear Mr. Rao,

Thank you so much. This is a very useful function and it's working well. This function detects data changes even if there was no commit.

Best regards,
Otto
by Otto
Mon Oct 23, 2023 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2339

Re: MS Visual Studio

... modifiations, I "build" the program in Visual Studio which is also open on my desktop. This is very quick, and of course immediately detects any errors or conflicts. Once it is built, it automatically executes the program, and I can test the changes. I can then immediately fix them ...
by TimStone
Wed Jul 06, 2022 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS Visual Studio
Replies: 23
Views: 1486

Re: how to scan a barcode presents in a jpeg file

Working with a right barcode, and it detects multiple barcodes :-) two lines of code do the magic: frame = cv2.imread( 'marco.jpg' ) barcodes = pyzbar.decode( frame ) it properly detects the right one: 1 1234567890128 EAN13 https://github.com/FiveTechSoft/screenshots/blob/master/opencv_barcodes.jpg?raw=true
by Antonio Linares
Thu Jan 20, 2022 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to scan a barcode presents in a jpeg file
Replies: 11
Views: 643

Re: Learning opencv step by step

... be copied from c:\opencv_fwh\lib\Release\ to c:\opencv_fwh (where the resulting test1.exe is located) The example is working fine and amazingly detects the edge lines of a photo: https://github.com/FiveTechSoft/screenshots/blob/master/opencv_edges.png?raw=true
by Antonio Linares
Wed Dec 15, 2021 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learning opencv step by step
Replies: 21
Views: 2359

Re: XBrowse: how to load image data instead of image name

... :CreateFromCode()   END   ACTIVATE DIALOG oDlg CENTEREDreturn nil  Field "IMAGE" is a memo field containing image data. XBrowse detects that the data is image data and displays it as image. Field "DETAILS" also is a memo field but containing text data. XBrowse knows ...
by nageswaragunupudi
Sat Oct 31, 2020 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: how to load image data instead of image name
Replies: 17
Views: 1527

Re: Auto-Close Application On Timer (Resolved)

Hello Mark, Yes, I tested this extensively yesterday, in many scenarios. It detects non-keyboard and non-mouse movement for the period defined. It works as desired, I just activated the timer on the main window of the application. It is activated as soon as the ...
by RiazKhan
Sat May 02, 2020 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Auto-Close Application On Timer (Resolved)
Replies: 9
Views: 1323

Dependency walker - great utility

... and more. Dependency Walker is also very useful for troubleshooting system errors related to loading and executing modules. Dependency Walker detects many common application problems such as missing modules, invalid modules, import/export mismatches, circular dependency errors, mismatched ...
by Antonio Linares
Fri Sep 13, 2019 5:00 am
 
Forum: Utilities / Utilidades
Topic: Dependency walker - great utility
Replies: 3
Views: 1064

Re: Fivewin - anti hacker software

Hello, here my first test file. This detects account changes. Best regards Otto #include "FiveWin.ch"//----------------------------------------------------------------------------//function Main()   local oDlg, oFont, oBtn  ...
by Otto
Wed Jun 19, 2019 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin - anti hacker software
Replies: 7
Views: 1028

MAPI - Mail, nRetcode allways returns 0 with incorrect email

... send emails without problems with Windows 10 and Thunderbird (MAPI), the problem is that when the address of the recipient is wrong Thunderbird detects it but the return value of the message has been sent is always 0 so when sending several messages from an application to the end there is no ...
by Jorge_T
Mon May 20, 2019 4:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI - Mail, nRetcode allways returns 0 with incorrect email
Replies: 0
Views: 348

Re: Ribbonbar getting black

... font is reported as being unreleased. I am using a fairly old copy of FWH (16.04) so you should run the test program above to make sure it also detects the unreleased font with your version of FWH. If checkRes() seems to be working, then I would suggest running the Windows Task Manager and watching ...
by James Bott
Thu Aug 30, 2018 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar getting black
Replies: 32
Views: 6052

Re: Ransomware

... in file ( sizes) ..etc .. Defender does all that .. not that I am a Microsoft sales person .. just an idea .. defender is not perfect and it detects heuristic changes in files .. and active .dbf's may sound a false alarm. :idea: My 2 cents worth Rick Lipkin
by Rick Lipkin
Mon Jul 30, 2018 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ransomware
Replies: 14
Views: 4254

Re: Ado : Field Definition

... cTable, aCols, oConnectionObject, [lAddAutoInc] ) --> lSuccess where aCols is a structure exactly like DBSTRUCT() of DBF tables. This function detects the database from the "oConnectionObject" and chooses appropriate field types and specs and generates sql statement suitable for that ...
by nageswaragunupudi
Fri Jan 26, 2018 1:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ado : Field Definition
Replies: 1
Views: 804

Re: Tablet with Win 10

FWH detects if the control is activated by Tap of finger or MouseClick and adjusts the individual element height accordingly. Introduced touch support in Nov 2015 and kept improving it over a period. Take any of your program, ...
by nageswaragunupudi
Wed Jun 28, 2017 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tablet with Win 10
Replies: 19
Views: 3366
Next

Return to advanced search