Search found 80 matches: typically

Return to advanced search

Re: Compiler with MSVC y HARBOUR

... used to encrypt data transmitted over network connections, helping secure web communications for services like HTTPS. Where to Get: This DLL is typically part of the OpenSSL distribution. You can download it from the OpenSSL official website or from other trusted sources that distribute OpenSSL ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 142

Re: DNS

... for performing cleanup tasks when your program is finished using Winsock functionality. Unloads Winsock DLLs: When called, WSACleanup() typically unloads any protocol-specific helper DLLs (Dynamic Link Libraries) that were loaded during the initialization process using WSAStartup(). ...
by Antonio Linares
Fri Mar 29, 2024 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 1023

Re: Another for Btnbmp

When an element, such as a button, is focused on a webpage, the browser typically outlines it with a dotted or solid border. This behavior is akin to the "FocusRect" you mentioned. The focus outline is crucial for accessibility, as it assists users, ...
by nageswaragunupudi
Mon Mar 25, 2024 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4962

Re: Another for Btnbmp

Dear Mr. Rao, When an element, such as a button, is focused on a webpage, the browser typically outlines it with a dotted or solid border. This behavior is akin to the "FocusRect" you mentioned. The focus outline is crucial for accessibility, as it assists ...
by Otto
Mon Mar 25, 2024 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4962

Re: GetHostByName( GetHostName() )

... an IP address different from the one on your desired subnet is not necessarily a bad configuration. Here's why: Function Behavior: GetHostByName typically returns the primary IP address associated with the hostname. This might not always be the IP address you're expecting, especially when your ...
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 162

Re: erase files

... of Clipper and Harbour programming, 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 ...
by Silvio.Falconi
Thu Jan 25, 2024 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1544

Re: erase files

... of Clipper and Harbour programming, 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 ...
by Otto
Thu Jan 25, 2024 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1544

Re: Have the parameters Selecting a printer

The values you're looking for, such as PaperWidth, PaperHeight, TopMargin, LeftMargin, PageBreak, Orientation, XOffSet, and YOffSet, are typically part of a printer's Device Mode (DevMode) structure. This structure contains information about a printer's capabilities and print job configuration. ...
by Otto
Mon Jan 15, 2024 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Have the parameters Selecting a printer
Replies: 4
Views: 695

file ID in the Windows file system

... **Path:** While not a unique identifier in the strictest sense, the full path of a file (combining the drive letter, folders, and filename) is typically unique and used by humans and programs to uniquely identify files in many contexts. However, two different files in separate directories can ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628

Fivewin controls similar to javascript elements

... to nodes in the DOM tree. Event Listeners/Handlers: In both Windows applications (including those developed with FiveWin) and JavaScript, you typically attach event listeners (or handlers) to specific controls (in FiveWin) or elements (in JavaScript). These listeners respond to specific events, ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1124

Re: Saving OuterHTML using Await Implementation with TWebView

... it down: 1. **Overview**: - The program introduces a class `TAWaitWeb` that lets developers make synchronous calls using the TWebView control, typically used in an asynchronous manner. - This class allows waiting for specific elements to be loaded on the web page, ensuring the content is available ...
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: 1633

Re: Saving OuterHTML using Await Implementation with TWebView

... it down: 1. **Overview**: - The program introduces a class `TAWaitWeb` that lets developers make synchronous calls using the TWebView control, typically used in an asynchronous manner. - This class allows waiting for specific elements to be loaded on the web page, ensuring the content is available ...
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: 1633

Re: Web programming with Mod Harbour

... and more. If you are interested in web programming with Mod Harbour, it's essential to understand that web development with this language typically involves building backend components and APIs, rather than creating frontend interfaces (HTML, CSS, and JavaScript). Mod Harbour can be used ...
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 328

Re: FTP Upload works at home Not at work

... Otto The tracert command is used to trace the route that network packets take from your computer to a destination IP address or domain name. It is typically used to diagnose network connectivity issues. On the other hand, FTP (File Transfer Protocol) is a standard network protocol used for transferring ...
by Otto
Fri May 26, 2023 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Upload works at home Not at work
Replies: 6
Views: 437

Re: FTP Upload works at home Not at work

Mark,
Have you checked firewall settings: Make sure that the firewall on your work network allows outgoing FTP connections.
FTP typically uses ports 20 and 21 for data transfer. Ensure that these ports are not blocked by the firewall.
What if you test with TotalCommander's FTP?

Best regards,
Otto
by Otto
Fri May 26, 2023 5:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Upload works at home Not at work
Replies: 6
Views: 437
Next

Return to advanced search