Search found 32 matches: safety

Return to advanced search

Re: Create a safe link for download

... to find a way. It is not tipical in any way, it is just security by making thing harder to figure out, but IMHO it only creates a false sense of safety. This procedure is the one I usually use to store passwords. Given an Invoice number, you can compute the MD5 to use as name, using HB_MD5 function. ...
by Carlos Mora
Mon Apr 03, 2017 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a safe link for download
Replies: 3
Views: 1290

SEO (Search Engine Optimization) with FWH

... in the Product Name, or Product description from the database. Sample (As I think thats the way I need to go) Product ID : 22150 Products Name : Safety Shoe Dassy Jupiter S3 Low model SP1 Description : Veiligheidsschoen Dassy Jupiter S1P - stalen neus en composiet zool - ademend bovenleder - ...
by Marc Venken
Sat Feb 04, 2017 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SEO (Search Engine Optimization) with FWH
Replies: 5
Views: 1469

Re: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)

... one sql statement. While writing the code, we just wanted to play safe on memory issues. We may increase the speeds later but initially we thought safety comes first. But even in these cases we won't be disappointed. Let me think how to make a test using the files available in fwh folder, so that ...
by nageswaragunupudi
Sun Nov 06, 2016 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)
Replies: 48
Views: 20641

FiveTech software development services

... why we would like to offer you our development services, so you can outsource part of your development work or your complete project with the safety to have your app developed by a team of professional FWH developers. If you are interested in our development services, please let us know what ...
by Antonio Linares
Fri Sep 16, 2016 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveTech software development services
Replies: 0
Views: 3138

Re: Windows 10

... if you change hardware or you device "die", will need a new license. Antonio: Windows has a list of certified hardware, and with the new safety rules, including safe boot, to avoid loaders, would be your hardware on this list? Best regards
by norberto
Fri Jun 05, 2015 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10
Replies: 47
Views: 10032

Re: FTP problem using tIpClientFTP

... the ProFtpD passive mode and the problem is now solved. I think it could be great if the tIpClientFtp could support the FTP PORT MODE that is more safety than PASSIVE MODE.
by Marco Turco
Thu Jan 15, 2015 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP problem using tIpClientFTP
Replies: 6
Views: 1476

Re: Off Beat Question - Javascript - SQL

Hi Antonio,

Thanks, I got the following error and I am searching internet to find resolution.

"Safety settings on this computer prohibit accessing a data source on another domain."
by cdmmaui
Thu May 23, 2013 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Off Beat Question - Javascript - SQL
Replies: 17
Views: 3489

Re: FiveWIN xHarbour Dev enviornment in Tablet

... with the best technology for each case. And in my case, my clients don't want solutions based on Linux, Android, they want a support, warranty, safety, things that at the moment we can only have with Microsoft (yet) . Linux only in some Web servers and print servers. and I personally think that, ...
by norberto
Thu Dec 13, 2012 3:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWIN xHarbour Dev enviornment in Tablet
Replies: 33
Views: 11918

Re: Client Server options

... I have clients with poorly behaving equipment ( not well maintained, subjected often to malware by the users, etc ), and ADS seemed to be a good safety alternative. So all of my larger installs are told to consider ADS. Many of my clients exceed 5 workstations. I don't want to play with configuring ...
by TimStone
Wed May 23, 2012 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server options
Replies: 78
Views: 25119

Listbox selections

Hi everyone. I have an application that stores the results of electrical safety tests on items in a hotel room, eg lamp, TV, hair dryer etc. Sometimes the user puts the wrong tags on two items and wants to swap the results for the tag numbers. I show him all ...
by Ross_ValuSoft
Wed May 02, 2012 8:33 am
 
Forum: FiveWin for Pocket PC
Topic: Listbox selections
Replies: 5
Views: 2260

Re: Is FWPPC compatible with latest Windows for PPC?

... for recording the results of electrical testing of items in hotels, eg lamps, tvs, toaster, kettle. It is law here in Australia that these must be safety tested yearly. A test tag is attached to the electrical lead as evidence. Best wishes, Ross
by Ross_ValuSoft
Sun Nov 13, 2011 11:04 pm
 
Forum: FiveWin for Pocket PC
Topic: Is FWPPC compatible with latest Windows for PPC?
Replies: 19
Views: 11836

Re: Unresolved external LoadLibrary() in Harbour

Yes please :). BCC is my safety net while I try to move to hbmk2 + harbour + mingW. If it's of no trouble could I have libs for both BCC and MingW please?

Thanks again Antonio. Appreciate it very much :)
by hua
Sat Sep 24, 2011 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved external LoadLibrary() in Harbour 3
Replies: 9
Views: 1353

Re: How to monitor a network directory?

... James, hello Mr. NageswaraRao, I came to this design after trying many different ways over the years. • For me the main reason is stability and safety: it is more secure to have one dbf per physically guest table or seat - in most cases there are less than 20 records in it - if there is a problem ...
by Otto
Sat Jun 27, 2009 6:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to monitor a network directory?
Replies: 17
Views: 4055

Michel, With the CATCH, you can use they properties for your error safety: TRY ... CATCH oError msgInfo( oError:SubSystem ) msgInfo( oError:SubCode ) msgInfo( oError:Operation ) msgInfo( oError:Description ...
by JC
Thu Nov 13, 2008 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about TRY ... CATCH ... END
Replies: 6
Views: 1106

My remaining "minor issues"

... software. For some of the more critical fields I have had to LTRIM existing data and use code such as REPLACE PT_SURNAME WITH LTRIM( sSurname ) a safety precaution I haven't ever needed in the past. The other little problem is that in a grid where all records cannot be displayed at once, the horizontal ...
by xProgrammer
Sat Feb 02, 2008 1:50 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: My remaining "minor issues"
Replies: 0
Views: 711
PreviousNext

Return to advanced search