Search found 217 matches: accessing

Return to advanced search

Re: Servidor de mail propio y acuse de ENTREGA.

... or a friend's account. Capture the email headers on the receiving mail server. This might involve: Using a mail client to view the email headers Accessing the mail server logs Using a tool like tcpdump or Wireshark to capture the email traffic When the email is delivered, the receiving mail server ...
by Antonio Linares
Mon Apr 22, 2024 4:58 am
 
Forum: Off Topic / Otros temas
Topic: Servidor de mail propio y acuse de ENTREGA.
Replies: 2
Views: 395

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: 827

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: 1018

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: 1591

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: 1591

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: 2435

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: 420

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: 2214

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: 1776

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: 1639

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: 1639

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: 1166

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: 2872

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: 380

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: 2383
Next

Return to advanced search