Search found 216 matches: accessing

Return to advanced search

Re: Data exchange between PC and Android device on the same loca

... users to Remote Desktop. At the time, I practically rewrote my FW pocket PC application to FIVEWIN in one afternoon and since then, we have been accessing the server via a RDP client with smartphones, and the application runs on the server but is operated through the smartphone. Best regards, ...
by Otto
Fri Feb 23, 2024 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 769

Re: RAO advice on using Mysql

We now have a table 'custbig' on our FWH Cloud server with 4.1 million records. Let us see the speed. This speed is by accessing the data from a Server in NewYork over Internet. Speeds on local area network will be even far better. #include "fivewin.ch"function Main()  ...
by nageswaragunupudi
Fri Feb 02, 2024 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 971

Re: erase files

... 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 a file that is locked by another process, or trying to open a file in a restricted directory. Thanks Professor Otto I knew this too but it ...
by Silvio.Falconi
Thu Jan 25, 2024 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1520

Re: erase files

... 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 a file that is locked by another process, or trying to open a file in a restricted directory.
by Otto
Thu Jan 25, 2024 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1520

Re: DBF . Commit

... ) is sufficient. In a centralized server scenario, a cache that sits between the hard drive and the application would indeed apply to all users accessing the server. When a user makes a change, this change should be reflected in the central cache and therefore be visible to all other users accessing ...
by Otto
Sat Oct 21, 2023 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2322

Listbox in Cell of Excel

Anybody had any luck with accessing Listboxes in excel using OLE. I have a spreadsheet with a Listbox in about every cell. The user is suppose to select the value from the list box to fill it out. I am trying to fill it out using Fivewin ...
by byron.hopp
Wed Jun 14, 2023 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox in Cell of Excel
Replies: 6
Views: 401

Re: Problem with xBrowse

... Cursor EngineStack Calls===========   Called from:  => TOLEAUTO:VALUE( 0 )  1007 group of errors occur when accessing a recordset is closed or eof/bof is true or record is deleted. Please check if any situation exists
by nageswaragunupudi
Sun May 28, 2023 1:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2146

Re: CLASS modification

... was one of the earliest commercial online services that provided email, forums, and other communication features. It was a popular platform for accessing online communities and exchanging messages. Microsoft Outlook, on the other hand, is an email client that was introduced in 1997 as part of ...
by Otto
Thu May 25, 2023 6:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1704

Re: Fighting Xbrowse and lozing !!!

If the average file size is 192 KB and accessing over network, it does make sense to create thumbnails. I am also testing with different file sizes. Once we create thumbnails, I am sure the performance will be very good. Because our program ...
by nageswaragunupudi
Sat Dec 31, 2022 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1567

Re: Fighting Xbrowse and lozing !!!

... repainting the same cell, access the image from the memory. That is the best optimization we can do. Based on this approach, I made a test program accessing image files from \fwh\bitmaps folder. In this program I have focused on optimizing painting of image cells only. You can test this program ...
by nageswaragunupudi
Fri Dec 30, 2022 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1567

Re: Conectando FiveWin / xHarbour con ChatGPT OpenAI

... key in an Authorization header using Bearer auth (i.e. Authorization: Bearer YOUR_KEY), or as the password field (with blank username) if you're accessing the API from your browser and are prompted for a username and password. You can obtain an API key from https://beta.openai.com. "type": ...
by karinha
Wed Dec 07, 2022 6:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectando FiveWin / xHarbour con ChatGPT OpenAI
Replies: 12
Views: 1149

Re: chatGPT writes and executes Harbour code !!!

... key in an Authorization header using Bearer auth (i.e. Authorization: Bearer YOUR_KEY), or as the password field (with blank username) if you're accessing the API from your browser and are prompted for a username and password. You can obtain an API key from https://beta.openai.com. "type": ...
by karinha
Wed Dec 07, 2022 6:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2783

Re: Autentication issue with cUrl

... either a 'X-Amz-Date' or a 'Date' header. Authorization=allow indicates that the resource path doesn't exist. Check your url and make sure you're accessing the correct endpoint. Sorry, I have to look further...
by Marc Venken
Fri Oct 28, 2022 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Autentication issue with cUrl
Replies: 3
Views: 360

Re: AYUDA Explicación. WebApp - ModHarbour

Dear Otto, mod_harbour CGI is available from here: https://github.com/FiveTechSoft/mod_harbour/tree/master/cgi I meant 500 users or more, accessing many of them simutaneously. That will kill mod_harbour, Apache and the server, all of them. All existing versions, derivatives, etc. The reason ...
by Antonio Linares
Mon Sep 19, 2022 4:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA Explicación. WebApp - ModHarbour
Replies: 24
Views: 2302

Re: Problem with SQL Native

... It is not necessary to ORDER BY THE field for setting WHERE clause on that field. We need to consider UTC offset if and only if we are accessing the same database over internet from different timezones/countries.
by nageswaragunupudi
Mon Feb 07, 2022 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with SQL Native
Replies: 28
Views: 1668
Next

Return to advanced search

cron