Search found 20 matches: risky

Return to advanced search

Re: How install Harbour on web server

... it myself, but surely Bruno may explain it better for us. Security is a must: your emails, your data, your privacy. Opening your router is quite risky unless you know exactly what you are doing and you perfectly know how to protect yourself. A hacker may get into your network and sniff your bank ...
by Antonio Linares
Sun Sep 11, 2022 8:52 am
 
Forum: mod_harbour
Topic: How install Harbour on web server
Replies: 26
Views: 4989

Re: ApplyParams Tdatabase

... you don't have a reservation ID. However, you don't need to search for the recno() to find an open reservation. Using the recno() for an ID is risky since if a record gets deleted, then all the records after that recno() will get renumbered. That will be a mess. Thus you should always have ...
by James Bott
Thu Jul 15, 2021 12:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ApplyParams Tdatabase
Replies: 8
Views: 1266

Re: change the display of records in an xbrowse

... then is as before then it add record I must save the new postion , dbzap my dbf and use FW_ArrayToDBF but it seems to me that this operation is risky then the archive must be opened in an exclusive way to use dbzap. I thought there was a less risky method like: change the position and save the ...
by Silvio.Falconi
Sun Sep 02, 2018 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change the display of records in an xbrowse
Replies: 7
Views: 1080

Re: Outsourcing add/edit of records to separated exe files

... You are already using OOP and I can't think of any better concept to reduce complexity and encapsulate program logic. 3) And updates are not so risky because not the whole application is addressed. OOP and encapsulation is one of the best ways to reduce risk. 4) I think you can also uniform ...
by James Bott
Mon Feb 16, 2015 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Outsourcing add/edit of records to separated exe files
Replies: 7
Views: 1645

Re: Outsourcing add/edit of records to separated exe files

Hello Enrico, I think one can take out complexity from a program. You can start in a legacy app a new programming concept. And updates are not so risky because not the whole application is addressed. I think you can also uniform the look of your program. Better for sharing work in a company. Easier ...
by Otto
Mon Feb 16, 2015 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Outsourcing add/edit of records to separated exe files
Replies: 7
Views: 1645

Re: Slow RDD experiences

... this, they can be forced to wait until your process is complete before performing the index file update. NOTE: Using this function, while somewhat risky, will improve your network performance by up to 100%, so weigh the options carefully. NOTE: This command is NOT supported under SIXNTX. Example: ...
by Gale FORd
Wed May 28, 2014 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow RDD experiences
Replies: 45
Views: 7597

Re: GRADIENT and SAY on FOLDER Problem

Uwe

Your sample work perfect ...
But i have more than 100 dialogs with folders on them
It is risky to change logic to all of it , but i will probably try that with copy of the program

Thanks verry mush again for your reply

Best regards,
by avista
Fri Sep 13, 2013 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GRADIENT and SAY on FOLDER Problem
Replies: 11
Views: 3931

Re: GRADIENT and SAY on FOLDER Problem

Uwe The sample : Thanks ... your sample work nice But the problem is with bigger applications with many dialogs, folders ... etc It is risky to implement this way karinha Use SENSITIVE SAY (SSAY.PRG) it solves. In which version is added SSAY class ... i dont have it SetDlgGradient() ???? ...
by avista
Fri Sep 13, 2013 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GRADIENT and SAY on FOLDER Problem
Replies: 11
Views: 3931

Re: Record Lock problem

Avista, Using GO BOTTOM is risky since records may get deleted (unless the app doesn't allow it). If there were records created with that ID (invoices printed, etc.) then that record is deleted, it would get reused for a new customer. ...
by James Bott
Thu Aug 08, 2013 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Record Lock problem
Replies: 14
Views: 3809

Re: downgrade Windows 8 Pro to 7 or Vista

... "Metro" succeeds, in a matter of x years, the Windows desktop will be at its end, and only the Metro way will continue. This try is very risky for Microsoft. They know it. If you take a Windows desktop app, it does _not_ work on Windows 8 "Modern" interface. More over, you have ...
by Antonio Linares
Thu Sep 06, 2012 3:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: downgrade Windows 8 Pro to 7 or Vista
Replies: 30
Views: 6499

Re: downgrade Windows 8 Pro to 7 or Vista

... Not the Windows that we known and have used for so many years. And Microsoft is aware of this. In fact Steve Ballmer said that it was the most risky desition that Microsoft has taken in many years... I am not against Windows 8. I think it is a new OS and not what we call Windows.
by Antonio Linares
Wed Sep 05, 2012 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: downgrade Windows 8 Pro to 7 or Vista
Replies: 30
Views: 6499

Re: FiveDBU for 32/64 bits

When many Windows developers realize that they have to drop all their applications and know how, to push Windows 8 risky and quite absurd adventure, then you will understand why many companies are saying no to Windows 8 Metro... Microsoft may create a new OS is they want to, but ...
by Antonio Linares
Tue Jun 12, 2012 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU for 32/64 bits
Replies: 163
Views: 75244

Re: FiveDBU for 32/64 bits

... Windows 8 Programming book you'll see that is a whole new world. Is like coding for the iphone. You have to start from zero again. Its a very risky situation...
by Antonio Linares
Tue Jun 12, 2012 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU for 32/64 bits
Replies: 163
Views: 75244

Re: New controls for FWH

... never declared as completed and there doesn't seem to be an active pool of programmers updating it after the initial work was done. So it's kinda risky using it unless one is a proficient C programmer who can update the code when necessary. I for one am interested in this class but have to shelve ...
by hua
Sun Jun 13, 2010 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New controls for FWH
Replies: 81
Views: 26802

Re: Find first free number

... This would lead to lots of confusion. Not a good practice. Also, generating a new item number by going to the last record of an indexed file is risky. If the index becomes currupted you can end up generating duplicate IDs; I know because this has happened to me before. Duplicate IDs are a potential ...
by James Bott
Thu Mar 11, 2010 11:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Find first free number
Replies: 12
Views: 2406
Next

Return to advanced search