... of data.
### Class Overview
- **Class Name**: `TClipBoard`
- **Purpose**: To manage and manipulate the Windows Clipboard, allowing for the transfer of various data types (text, bitmaps, metafiles, etc.) between applications.
### DATA Members
1. **`nFormat`**:
- **Type**: Numeric ...
Search found 331 matches: transfer
Searched query: transfer
- Fri Jan 17, 2025 11:09 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4838
- Fri Oct 25, 2024 1:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: a future proposal for Xbrowse
- Replies: 1
- Views: 478
a future proposal for Xbrowse
![Image](https://i.postimg.cc/Bn5rY7b8/VB-Xbrowse.gif)
in VB net there is a grid with which one can select all the cells and then by doing ctrl+C one can copy the content and transfer it to a notepad file, in Xbrowse this is not yet possible I hope that in the future we will have this very useful possibility
- Wed Aug 07, 2024 1:29 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Combination of PDF and Word-document - rpreview
- Replies: 3
- Views: 1047
Re: Combination of PDF and Word-document - rpreview
I need to transfer a PDF-document with several pages, to a Word-document.
function PdfToWord( cPdf )
local oWord
if !File( cPdf )
? cPdf + " not found"
return nil
endif
if ( oWord := WinWordObj() ) == nil
? "Word not loaded"
return nil
endif
oWord:Documents:Open( TrueName( cPdf ), .f ...
function PdfToWord( cPdf )
local oWord
if !File( cPdf )
? cPdf + " not found"
return nil
endif
if ( oWord := WinWordObj() ) == nil
? "Word not loaded"
return nil
endif
oWord:Documents:Open( TrueName( cPdf ), .f ...
- Wed Aug 07, 2024 9:01 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Combination of PDF and Word-document - rpreview
- Replies: 3
- Views: 1047
Combination of PDF and Word-document - rpreview
Hello,
In my application, I need to transfer a PDF-document with several pages, to a Word-document.
I want to do that in the same way a report in RPREVIEW.PRG is exported to a Word-document.
The result has to be a image of every page in my PDF-document on a page in the new Word-document.
I did have ...
In my application, I need to transfer a PDF-document with several pages, to a Word-document.
I want to do that in the same way a report in RPREVIEW.PRG is exported to a Word-document.
The result has to be a image of every page in my PDF-document on a page in the new Word-document.
I did have ...
- Sat Apr 20, 2024 6:35 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Compiler with MSVC y HARBOUR
- Replies: 3
- Views: 1106
Re: Compiler with MSVC y HARBOUR
... x64.dll are essential dynamic link library (DLL) files commonly used in Windows environments to provide SSL/TLS, cryptographic functions, and URL transfer capabilities respectively. Here's a breakdown of each:
1. libssl-1_1-x64.dll
Purpose: This library is part of OpenSSL and provides the SSL/TLS ...
1. libssl-1_1-x64.dll
Purpose: This library is part of OpenSSL and provides the SSL/TLS ...
- Wed Jan 17, 2024 6:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Nages, 2 diferent Db's update
- Replies: 2
- Views: 973
Re: Nages, 2 diferent Db's update
... T. indicates UPSERT
Now, this insert/update happens with all the rows (selected by where clause).
If this is a regular operation and we like to transfer from local to remote only those records inserted or modified recently, the process can be optimized if we have a timestamp fields which is updated ...
Now, this insert/update happens with all the rows (selected by where clause).
If this is a regular operation and we like to transfer from local to remote only those records inserted or modified recently, the process can be optimized if we have a timestamp fields which is updated ...
- Tue Jan 09, 2024 9:02 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: webview - how to get values from js to FWH
- Replies: 6
- Views: 893
Re: webview - how to get values from js to FWH
1. Create the WebView Object
2. Interoperability Bridge (from JavaScript)
Function for communication and data transfer between the two different programming languages JavaScript and Harbour
3. WebView Layer:
Part of the program that uses web technologies (HTML, CSS, JavaScript) within a WebView to ...
2. Interoperability Bridge (from JavaScript)
Function for communication and data transfer between the two different programming languages JavaScript and Harbour
3. WebView Layer:
Part of the program that uses web technologies (HTML, CSS, JavaScript) within a WebView to ...
- Fri Oct 20, 2023 7:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: WooCommerce
- Replies: 3
- Views: 567
WooCommerce
How to transfer the articles.dbf data to a site that has woocommerce?
I would need the same thing for orders placed on the site
then Sending articles and receiving orders
Obviously I understood that I have to create a csv file and I found the structure of how it should be
as a reference for the ...
I would need the same thing for orders placed on the site
then Sending articles and receiving orders
Obviously I understood that I have to create a csv file and I found the structure of how it should be
as a reference for the ...
- Sun Oct 01, 2023 7:31 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Video from the site to a file
- Replies: 8
- Views: 1140
Re: Video from the site to a file
Hi, Jimmy !
If there is a physical file (.MP4) transfer , then where does this file fit ? How can it be intercepted ?
If there is a physical file (.MP4) transfer , then where does this file fit ? How can it be intercepted ?
- Sat Sep 30, 2023 6:22 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: XML, CON ARCHIVO ADJUNTO PDF
- Replies: 40
- Views: 11156
Re: XML, CON ARCHIVO ADJUNTO PDF
... ASI DEBIERA SALIR O VERSE
------=_Part_214_1180907984.1695820569260
Content-Type: application/xop+xml; charset=utf-8; type="text/xml"
Content-Transfer-Encoding: 8bit
Content-ID: <soapPart>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Header xmlns:work="http://bea.com ...
------=_Part_214_1180907984.1695820569260
Content-Type: application/xop+xml; charset=utf-8; type="text/xml"
Content-Transfer-Encoding: 8bit
Content-ID: <soapPart>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Header xmlns:work="http://bea.com ...
- Fri Aug 18, 2023 12:52 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Desactivar Botones en xBrowse
- Replies: 16
- Views: 2078
Re: Desactivar Botones en xBrowse
If only purpose is to export to Excel, we can do it directly without the round about method of using XBrowser.A few days ago I asked here how I could transfer the results of a MySql query to Excel.
Using FWH library
Code: Select all | Expand
oRs := oCn:Query( cSql )
oRs:ToExcel()
oRs:Close()
- Fri May 26, 2023 12:32 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FTP Upload works at home Not at work
- Replies: 6
- Views: 986
Re: FTP Upload works at home Not at work
... 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 files between a client and a server on a computer network.
The tracert command is ...
The tracert command is ...
- Fri May 26, 2023 5:49 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FTP Upload works at home Not at work
- Replies: 6
- Views: 986
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
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
- Thu May 04, 2023 6:42 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: autoGPT for OpenAI
- Replies: 15
- Views: 2875
Re: autoGPT for OpenAI
... tool to submit text to ChatGPT.
Requiring customers to have an API key with variable cost billing can be cumbersome.
Here, I will simply enter the text into a textbox and then select the task from a combobox.
Then, I will use a copy command to transfer the text to the clipboard.
Best regards,
Otto
Requiring customers to have an API key with variable cost billing can be cumbersome.
Here, I will simply enter the text into a textbox and then select the task from a combobox.
Then, I will use a copy command to transfer the text to the clipboard.
Best regards,
Otto
- Fri Feb 03, 2023 10:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Idea got from " Mouse w/o Borders"
- Replies: 2
- Views: 417
Idea got from " Mouse w/o Borders"
... a Microsoft "Garage" Tool called "Mouse w/o Borders" ( http://www.aka.ms/mm )
you can "control" Mouse/Keyboard up to 4 PC in a local Network and transfer Data to/from Clipboard
more Information here
https://answers.microsoft.com/en-us/windows/forum/all/mouse-without-borders-setupuser-guide-tips ...
you can "control" Mouse/Keyboard up to 4 PC in a local Network and transfer Data to/from Clipboard
more Information here
https://answers.microsoft.com/en-us/windows/forum/all/mouse-without-borders-setupuser-guide-tips ...