Search found 51 matches: attempts

Return to advanced search

Re: erase files

... the DOS error code 5, as returned by the FERROR() function, indicates "Access denied"​​. This error typically occurs when a program attempts to access a file or directory for which it does not have the necessary permissions, such as attempting to write to a read-only file, accessing ...
by Silvio.Falconi
Thu Jan 25, 2024 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1543

Re: erase files

... the DOS error code 5, as returned by the FERROR() function, indicates "Access denied"​​. This error typically occurs when a program attempts to access a file or directory for which it does not have the necessary permissions, such as attempting to write to a read-only file, accessing ...
by Otto
Thu Jan 25, 2024 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1543

Re: Consuta sobre MariaDB/MySql

... will continue for another 8 hours from that time. Even after a non activity for 8 hours, FW built-in library automatically reconnects if the user attempts to communicate with the server. 1) Contract with a good service provider. 2) Use FW built-in library which provides automatic reconnection ...
by nageswaragunupudi
Wed Jan 24, 2024 12:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consuta sobre MariaDB/MySql
Replies: 8
Views: 464

Re: Saving OuterHTML using Await Implementation with TWebView

... be completely loaded. The function `AWait_QuerySelector` checks the `readyState` of the document. - If the document isn't completely loaded in six attempts (or iterations), it will exit the loop and show an error "Timeout! Try again". - If the document loads successfully, it displays ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1632

Re: Saving OuterHTML using Await Implementation with TWebView

... be completely loaded. The function `AWait_QuerySelector` checks the `readyState` of the document. - If the document isn't completely loaded in six attempts (or iterations), it will exit the loop and show an error "Timeout! Try again". - If the document loads successfully, it displays ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1632

TSButton7 bpaint.c

Hi guys, Can anyone share their version of bpaint.c of TSButton 7 that has been successfully adapted to be compilable by HB+FWH1912+BCC7 Thanks. My attempts gives me this Harbour 3.2.0dev (r2104281802)Copyright (c) 1999-2021, https://harbour.github.io/Turbo Incremental Link 6.80 ...
by hua
Wed Oct 05, 2022 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSButton7 bpaint.c
Replies: 10
Views: 598

Re: AI attempts converting Python code to C++

Tested on the OpenAI playground without having to use Python or install anything :-) https://github.com/FiveTechSoft/screenshots/blob/master/python_to_c++_1.jpg?raw=true https://github.com/FiveTechSoft/screenshots/blob/master/python_to_c++_2.jpg?raw=true https://github...
by Antonio Linares
Tue May 31, 2022 5:13 pm
 
Forum: latest AI news
Topic: AI attempts converting Python code to C++
Replies: 1
Views: 203

gmail : Less Secure App will stop May, 30 2022 *Fixed*

... Sign-Ins. Users who have not recently signed into their Google Account using only username and password will be able to only make new sign in attempts using the Google account type starting from February 28, 2022. Existing users may continue to sign into their Google Account using their username ...
by dutch
Thu Mar 10, 2022 4:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: gmail : Less Secure App will stop May, 30 2022 *Fixed*
Replies: 20
Views: 2178

Re: OT : Problem with this forum?

If I try to log in on http://www.fivetechsoft.com/forums, I always get the error : "You exceeded the maximum allowed number of login attempts. In addition to your username and password you now also have to pass the CAPTCHA test.".
by driessen
Tue Jan 11, 2022 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT : Problem with this forum?
Replies: 65
Views: 4900

FWH 19.01: Recycling Deleted Records

... be locked is located. If found, the record is locked, data is erased, the record is RECALLed and the record number is returned. Step-2: If not, attempts to append a new record by trying 4 times at an interval of 0.25 seconds and returns the newly appended record number if successful. Result ...
by nageswaragunupudi
Tue Feb 19, 2019 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 19.01: Recycling Deleted Records
Replies: 6
Views: 1427

Re: Spirin's fastreport library

... be very important that Mr. Antonio Linares represents this wonderful generator of reports. Thanks SGS, The examples I have tried, as well as the attempts to compile my own tests, have been totally satisfactory, but now I have come across a topic that I have not been able to solve. It is about ...
by AngelSalom
Wed Sep 12, 2018 12:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spirin's fastreport library
Replies: 23
Views: 4178

Re: xBrowse as record adding tool for data tables

... be a frequently discussed theme: I generate sequential unique keys with an SQL stored procedure. So whenever any client connected to the database attempts to insert a new record, the next sequential key is generated. By client I mean web app, my own win32 apps, android, iOS or whatever (if ever). ...
by reinaldocrespo
Tue Oct 24, 2017 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse as record adding tool for data tables
Replies: 16
Views: 3030

Re: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... connection. Even after disconnection, the program can continue to browse / view the tables already opened including sorting and filtering, but any attempts to write data, requery, etc will fail. TimeOut: It is customary to set time out to 28,800 seconds (8 hours) in many cases. In some cases it ...
by vilian
Wed Jun 07, 2017 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28427

Re: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... connection. Even after disconnection, the program can continue to browse / view the tables already opened including sorting and filtering, but any attempts to write data, requery, etc will fail. TimeOut: It is customary to set time out to 28,800 seconds (8 hours) in many cases. In some cases it ...
by nageswaragunupudi
Sun Dec 11, 2016 11:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28427
Next

Return to advanced search