Search found 22 matches: file2

Return to advanced search

Re: Copy Directory

... is more powerful than XCopy. We consider using WinExec( "robocopy .... " ) But to copy a file, we do not use WinExec( "copy file1 file2" ), though this is also can be used. Same way instead of WinExec( "xcopy .. " ), we better use any functions provided by Windows, ...
by nageswaragunupudi
Thu Jul 06, 2023 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy Directory
Replies: 11
Views: 522

Re: Copy File Name

... the network (I haven't figured out where yet), You can rename such files from FW, apparently, through the bat file chcp 1251 cmd ren C:\file1*.pdf file2.pdf or bat file Powershell
by Natter
Sat Jan 22, 2022 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy File Name
Replies: 21
Views: 1034

Re: Controlar tamaño ventana cGetfile

Hola, CNavarro

Ahora sale pequeña, centrada y se puede redimensionar con el puntero.

Image

Y al cerrar sale esto:

Image
by Ramón J.
Wed Dec 30, 2020 3:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Controlar tamaño ventana cGetfile [SOLUCIONADO]
Replies: 13
Views: 1001

Re: Problem with memo text printout

... before sending it to the printer. Of course a better fix would be for the FW code to be fixed. Do you have software to do a file1 verses file2 comparison? That way you can find the changed code and post it here. If you don't have software for that I can point you to one. James
by James Bott
Fri Feb 14, 2020 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with memo text printout
Replies: 5
Views: 1533

Re: mod harbour projects

... you show us how to start a simple project with eg 3 prg files. Antonio Linares 09:04 Uhr mylib.prg #include "file1.prg" #include "file2.prg" #include "file3.prg" then you compile mylib.prg using harbour -gh -n mylib.prg Now, from your app.prg use this as the top ...
by Otto
Fri Sep 13, 2019 8:05 am
 
Forum: mod_harbour
Topic: mod harbour projects
Replies: 2
Views: 629

Re: How To Read From One Excel File And Write To Another

Thanks

Is there something like
File1:oSheetS1:Cells( 1, 1 ):Value=File2:oSheetS2:Cells( 1, 1 ):Value
File1:oSheetS3:Cells( 2, 1 ):Value=File2:oSheetS4:Cells( 2, 1 ):Value

?

Regards

ACWoo
Using FWH1510
by acwoo1
Mon Jan 07, 2019 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Read From One Excel File And Write To Another
Replies: 6
Views: 1675

Re: Icons and buttons

... Here is with new FWH 1507 (example 2) http://www.tussman.com/wp-content/uploads/2016/02/file2.bmp Note: 1. white background on icons in example 2 - in example 1 background is same color as window 2. Square corners on buttons in example ...
by dtussman
Wed Feb 17, 2016 11:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Icons and buttons
Replies: 10
Views: 2518

Re: DBF to SQL converter program

... for a function which puts all subdirectory names of a chosen directory in a array. Example: directory: C:\Pieter\DBF2SQLtool\data 01 02 file1.dbf file2.dbf In directory 01 and 02 are also dbf files. which I can convert to sql with the code I already have. Maybe somebody knows if this function ...
by pieter
Wed Jul 29, 2015 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 18259

Re: Also for Image

... to save the help text into the file "nchelp.txt". To convert files to a specific format, type for example : nconvert -out 5 file1.pic file2.jpg file3.tga or nconvert -out tiff file1.pic file2.jpg file3.tga With a resize : nconvert -out jpeg -ratio -resize 480 0 *.jpg nconvert -out ...
by ukoenig
Sat Oct 05, 2013 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also for Image
Replies: 5
Views: 1976

Re: OT: Fake Printer Driver

... that monitors the directory for certain file names... For example File0 when file is found, print and erase (for example) And then print File1, File2, File3, etc. with comments, so you move to another directory or leave in same directory but do not erase... That would be easer than having to ...
by Bayron
Fri Jul 01, 2011 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Fake Printer Driver
Replies: 9
Views: 1754

Re: Harbour method address

... It is like to split the method over two files. // File1.prg Method Test() class TCustomClass MsgAlert("I'm in File1.prg") return nil // File2.prg Method Test() class TCustomClass MsgAlert("I'm in File2.prg") return original() Calling File2.prg -> Test I get two alerts: I'm ...
by Roberto Parisi
Mon May 30, 2011 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour method address
Replies: 7
Views: 1160

Re: for. Mr. Rao

... we shall see him soon here in this forum. As per your questions , i do this frequently 1. Load dbf into an array while ! eof() aadd(TVISU,{field1,file2,filed3,ctod(field4) ....}) // You can also transform field dates ..etc Browsing the array This is a sample where i browse certain fields of the ...
by Richard Chidiak
Sun Apr 03, 2011 3:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: for. Mr. Rao
Replies: 11
Views: 2114

Linea de comandos con Emailer SOLUCIONADO

... port>] [/domain:<domain name>] [/username:<server username>] [/password:<server password>] [/attachment:<file1;file2;file3>] [/html | /plaintext (default)] [/ssl] [/deliveryreport] [/confirm (Confirm arguments before sending)] Saludos Ruben Fernandez
by Ruben Fernandez
Fri Nov 05, 2010 5:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Linea de comandos con Emailer SOLUCIONADO
Replies: 7
Views: 2605

Re: OLE Excel

oxls:Run("FILE2.xls!macro1") works.
But for me the macro is working only after I open the xls file containing the macro.
by nageswaragunupudi
Sat Dec 26, 2009 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE Excel
Replies: 2
Views: 649

OLE Excel

... * oBook := oxls:Get( "ActiveWorkBook") oSheet := oxls:Get( "ActiveSheet" ) * oxls:visible:=.T. * oxls:Workbooks:Run("'FILE2.xls'!macro1") <==== ????? Thanks *
by Jack
Mon Dec 21, 2009 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE Excel
Replies: 2
Views: 649
Next

Return to advanced search