Search found 30 matches: testfile

Return to advanced search

Re: Installation of mod_harbour as module or fastcgi handler

Dear Antonio, Dear Otto! Thanky to you for your kind replies. @Otto: the testfile outputs just a simple welcome message: PROCEDURE Main() ? 'Some Text to return' RETURN The purpose of this Hello-World-Example is only to see if the Harbour-interpreter works basically ...
by chrisiwien
Fri May 21, 2021 9:22 am
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2875

Re: Function to download a defined file from a homepage ?

... "*.*" ) // , "D" ) AEval( aFiles, { | aFile | MsgInfo( aFile[ 1 ], aFile[ 3 ] ) } ) results : ------------------ . .. Firma Testfile.zip // a testfile Service // subdirectory Software // Subdirectory _we_info // file index.html // file ------------------- my downloadfiles ...
by ukoenig
Fri Apr 22, 2016 8:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function to download a defined file from a homepage ?
Replies: 31
Views: 15289

Re: batfile parameter

Hello,

I have already the solution,

I have to use /d (xc.bat testfile /dSQL_IS_ON)

Pieter
by pieter
Wed Jan 06, 2016 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: batfile parameter
Replies: 2
Views: 474

batfile parameter

... /i%fwdir%\include;%hbdir%\include %2 > comp.log echo -O2 -I%hbdir%\include;%bcdir%\include %1.c > temp.bc %bcdir%\bin\bcc32 -M -c @temp.bc testfile.prg: I was thinking that I could do something like this xc.bat testfile /p=SQL_IS_ON Now I want in testfile.prg #define SQL_IS_ON Anybody an ...
by pieter
Wed Jan 06, 2016 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: batfile parameter
Replies: 2
Views: 474

Re: txtfile

Look

..\samples\redefine.prg
..\samples\srcview.prg
..\samples\testfile.prg
by cnavarro
Mon Oct 12, 2015 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: txtfile
Replies: 3
Views: 982

Re: Alternative to memoline()

Check out ttxtfile class.
Example in samples folder testfile.prg
by Gale FORd
Mon Apr 27, 2015 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Alternative to memoline()
Replies: 5
Views: 873

Re: Unknown informations in log-file ( missing error-line ) ?

Antonio, Thank You very much- That is the message I've been looking for ( from warnings.log ) : oText:Add( "CA-Clipper & FiveWin: ) testfile.prg(8) Error E0002 Unterminated string: 'CA-Clipper & FiveWin: )' Do I have to modify my RMK-files to get the warning.log,, because it is ...
by ukoenig
Thu Jun 20, 2013 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unknown informations in log-file ( missing error-line ) ?
Replies: 6
Views: 2292

Re: Unknown informations in log-file ( missing error-line ) ?

André The testfile.prg sample got only 27 lines The values in comp.log don't make any sense to me. The values are the same. It doesn't matter, if the error will be in line 3 or 7 #include "FiveWin.ch"function Main()local ...
by ukoenig
Wed Jun 19, 2013 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unknown informations in log-file ( missing error-line ) ?
Replies: 6
Views: 2292

Re: Unknown informations in log-file ( missing error-line ) ?

Antonio, There seems to be special situations. I had to check line by line by myself. I will create a little testfile with these special errors. The same mystery happend with this error : LOCAL oWnd1, oSay[4], oGet1, ,cGet1 := "?" I added these errors to \samples\testfile.prg ...
by ukoenig
Wed Jun 19, 2013 6:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unknown informations in log-file ( missing error-line ) ?
Replies: 6
Views: 2292

Re: xBrowse con TDolphin - error al compilar

... es un METODO de la clase XBrowse, significa que la clase XBrowse soporta nativamente a Dolphin a diferencia de testfw2.prg, testfw3 y testvar testfile.prg lo tiene como: SetDolphin( oBrw, oQry, .F.) eso es porque SetDolphin es una FUNCION y no un METODO Obviamente sin ánimo de generar ...
by Daniel Garcia-Gil
Tue Nov 06, 2012 11:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse con TDolphin - error al compilar
Replies: 10
Views: 1946

Re: xBrowse con TDolphin - error al compilar

Daniel; Acabo de actualizar desde el SVN y de la carpeta samples observo: sa_vs_up.prg lo tiene como: Setdplphin( oQry, .f. ) testfile.prg lo tiene como: SetDolphin( oBrw, oQry, .F.) testfw2.prg, testfw3 y testvar lo tienen como: Setdplphin( oBrw, oQry ) y el resto, dos, lo tienen comentado, ...
by MarioG
Tue Nov 06, 2012 11:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse con TDolphin - error al compilar
Replies: 10
Views: 1946

Re: Consulta sobre TDolphin

Testfile es un pequeño ejemplo de como podemos subir y descargar cualquier tipo de archivo en una tabla, importante que tengamos una columna con el nombre del archivo o la extension para poder determinar como abrirlo una vez ...
by nnicanor
Sun Apr 01, 2012 4:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre TDolphin
Replies: 22
Views: 5842

Re: Consulta sobre TDolphin

Hola aprovecho este hilo para hacer una consulta a Daniel sobre uno de los ejemplos, es sobre el archivo testfile.prg. Logro compilarlo y ejecutarlo pero no se que tipo de archivo debo abrir. Y de paso les consuto otra duda, estoy haciendo un pequeño ABM de clientes relacionados ...
by Marcelo Roggeri
Sun Apr 01, 2012 3:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre TDolphin
Replies: 22
Views: 5842

Re: problemas al compilar ejemplos TDolphin

Saludos

Arreglado sa_vs_up.prg....
Arreglado Testfile.prg
Arreglado Testpag.prg
Arreglado Testsk2.prg
Arreglado testvar.prg

mismo problema del post anterior
by Daniel Garcia-Gil
Wed Jan 25, 2012 11:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas al compilar ejemplos TDolphin
Replies: 18
Views: 4379

Re: Class < BtnBmp > changing to Style 2007 at Runtime ?

A testfile without Resource ( just copy to folder /samples ) : Once a different Background is selected ( Color, Gradient or Transparent ), it is impossible to switch back to Style 2007. Maybe possible to RESET Buttonstyle and ...
by ukoenig
Wed Mar 23, 2011 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class < BtnBmp > changing to Style 2007 at Runtime ?
Replies: 1
Views: 756
Next

Return to advanced search