Search found 7 matches: filelog

Return to advanced search

Re: filelog

Otto,

Have you tried with :

{ Encrypt( "SaveStandard" ), Encrypt( ::oZiRg:code ), Encrypt( ::oZiRg:USER_TIME ), Encrypt( ::LEdit ), Encrypt( ::oZiRg:artnum ), ...

each value must be of character type. If not then use Encrypt( cValToChar( ... ) )
by Antonio Linares
Thu Aug 20, 2009 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: filelog
Replies: 5
Views: 886

Re: filelog

Hello Antonio, logfile( Setup():Daten + "protokoll\log" + dtos(date()) + ".txt",; { "SaveStandard", ::oZiRg:code,::oZiRg:USER_TIME,::LEdit,::oZiRg:artnum, ::oZiRg:bezeichnun, ::oZiRg:Menge, ::oZiRg:preis } ) I would like to use it for program intern protocols. The diffe...
by Otto
Thu Aug 20, 2009 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: filelog
Replies: 5
Views: 886

Re: filelog

Otto,

Is it for error.log or for another log file ?

What function or code do you use to create the log file ?
by Antonio Linares
Thu Aug 20, 2009 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: filelog
Replies: 5
Views: 886

Re: filelog

Hello Antonio,
thank you. But I would like to decrypt the text before writing to the disk but after filelog made of all the single array entries a string.
Do you think this is possible?
Thanks in advance
Otto
by Otto
Thu Aug 20, 2009 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: filelog
Replies: 5
Views: 886

Re: filelog

Otto, You can use FWH functions Encrypt() and Decrypt(): http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_encrypt http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_decrypt i.e.: MemoWrit( "file.log", Encrypt( MemoRead( "another.log"...
by Antonio Linares
Thu Aug 20, 2009 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: filelog
Replies: 5
Views: 886

filelog

Would it be possible to have a crypt possibility to the filelog function and if yes how would the decrypt be handled?
Thanks in advance
Otto
by Otto
Thu Aug 20, 2009 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: filelog
Replies: 5
Views: 886

Impresores fiscales

... ningun otro comando, ya que el Handler de la funcion no se encuentra activo. Esto lo veo en el archivo de seguimiento de la dll (seteado con FILELOG) donde me queda así: DLL 32 bits Versión 301 OpenComFiscal COM1. Open port COM1... OpenPort OK, PortNumber 0 OK: Handler 0 Mode ANSI A BusyWaitingMode ...
by cmsoft
Fri May 18, 2007 1:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresores fiscales
Replies: 0
Views: 851

Return to advanced search