Search found 19 matches: copyfiles

Return to advanced search

Re: Harbour functions not in xHarbour

I need to work with some FWH/Harbour code. When I try to compile it in xHarbour, the compiler complains that the following functions are missing. _HB_FUN_GETDEFAULTFONTNAME _HB_FUN_GETDEFAULTFONTHEIGHT _HB_FUN_GETINI _HB_FUN_SETGRADIENTBTNBMP _HB_FUN_ULRIMAGE _HB_FUN_VALEMPTY _HB_FUN_GETIMAGE _HB_F...
by Silvio.Falconi
Thu Jan 17, 2019 12:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour functions not in xHarbour
Replies: 5
Views: 908

Harbour functions not in xHarbour

I need to work with some FWH/Harbour code. When I try to compile it in xHarbour, the compiler complains that the following functions are missing. _HB_FUN_GETDEFAULTFONTNAME _HB_FUN_GETDEFAULTFONTHEIGHT _HB_FUN_GETINI _HB_FUN_SETGRADIENTBTNBMP _HB_FUN_ULRIMAGE _HB_FUN_VALEMPTY _HB_FUN_GETIMAGE _HB_FU...
by James Bott
Wed Jan 16, 2019 1:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour functions not in xHarbour
Replies: 5
Views: 908

Re: filecopy not run

... \ Images \ I tried the filecopy () function but there are problems and last night I found in the folder fivewin (gallery) a procedure called copyfiles that seems to work better but has a 'interface with a dialog I wanted to try if you can remove this dialog and call the copying function directly ...
by Silvio.Falconi
Sat Sep 08, 2018 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: filecopy not run
Replies: 2
Views: 652

para la atención de mis amigos Cristobal y Antonio Linares

... cuando enchufo el cable de la tableta al pc nada sucede que él recarga solamente la batería Para copiar los archivos estoy usando el procedimiento copyfiles que podemos encontrar en la carpeta de ejemplo fwh. Normalmente uso este procedimiento y funciona. Lo uso cuando creo un año de ejercicio ...
by Silvio.Falconi
Wed Sep 27, 2017 8:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: para la atención de mis amigos Cristobal y Antonio Linares
Replies: 7
Views: 1548

Re: copy some files from tablet

