Search found 39 matches: fileio

Return to advanced search

Re:

... estan tambien pasandolas a Harbour. Te voy a poner un ejemplo practico, para que puedes ver realmente como funciona; Ejemplo: [code]#include "fileio.ch" #include "hbxml.ch" PROCEDURE Main( cFileName ) hFile := FOpen( cFileName ) If hFile = -1 Error_Msg( cFileName, "No se pudo abrir el fichero" ...
by MarioDava
Tue Oct 02, 2007 2:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Leer datos especifico de un XML
Replies: 26
Views: 10514

I tried by reference but with no success. Regards Otto #INCLUDE "BOX.CH" #INCLUDE "FILEIO.CH" #INCLUDE "FIVEWIN.CH" #INCLUDE "FOLDER.CH" #INCLUDE "INKEY.CH" #INCLUDE "REPORT.CH" function Main() LOCAL oWnd DEFINE WINDOW oWnd from 1,1 TO 30,60 TITLE "TEST"; MENU bldMenu() ...
by Otto
Fri Aug 31, 2007 4:52 pm
 
Forum: FiveWin for CA-Clipper
Topic: ButtonBars for Dialog
Replies: 5
Views: 2082

... the xml.ch. As i said, someone adapted the FW to Xh/FWH class that i got in this newsgroup. regards Pedro xml.prg: #include "hbclass.ch" #include "fileio.ch" #include "common.ch " CLASS TXMLWRITE DATA hFile, lFormated, CRLF, aMark METHOD New( cOut, cVer, cEncode, cSheet, lFormated ) CONSTRUCTOR ...
by Pedro Faro
Mon Jun 18, 2007 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML
Replies: 6
Views: 2603

... y sugerencias a fredy@airtel.net * ******************************************************************************* #include "hbclass.ch" #include "fileio.ch" #include "common.ch " CLASS TXMLWRITE DATA hFile, lFormated, CRLF, aMark METHOD New( cOut, cVer, cEncode, cSheet, lFormated ) CONSTRUCTOR ...
by Pedro Faro
Mon Jun 18, 2007 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML
Replies: 6
Views: 2603

Connection

... TO <cnn> => <cnn> := HB_ADOSetConnection( <cnn> ) #endif ADORDD.PRG #include "rddsys.ch" #include "hbusrrdd.ch" #include "fileio.ch" #include "error.ch" #include "adordd.ch" #include "common.ch" ANNOUNCE ADORDD static s_cTableName, s_cEngine, s_cServer, s_cUserName, s_cPassword, ...
by digicad
Sun Apr 29, 2007 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 104150

... a logical value ? It should". The Result is same. Finaly I change my code as follows : // Include files details #include "FiveWin.ch" #include "Fileio.ch" #include "Inkey.ch" #include "Font.ch" #include "Color.ch" Static oBacktWnd, lPath, TPath, lType, lDrive, oDLG, oFont //----------------------------------------------------------------------------// ...
by Arindam
Fri Jan 26, 2007 7:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved Code
Replies: 15
Views: 5693

NO FUNCIONA?

... si esta algo desordenado //************************************* #include "FiveWin.ch" //#include "SSay.ch" //#include "fileio.ch" //#include "Odometer.ch" //#include "tooltips.ch" //#include "c5grid.ch" //#include "clock.ch" ...
by AIDA
Sat Jan 13, 2007 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Como se meter un RC en un EXE
Replies: 5
Views: 1990

Clase para manejar Blat.exe ....

... (pero no obligatorio) realizar un Inkey(1) entre mensajes para evitar que los nombres de los ficheros coincidan. */ #include "Obj2Hb.ch" #include "Fileio.Ch" #define HKEY_LOCAL_MACHINE 2147483650 // 0x80000002 //----------------------------------------------------------------------------// CLASS ...
by FiveWiDi
Wed Oct 25, 2006 8:58 pm
 
Forum: Utilities / Utilidades
Topic: Clase para manejo de blat.exe desde FiveWin. V1.1
Replies: 8
Views: 5486

GetWindow/GetModuleFileName

... with XP. This code works here with FW but not with FWH. FHW: msginfo(cTask) has always the same value. Regards Otto #INCLUDE "BOX.CH" #INCLUDE "FILEIO.CH" #INCLUDE "FIVEWIN.CH" #INCLUDE "FOLDER.CH" #INCLUDE "INKEY.CH" #INCLUDE "REPORT.CH" #define BIF_RETURNONLYFSDIRS 1 #define BIF_DONTGOBELOWDOMAIN ...
by Otto
Fri Jul 28, 2006 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetWindow/GetModuleFileName
Replies: 3
Views: 894
Previous

Return to advanced search