Search found 41 matches: bak

Return to advanced search

Clipboard TEXT

... now it work :D --- than i had a look into Logfile and found 28.02.2023 07:46:42: COPYTOCLIPBOARD( 3386 ) cText = E"C:\fwh\0\LISTVIEW\TGRID.BAK\r\n " 28.02.2023 07:47:08: TEXTFROMCLIPBOARD( 3400 ) cText = E"C:\fwh\0\LISTVIEW\TGRID.BAK\r\n" 28.02.2023 07:47:25: TEXTFROMCLIPBOARD( ...
by Jimmy
Tue Feb 28, 2023 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clipboard TEXT
Replies: 0
Views: 172

volviendo a 16bits con Fivewin, Clipper y Blinker

... w16 /m/n/es2 REM clipper w17 /m/n/es2 REM clipper w18 /m/n/es2 Blinker @Cuentas.lnk @FwPead.lnk brc -k seis.rc Util700.exe REM del *.obj REM del *.bak REM del *.log REM cd .. del *.map del *.bif rem utiles.exe REM cd util700 Este era el archivo de enlace de objetos Cuentas.LNK output Util700 FI ...
by Armando Picon
Tue Jun 23, 2020 3:52 am
 
Forum: FiveWin for CA-Clipper
Topic: volviendo a 16bits con Fivewin, Clipper y Blinker
Replies: 1
Views: 15570

Volviendo a programar con Fivewin

... rem IF EXIST %miTWLib% DEL %miTWLib% ECHO. ECHO. ECHO. PAUSE /p Terminando la libreria con Fwh y Borland ECHO. DEL *.OBJ DEL *.C DEL *.PRG DEL *.BAK del *.ppo Por fa' necesito de un buen samaritano para superar estos errores. Gracias adelantadas
by Armando Picon
Wed Apr 03, 2019 6:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Volviendo a programar con Fivewin
Replies: 5
Views: 1136

Re: Backup/Restore MySQL data when build BAT file

Horizon wrote:Hi Richard,

Can you try it without "call"

WaitRun("bak.bat",0)


HI Hakan,

You're right, work fine.
Thaks a lot.
by richard-service
Sun Sep 03, 2017 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backup/Restore MySQL data when build BAT file
Replies: 9
Views: 1626

Re: Backup/Restore MySQL data when build BAT file

Hi Richard,

Can you try it without "call"

WaitRun("bak.bat",0)
by Horizon
Sun Sep 03, 2017 8:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backup/Restore MySQL data when build BAT file
Replies: 9
Views: 1626

Backup/Restore MySQL data when build BAT file

...      // cDriver + ":\" + cDriverDir + "\BackUpData\"LOCAL cfile      := 'BackupDatabase.sql'          fp:=FCREATE("bak.bat")      WRITE(fp,"@ECHO OFF")          FWRITE(fp,CRLF+"mysqldump.exe --host "+AllTrim(chost)+" --default-character-set="+names+" ...
by richard-service
Sun Sep 03, 2017 2:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backup/Restore MySQL data when build BAT file
Replies: 9
Views: 1626

Re: copy some files from tablet

... { "..\..\..\lib\five.lib", "..\..\..\lib\fivec.lib", "..\..\..\lib\winapi.lib" },; { "..\..\..\lib\five.bak", "..\..\..\lib\fivec.bak", "..\..\..\lib\winapi.bak" } ) return nil
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: multiple defintions, forst defined here

... := {} LOCAL NEVENT := 0 LOCAL HCURRWND := 0 LOCAL HIGH := 190 LOCAL WIDE := 550 LOCAL FREESPACE := DISKSPACE(0) LOCAL FILENAME := "\SCO\DAT\BAK\" + STRTRAN(DTOC(DATE()),"/","-") + ".ZIP" LOCAL HSCOICON := 0 PUBLIC HMAINWND // MAIN WINDOW PUBLIC HIDDEN := ...
by lmheimendinger
Mon Dec 05, 2016 3:52 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 20372

Re: Error con TSButton y archivo bpaint.c

Y de que manera puedo agregar en el .make el borrado de los .obj .c y .bak una vez creado el .exe ?
by Compuin
Sat May 21, 2016 9:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error con TSButton y archivo bpaint.c
Replies: 9
Views: 1345

MS-SQL-BAK file to MySQL

Hi, Is there a way to read data from a MSSQL-BAK file into MySQL. I found some tools to doa conversion, but I need to do it from my program. I have program that read some data from a database, a make some documentation from it. Until now, tha system ...
by Marc Vanzegbroeck
Thu Jan 14, 2016 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS-SQL-BAK file to MySQL
Replies: 0
Views: 300

New FTDN November/Noviembre 2015 (FWH 15.11)

... change back colors - Improvement, build project - Initial implementation add/del/sort libs of FW, Harbour and compiler C - Create file.BAK old file to save file - Syntax colors and folding for files .C - Implementation return to previous position GENERAL: * Fix: bar.prg: When buttonbar ...
by Antonio Linares
Sat Dec 26, 2015 9:26 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2015 (FWH 15.11)
Replies: 5
Views: 2754

Re: Mejoras para scintilla

... change back colors - Improvement, build project - Initial implementation add/del/sort libs of FW, Harbour and compiler C - Create file.BAK old file to save file - Syntax colors and folding for files .C - Implementation return to previous position https://bitbucket.org/fivetech/fivewin-contributions/downloads/fivedit32.zip
by cnavarro
Sun Dec 20, 2015 10:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839596

Re: Mejoras para scintilla

... Fix: Change language - Fix: Close File - Fix: Change colors editor - Fix: Searchs and Replace characters Unicode - New: Save Option creation file .bak - New: Fixed SavePreferences and SaveEditorSettings New: 21/11/2015 - New: Improvements Find and Replace options - New: Implementation historic ...
by cnavarro
Sun Nov 22, 2015 9:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839596

Re: Relinking errorsysw.prg

... Caso de Duvidas, Consulte-o. Borland C. Rem Localiza‡Æo dos Paths Set hdir=C:\XHARBOUR1303 Set bcdir=C:\bcc582 Set fwhdir=C:\FwH1306 @If Exist *.Bak Del *.Bak @If Exist FCI.Obj Del FCI.Obj @If Exist *.Log Del *.Log @If Exist FCI.Map Del FCI.Map @If Exist FCI.PPO Del FCI.Ppo @If Exist FCI.TDS ...
by karinha
Tue Oct 29, 2013 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Relinking errorsysw.prg
Replies: 12
Views: 3171

Re: Problemas de Complilación en FWH\Samples con xHarbour 1.2.3

Cristobal: Efectué los cambios a las dos librerías, renombrándolas como .bak y dejé las librerías del 29/09/2013. Quedó solucionado el problema y ahora no se presenta ningún problema. Lo que pasa es que había renombrado siempre una de ellas y nunca las dos juntas. ...
by checo176
Mon Oct 21, 2013 2:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas de Complilación en FWH\Samples con xHarbour 1.2.3
Replies: 11
Views: 2742
Next

Return to advanced search