... function ( samples folder of fwh) not run good because I cannot set the drive I not Know wich is the drive if id e or f or g or h function Main() CopyFiles( { "..\..\..\lib\five.lib", "..\..\..\lib\fivec.lib", "..\..\..\lib\winapi.lib" },; { "..\..\..\lib\five.bak", ...
by Silvio.Falconi
Thu Jul 27, 2017 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy some files from tablet
Replies: 11
Views: 1811

Re: GIF en proceso automático

... := {|| Eval( bAction, odlg ), oDlg:End(), SysRefresh() } oDlg:lhelpicon := .f. activate dialog oDlg centered on init(if(nTip=1,oAnimate:copyfiles(),; if(nTip=2,oAnimate:delfile(),; if(nTip=3,oAnimate:copyfile(),; if(nTip=4,oAnimate:emptycan(),; if(nTip=5,oAnimate:destfile(),; if(nTip=6,oAnimate:fileverif(),))))))) ...
by MGA
Mon Mar 24, 2014 4:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GIF en proceso automático
Replies: 6
Views: 1256

Re: CopyFile & ProgressBar

Maybe this post can help you.
viewtopic.php?f=6&t=15657&hilit=copyfiles#p81071
Regards.
by FranciscoA
Thu Dec 12, 2013 2:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CopyFile & ProgressBar
Replies: 5
Views: 1969

Re: Dialogo que muestre como avanza un proceso

... AEVAL(aDirectorio, {|aFich| AADD(aFuente, aFich[F_NAME]), AADD(aDestino, Destino+"\"+aFich[F_NAME]), SysRefresh() } ) dbCloseall() CopyFiles(aFuente,aDestino) MsgInfo("Respaldo efectuado. Revise siempre la integridad del respaldo") MisAreas() ENDIF return nil //----------------------------------------------------------------------------// ...
by FranciscoA
Wed May 20, 2009 10:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dialogo que muestre como avanza un proceso
Replies: 6
Views: 1706

Re: CopyFileEx

... no lo han hecho). No es mia, venia como ejemplo en FW //----------------------------------------------------------------------------// function CopyFiles( aSource, aTarget, nBufSize ) local oDlg, oSay1, oSay2, oSay3, oBtnCancel local oMeter1, oMeter2 local nAmount1, nAmount2 local lEnd := .f. ...
by FranciscoA
Mon Feb 02, 2009 2:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CopyFileEx
Replies: 5
Views: 1854

gracias;
Lo probé y allí solo muestra lo que tiene la clase por defecto
oAnimate:Search()
oAnimate:FindFile()
oAnimate:Locate()
oAnimate:CopyFiles()
oAnimate:CopyFile()
oAnimate:DelFile()
oAnimate:EmptyCan()
oAnimate:DestFile()

otra sugerencia?
Uso FW27
by MarioG
Sat Nov 01, 2008 1:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Uso TAnimate
Replies: 4
Views: 864

Re: Función para indexar

... local oBrush,cBrush:="Fondo1.BMP" local nClrTxt:= RGB(0,0,0) DEFAULT lTodo:=.f. DEFINE BRUSH oBrush FILENAME cBrush DEFINE DIALOG oDlg RESOURCE "CopyFiles" BRUSH oBrush TRANSPARENT ; TITLE "Creando ficheros indices (Reindexando)" oAnimate = TAnimate():Redefine( 160, oDlg ) REDEFINE TSAYT oSay1 ...
by FranciscoA
Fri Oct 03, 2008 1:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Función para indexar
Replies: 5
Views: 2329

... If !SiNo(CRLF+CRLF+"Directorio "+destino+" ya existe. ¿Lo sobre-escribe?","Esta Seguro?") return nil endif else lmkDir(Destino) endif dbCloseall() CopyFiles( { cPathDef+"\WMDATA.DBF",; cPathDef+"\proceso.dbf",; cPathDef+"\wcont32.ini" },; { DESTINO+"\WMDATA.DBF",; destino+"\proceso.dbf",; destino+"\wcont32.ini" ...
by FranciscoA
Mon Sep 08, 2008 11:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drive List
Replies: 7
Views: 1948

hi. Lore yo lo utilizo sin problemas cuando indexo mis archivos,,, oAnimate:CopyFiles() _tipoDeAnimacion(oAnimate,4) oAnimate:Play() * aqui mi proceso oAnimate:stop() function _tipoDeAnimacion( oAnimate, nAvi ) do case case nAVI == 1 oAnimate:Search() case nAVI ...
by sysctrl2
Thu Nov 29, 2007 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase tAnimate
Replies: 4
Views: 1160

... AppName = "Test" InstallDir = "\Test" [SourceDisksNames] 1 = , "Common Files",,C:\Projects\Test [SourceDisksFiles] Test.Exe = 1 [DefaultInstall] CopyFiles = CopyToTest AddReg = RegData CEShortcuts = Shortcuts [DestinationDirs] CopyToTest = 0, %InstallDir% Shortcuts = 0, %CE11% [CopyToTest] "Test.Exe", ...
by pawelu
Fri Dec 23, 2005 7:52 am
 
Forum: FiveWin for Pocket PC
Topic: Cab install files for Pocket Pc
Replies: 2
Views: 1451

Cab install files for Pocket Pc

... = "\YourInstallDir" [SourceDisksNames] 1 = , "Common Files",,FullPathForPcExeFile [SourceDisksFiles] YourExeFile.Exe = 1 [DefaultInstall] CopyFiles = CopyToYourProg AddReg = RegData CEShortcuts = Shortcuts [DestinationDirs] CopyToYourProg = 0, %InstallDir% Shortcuts = 0, %CE11% [CopyToYourProg] ...
by pawelu
Thu Dec 22, 2005 9:34 pm
 
Forum: FiveWin for Pocket PC
Topic: Cab install files for Pocket Pc
Replies: 2
Views: 1451
Next

Return to advanced search