Search found 34 matches: scans

Return to advanced search

Re: Lost connection to MySQL server during query

... ENDIF ENDIF RETURN NIL Another important observation verifies that the computer constantly disconnects, is with a trusted antivirus and fully scans the disk. I had problems with a couple of clients that kept disconnecting and checking it with the antivirus I found several Trojans that were ...
by cjcardoza
Sat Aug 05, 2023 3:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12355

Re: resolution of a JPG

... now I remember. I wanted to program a working time recording. A display shows a clock with a QR code that changes every 10 sec. When an employee scans the QR code and follows the link, the photo is sent to the server and the metadata is read out. If the picture is older than e.g. 10 sec. then ...
by Otto
Sat Dec 03, 2022 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: resolution of a JPG
Replies: 9
Views: 633

xHarbour and hash functions

... Returns a two-dimensional array of a hash table entry key/value pair hb_HPos() Locates the index of a key within a hash table hb_HScan() Scans a hash table hb_HSet() Sets a hash value hb_HSort() Reorganizes the internal list of the hash table to be sorted hb_HValueAt() Gets/sets a hash ...
by Otto
Fri May 29, 2020 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour and hash functions
Replies: 2
Views: 745

Dependency walker - great utility

A must have utility: http://www.dependencywalker.com/ Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found, it lists all ...
by Antonio Linares
Fri Sep 13, 2019 5:00 am
 
Forum: Utilities / Utilidades
Topic: Dependency walker - great utility
Replies: 3
Views: 1062

Re: check on a archive from a array

Silvio, I tested a solution for better speed ( short and very fast ) It only scans the array-data and not the maybe possible 2000 records from the dbf FUNCTION SELECT_DATA(oCust1, aData)LOCAL n := 1// CreateIndex( cFile, cTag, cKey, lUnique, lDescend, ...
by Silvio.Falconi
Thu Jul 18, 2019 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on a archive from a array- resolved
Replies: 7
Views: 952

Re: check on a archive from a array

Silvio, I tested a solution for better speed ( short and very fast ) It only scans the array-data and not the maybe possible 2000 records from the dbf FUNCTION SELECT_DATA(oCust1, aData)LOCAL n := 1// CreateIndex( cFile, cTag, cKey, lUnique, lDescend, ...
by ukoenig
Thu Jul 18, 2019 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on a archive from a array- resolved
Replies: 7
Views: 952

Re: FWH 18.08: Enhancements to strings.prg

... In Harbor this is not possible and Linares created the system with the fwstring () function. It would be nice if there was a function that scans every prg used in our application (.prg) that saved in a strings.prg file all the strings found in the prg files with the function fwstring (). ...
by Silvio.Falconi
Tue Nov 13, 2018 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5425

NirSoft utilities for programmers

... all the input/output bytes, displayed as Hex dump. ResourcesExtract (For C++ and unmanaged applications) ResourcesExtract is a small utility that scans dll/ocx/exe files and extract all resources (bitmaps, icons, cursors, AVI movies, Types Libraries, HTML files, and more...) stored in them into ...
by Baxajaun
Tue Jul 03, 2018 10:36 am
 
Forum: Utilities / Utilidades
Topic: NirSoft utilities for programmers
Replies: 1
Views: 1097

Re: Google Cloud Platform

... month, a hacker known as ’Anna_Senpai’ released the source code for Mirai, a tool that uses IoT devices for DDoS attacks. The malware continuously scans the Internet for IoT systems protected by factory default or hard-coded usernames and passwords, before taking control of such systems. Indeed, ...
by Rick Lipkin
Tue May 16, 2017 3:08 pm
 
Forum: Off Topic / Otros temas
Topic: Google Cloud Platform
Replies: 8
Views: 4075

Re: ERRORES REPENTINOS LME288 y Unable to perform link

I fixed this by ensuring that the Embarcadero installation folder (e.g. C:\Program Files (x86)\Embarcadero) was excluded from all antivirus scans.
by Antonio Linares
Sat Feb 18, 2017 8:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERRORES REPENTINOS LME288 y Unable to perform link
Replies: 10
Views: 1665

Re: Saving bitmap from TXImage.

... is what is in my mind too. Nages, Actually, would it be possible to rotate in degree increments( e.g. 92 degrees)? This would help de-skew crooked scans, etc.. James The present function is only a wrapper to the gdi+ function, which allows only rotation in multiples of 90 deg with option to flip ...
by nageswaragunupudi
Mon Feb 22, 2016 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving bitmap from TXImage.
Replies: 14
Views: 2939

Re: Saving bitmap from TXImage.

Nages,

May I suggest just using the degrees themselves (90,180,270) for the rotation rather than a code (1,2,3)? This would be easier to remember.

Actually, would it be possible to rotate in degree increments( e.g. 92 degrees)? This would help de-skew crooked scans, etc..

James
by James Bott
Mon Feb 22, 2016 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving bitmap from TXImage.
Replies: 14
Views: 2939

Re: ADO RDD xHarbour

... array of bookmarks which is 1st ele. Once you call seek that goes to ado_seek and if it enters the ELSE //WITH :FILTER OR MOE THAN ONE FIELD just scans the array looking for the seek expression in the 2nd ele and returns the first ele to have it to move to that bookmark. ors:bookmark := 1st ele. ...
by AHF
Thu Nov 05, 2015 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446230

Re: ADO RDD xHarbour

... the locate code. xHarbour help <Scope> This option defines the number of records to scan. It defaults to ALL. The NEXT <nCount> scope scans the next <nCount> records, while REST scans records beginning from the current record to the end of file. The search begins with the first ...
by AHF
Fri May 01, 2015 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446230

Re: Advice needed for reccount() in scopped and filtered dbfcdx.

... off the bits evaluating the filter condition based on index expressions and index values. Where the filter condition is not fully optimized, RDD scans the remaining records (maybe's) and eliminates filtered records. This is normally done as and when required. OrdKeyCount() also forces this operation. ...
by nageswaragunupudi
Tue Feb 03, 2015 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advice needed for reccount() in scopped and filtered dbfcdx.
Replies: 31
Views: 8360
Next

Return to advanced search