Search found 19 matches: harm

Searched query: harm

by nageswaragunupudi
Tue Dec 19, 2023 2:30 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Lectura del TEXTO desde archivo PDF
Replies: 3
Views: 672

Re: Lectura del TEXTO desde archivo PDF

This may not work with complex pdfs but works with simple pdfs
No harm trying
function pdf2txt( cPdf, cTxt )

local oWord := WinWordObj()
local oDoc

cPdf := cFileSetExt( cPdf, "pdf" )
if File( cPdf )
cPdf := TrueName( cPdf )
DEFAULT cTxt := cFileSetExt( cPdf, "txt" )

oDoc := oWord:Documents ...
by nageswaragunupudi
Mon May 08, 2023 1:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error XBROWSE SEEK (while no Index) after change RDD
Replies: 9
Views: 1231

Re: Error XBROWSE SEEK (while no Index) after change RDD

YES, i have try to SET bSeek to NIL

my "Problem" was that i have many DBF which work with *.NTX which does not "Autopen" Index
Does not matter.
It is not a good idea to disturb XBrowse's internal defaults.
The default bSeek does not harm you when you are browsing DBFNTX dbfs.
by Silvio.Falconi
Thu Jun 10, 2021 7:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: destroy a xbrowse
Replies: 5
Views: 1029

Re: destroy a xbrowse

Silvio,

just use

oBrw:Move( 0, 0 )

that will not harm any data

regards
Uwe


Uwe,
I explain YOU

I have the browse on a Vtaskbar as you can see here

I need this xbrowse to view the services for each order but it is also possible that an order may not have the services

this is activated ...
by ukoenig
Wed Jun 09, 2021 5:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: destroy a xbrowse
Replies: 5
Views: 1029

Re: destroy a xbrowse

Silvio,

just use

oBrw:Move( 0, 0 )

that will not harm any data

regards
Uwe :D
by Otto
Thu Jun 07, 2018 3:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Server vs Notebook as Server for FW programms
Replies: 44
Views: 20572

Re: Server vs Notebook as Server for FW programms

... as we do not want shared drives on the server.

We backup the server with build in WINDOWS SERVER BACKUP. Up to now ransomware attaches couldn’t harm the copies. Although users should rotate the USB drives.

For security we use PANDA Adaptive Defense 360 and to administrate the servers PANDA ...
by Rick Lipkin
Sat Oct 14, 2017 1:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Application security and Code review
Replies: 15
Views: 5816

Re: Application security and Code review

... however the 'spouting' of IT policy to me seemed childish especially when I gave up my code to start a dialog that there is no intentional harm on my part to destroy or undermine his network Active Directory infrastructure.

Now, politically my software will be seen in their organization as ...
by lucasdebeltran
Mon Jan 19, 2015 12:34 pm
Forum: Off Topic / Otros temas
Topic: http://www.hmgforum.com/viewtopic.php?f=7&t=4175
Replies: 6
Views: 1849

Re: http://www.hmgforum.com/viewtopic.php?f=7&t=4175

... with them.

I don´t know who currently uses the work of Pritpal and Giovanni, I think very few people. Perhaps I'm wrong.

But the truth is that the continued fragmentation of xBase does nothing but harm it. And the largest base of applications, users, community strength and strength of it is Fivewin.
by Rick Lipkin
Wed Jul 31, 2013 1:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Closing an Access Database ( ldb )- compact and repair
Replies: 22
Views: 7284

Re: Closing an Access Database ( ldb )- compact and repair

... I added the ActiveConnection:CLose() after the recordset close() and INDEED the .ldb went away.

Now I am at a crossroads .. asking myself, what harm is there in leaving a ( single ) active connection open which is no different than opening a connection and passing it to each recordset as I need ...
by lucasdebeltran
Tue Mar 27, 2012 7:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Program could harm you computer
Replies: 2
Views: 774

Re: Program could harm you computer

Harvey,

You need to sign the exe with a certificate.

Try to search signtool.exe

Best regards
by hag
Mon Mar 26, 2012 7:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Program could harm you computer
Replies: 2
Views: 774

Program could harm you computer

When in win 7 downloader of program Gets a message "This program is not commenly downloaded and could harm your computer" Any suggestion on how to get rid of this negative message?
by nageswaragunupudi
Tue Feb 02, 2010 1:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with GradientBrush()
Replies: 63
Views: 13395

Re: A problem with GradientBrush()

... and uses it in as many windows ( and derivatives ) as he wants and releases the brush/font after all such windows are closed by him, there is no harm even if the FWH library does not keep count of the number of users of the resource. Application still works fine. Only thing is the user should not ...
by Antonio Linares
Sun Jan 24, 2010 10:41 am
Forum: Off Topic / Otros temas
Topic: Hello hypervisor, I'm geohot
Replies: 0
Views: 499

Hello hypervisor, I'm geohot

... hypervisor

In the words of computer guru Richard Stallman, "a hacker may be the one who enjoys using his full intelligence, without the need to harm a third party." However, at present, the scope of the work of "hackers" exceeds the bounds of simple leisure and recreation.
http://www&#46 ...
by PeterHarmes
Thu Jan 15, 2009 2:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Browse colour corruptions with bitmaps
Replies: 11
Views: 1438

Re: Browse colour corruptions with bitmaps

... cValToChar( aValues[ n ] ) )
endif
endif
else
DrawText( hDC, cValToChar( aValues[ n ] ),;
{ nTop, nLeft + 4, nBottom, nRight } )
endif
endif


My knowledge of modifying this code is limited so what harm would it be to comment out the first line or does it need modifying?
by Antonio Linares
Wed Aug 27, 2008 7:44 am
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 101384

Fivewin Classes

... All the classes and functions are contained in the Fivewin Libs. Maybe you dont use them, but they are inside those libs.
They dont produce any harm, but increase the space of your EXE. Maybe you can try to extract those modules with Librarian
Utilities from Borland, like Tlib and others ...