Search found 107 matches: risk

Return to advanced search

Re: Class TOpenAI_ChatGPT by Charles Kwon

... According to OpenAI's API protocol, the API communicates with the endpoint, and the communication protocol is https. In other words, there is no risk of leakage of cKey because the communication is encrypted. However, if you want to use encryption to protect your key locally, you can encrypt ...
by CharlesKwon
Thu Feb 01, 2024 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TOpenAI_ChatGPT by Charles Kwon
Replies: 3
Views: 472

Re: DBF . Commit

... and applies to all users. ----------- set( _SET_HARDCOMMIT, .F. ) The deactivation of automatic commit operations could, however, increase the risk of data loss in the event of a system failure, as the data is stored in the cache and not on the hard disk.
by Otto
Sat Oct 21, 2023 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2322

password manager with mod harbour

... on a password manager for managing personal passwords using just one master password. Using a password manager increases security and reduces the risk of password theft. The program utilizes the Web Crypto API to encrypt and decrypt passwords with AES-GCM. Passwords are extracted from a dBase ...
by Otto
Mon Jul 24, 2023 9:09 pm
 
Forum: mod_harbour
Topic: password manager with mod harbour
Replies: 4
Views: 621

Re: Country FLAG to Avatar

... we are using a very old phpBB version (the one that was available when these forums started). We never wanted to update it for not talking the risk to break the forums and loose very usefull info for all. We have a copy of these forums in https://www.fivetechsoft.com/forums but using the latest ...
by Antonio Linares
Thu Apr 06, 2023 6:52 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: Country FLAG to Avatar
Replies: 2
Views: 437

Re: Conversion from ca-clipper ( not found a variable)

... to be declared in every routine that uses them or you will get compiler warnings. Of course, since they are visible everywhere, you always run the risk of conflicts with locals and fieldnames. Note that here we are using a static variable oUser (an object). A static variable retains its value as ...
by James Bott
Thu Mar 10, 2022 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4334

Re: Conversion from ca-clipper ( not found a variable)

In this code, I recently created I wonder if there is a potential risk of failure because the object oHttp is not ended somewhere into the loop ? If so, there need to be a oHttp:end() afther the END . Is this the correct logic that I need to start using ...
by Enrico Maria Giordano
Fri Mar 04, 2022 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4334

Re: Conversion from ca-clipper ( not found a variable)

In this code, I recently created I wonder if there is a potential risk of failure because the object oHttp is not ended somewhere into the loop ? If so, there need to be a oHttp:end() afther the END . Is this the correct logic that I need to start using then ...
by Marc Venken
Thu Mar 03, 2022 10:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4334

Re: OT: Thank you for posts

... google references to these forums here, and there are lots of them :-) We can not apply a recent module to an older phpbb version. And we run the risk to break it also... Sooner or later I guess we will move to http://www.fivetechsoft.com/forums but in the meantime, we are here :-)
by Antonio Linares
Wed Feb 02, 2022 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Thank you for posts
Replies: 3
Views: 257

Folder different size

... I needed this because in some tabs I have to put a lot of information while in others the information is less and you risk inserting some space that is ugly to see for now I resolve in this mode but I don't know if it's a right solution :D #include "fivewin.ch"Function ...
by Silvio.Falconi
Thu Nov 04, 2021 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder different size
Replies: 0
Views: 183

Re: Mem Files

I correct and Add some source You must Compile with hbxpp.lib F2Bin,bin2f are of xpp Open the vars into a Xbrowse the Editvars function not run and risk to erase file mem #include "fivewin.ch"#include "common.ch"#include "fileio.ch"#define CRLF Chr(13)+Chr(10)#define ...
by Silvio.Falconi
Sat Oct 09, 2021 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mem Files
Replies: 11
Views: 723

Re: proteccion de pagina web mod_harbour

... happened. So that we can take precautions. I think of uninstalling PHP on my servers. Mod harbour at the moment is not widely known, so the risk of an attack is minimal. Best regards, Otto
by Otto
Thu Sep 16, 2021 8:30 pm
 
Forum: mod_harbour
Topic: proteccion de pagina web mod_harbour
Replies: 11
Views: 1797

Re: Error on search a record on dbf with tdatabase

... there are many bookings in the archive and the strsso room_id could have many bookings with different periods, and excluding the room_id you would risk making a mes if, for example, I have two reservations of the same number, one from 08/07/2021 to 28/07/2021 and the other reservation from 29/07/2021 ...
by Silvio.Falconi
Wed Jul 07, 2021 6:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on search a record on dbf with tdatabase
Replies: 18
Views: 1528

Re: TDatabase: Parameterized filters and ReFilter()

...   oTariffePrezzi:gotop()  is there another method more easy ? because sometimes I risk making mistakes by omitting "'"
by Silvio.Falconi
Tue May 25, 2021 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase: Parameterized filters and ReFilter()
Replies: 9
Views: 1105

Re: Simulate header report with oprn:Box

... not have a powerful designer that works well to rely on, with which a user can make a model in a very short time without wasting time and with the risk of losing the I work because ER often crashes and you dear Otto lose what you were doing instead C5report automatically saves every n seconds and ...
by Silvio.Falconi
Fri May 14, 2021 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simulate header report with oprn:Box
Replies: 9
Views: 877

Re: bad calculation prices for days

... not found solutions. for me only in this way the user could customize each price because doing as I was advised some time ago by the experts you risk not calculating the right rate well
by Silvio.Falconi
Wed Jul 08, 2020 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bad calculation prices for days
Replies: 13
Views: 1906
Next

Return to advanced search