Search found 135 matches: destination

Return to advanced search

Re: emulate CTRL+V

Natter:

Natter wrote:How to emulate CTRL+V ?


It is advisable to indicate the destination of the emulation, Dlg or Get

Code: Select all  Expand view  RUN

oDlg:PostMsg(WM_KEYDOWN,ASC("V"),0)
 


I hope these can help you

With best regards
by Armando
Sun Nov 17, 2024 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: emulate CTRL+V
Replies: 7
Views: 263

Re: Copy file by mask

... Here is a sample to copy files matching the mast "My*File.txt" contained in the source folder "c:\natfiles\src\" into the destination folder "c:\natfiles\dst\" folder. This is directory of c:\natfiles\src\ https://imagizer.imageshack.com/v2/xq70/923/Ymu5Rq.png ...
by nageswaragunupudi
Sun Nov 03, 2024 4:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy file by mask
Replies: 24
Views: 652

Re: Compiler with MSVC y HARBOUR

... para el escritorio con C++ After installing it, if you want to make it portable you can do it with this Script CreaPortableMSVC.bat (Change the destination route and x86 to x64 as needed) ROBOCOPY "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\bin\Hostx86\x86" ...
by hua
Fri Apr 19, 2024 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 564

Compiler with MSVC y HARBOUR

... para el escritorio con C++ After installing it, if you want to make it portable you can do it with this Script CreaPortableMSVC.bat (Change the destination route and x86 to x64 as needed) ROBOCOPY "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\bin\Hostx86\x86" ...
by acuellar
Thu Apr 18, 2024 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 564

file ID in the Windows file system

... it's treated as a copy and then delete operation. The file will be copied to the new volume (where it receives a new File ID assigned by the destination volume's file system) and then deleted from the original location. - **Metadata May Change**: In addition to receiving a new File ID, the ...
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: 1084

Re: Copy Directory

... we can copy entire folder with one line of code: oFs:CopyFolder( cSourceFolder\*.*, cDestFolder, lOverWrite ) We need to make sure the destination folder exists and if not create it first. This is a working example: function TestCopyFolder()   local cSrcFolder  := "c:\fwh\bitmaps\"  ...
by nageswaragunupudi
Thu Jul 06, 2023 5:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy Directory
Replies: 11
Views: 867

Re: Problem with xBrowse

... I am simulating movements in a warehouse, inputs and outputs, at the outputs You must fill in the HDR_SUC field that contains the number of the destination branch, it is not the In the case of entries, there is no destination branch, for this reason the field is Null The funny thing is that ...
by Armando
Sun May 28, 2023 2:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 3947

Re: FTP Upload works at home Not at work

... was a problem for me sometimes Best regards, 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) ...
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: 750

Re: convert from a txt text file to a dbf with errors - RESOLVED

... comments were made, not knowing the full capabilities of FW_ArrayToDBF. The function FW_ArrayToDBF( aData ) converts any string values to the destination field type, before saving the data. This function is made keeping in view conversion from CSV. This type conversion is made using the function ...
by nageswaragunupudi
Sat Sep 17, 2022 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert from a txt text file to a dbf with errors - RESOLVED
Replies: 10
Views: 894

Re: Consulta Sobre Plantilla Word o Rtf "URGENTE"

... \pngblip Source of the picture is a PNG. \jpegblip Source of the picture is a JPEG. \shppict Specifies a Word 97-2000 picture. This is a destination control word. \nonshppict Specifies that Word 97-2000 has written a {\pict destination that it will not read on input. This keyword is for ...
by remtec
Wed Jun 22, 2022 3:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Sobre Plantilla Word o Rtf "URGENTE"
Replies: 19
Views: 2530

Re: Consulta Sobre Plantilla Word o Rtf "URGENTE"

... \pngblip Source of the picture is a PNG. \jpegblip Source of the picture is a JPEG. \shppict Specifies a Word 97-2000 picture. This is a destination control word. \nonshppict Specifies that Word 97-2000 has written a {\pict destination that it will not read on input. This keyword is for ...
by Antonio Linares
Tue Jun 21, 2022 9:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Sobre Plantilla Word o Rtf "URGENTE"
Replies: 19
Views: 2530

Re: To Maurizio, to Dutch

... connection must immediately switch to the local database. I use Oracle database and this is no problem in triggering duplicate save records to destination server anywhere. Regards. Mulyadi Hello Silvio, If you have a cloud program, that doesn't mean that you can't have your web server in your ...
by Mulyadi
Sun Dec 12, 2021 2:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Maurizio, to Dutch
Replies: 29
Views: 3151

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... + CRLF cXml += ' <header>' + CRLF *cXml += ' <source>' + cSource + '</source>' + CRLF *cXml += ' <destination>' + cDestinationDn + '</destination>' + CRLF cXml += ' <uniqueId>' + cUniqueId + '</uniqueId>' + CRLF cXml += ' <generationTime>' ...
by dhf27
Tue Sep 28, 2021 12:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 7452

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... + CRLF cXml += ' <header>' + CRLF *cXml += ' <source>' + cSource + '</source>' + CRLF *cXml += ' <destination>' + cDestinationDn + '</destination>' + CRLF cXml += ' <uniqueId>' + cUniqueId + '</uniqueId>' + CRLF cXml += ' <generationTime>' ...
by rterraz
Thu Sep 23, 2021 1:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 7452

contribution: workshop running on windows10

... the workshop is installed in the c:\workshop folder, create a shortcut calling the workshop as follows: (put the line below as the shortcut destination) C:\emulator\otvdmw.exe c:\workshop\workshop.exe ready ! the magic is done! Att. William Adami
by WilliamAdami
Sat Sep 11, 2021 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: contribution: workshop running on windows10
Replies: 1
Views: 350
Next

Return to advanced search