Search found 133 matches: destination

Return to advanced search

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

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

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

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

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

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

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

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

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

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

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

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

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

Re: database oDbf

After reading the data from the source dbf into the hash, the programmer can modify and field value in the hash before updating the destination dbf. I looked at Hashes, and the look like arrays    local aData:= {;      { 'codigo' => 'uno',    'nombre' => 'Juan' },;  ...
by Marc Venken
Mon May 17, 2021 8:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: database oDbf
Replies: 9
Views: 1220

Re: database oDbf

... dbf field. After reading the data from the source dbf into the hash, the programmer can modify and field value in the hash before updating the destination dbf.
by nageswaragunupudi
Sun May 16, 2021 2:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: database oDbf
Replies: 9
Views: 1220
Next

Return to advanced search