Search found 23 matches: file1

Return to advanced search

Re: Ayuda con DLL

... Private NomArch,File1,File2,File3,File4 oTimer:DeActivate() File1:=RutaDat+"\LEERCONF.MEM" IF FILE("&File1") FERASE("&File1") ...
by Jorge Jaurena
Tue Jun 04, 2024 2:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con DLL
Replies: 8
Views: 567

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 ...
by nageswaragunupudi
Thu Jul 06, 2023 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy Directory
Replies: 11
Views: 850

Re: Copy File Name

... my name on 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: 1660

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. ...
by James Bott
Fri Feb 14, 2020 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with memo text printout
Replies: 5
Views: 1651

Re: mod harbour projects

... start? Is there a make file. Can 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 ...
by Otto
Fri Sep 13, 2019 8:05 am
 
Forum: mod_harbour
Topic: mod harbour projects
Replies: 2
Views: 790

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

Re: Modify DBF Structure

... containing the same DBF-files, but only containing 1 record. While upgrading, in de folder DATA, I take the first DBF-file (let's call it FILE1.DBF), rename it to FILE1OLD.DBF. Then I make a new FILE1.DBF, using the structure of FILE1.DBF in the folder DATABESC. Then I copy all the records ...
by driessen
Thu Mar 29, 2018 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modify DBF Structure
Replies: 2
Views: 694

Re: Icons and buttons

Here is with the old FWH (example 1) http://www.tussman.com/wp-content/uploads/2016/02/file1.bmp 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 ...
by dtussman
Wed Feb 17, 2016 11:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Icons and buttons
Replies: 10
Views: 2619

Re: DBF to SQL converter program

... now 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 ...
by pieter
Wed Jul 29, 2015 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 20519

Re: FastReport LoadImageFromHbVar

... picture object, can be edited in the left tribution table . 2.3) prg : private fr3img FrPrn := frReportManager():new() 2.4 prg: FUNCTION fr3img(file1) fr3img:=nil fr3img:=memoread(file1) sysrefresh() return
by ShumingWang
Thu Apr 17, 2014 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FastReport LoadImageFromHbVar
Replies: 8
Views: 1687

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 ...
by ukoenig
Sat Oct 05, 2013 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also for Image
Replies: 5
Views: 2134

Re: Google Drive Does Not Sync

Thanks

I get file1[Conflict 1], file1[Conflict 2], etc if the same file is accessed by two users. How to solve this.

Regards
ACWoo
FWH1303+harbour+bcc582
by acwoo1
Sat Apr 27, 2013 2:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Drive Does Not Sync
Replies: 9
Views: 1409

Re: OT: Fake Printer Driver

... program 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 ...
by Bayron
Fri Jul 01, 2011 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Fake Printer Driver
Replies: 9
Views: 2038

Re: Harbour method address

I know it. I need to redefine the method and AFTER call the original method. 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 ...
by Roberto Parisi
Mon May 30, 2011 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour method address
Replies: 7
Views: 1214

Linea de comandos con Emailer SOLUCIONADO

... [/port:<smtp 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: 2719
Next

Return to advanced search