Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hellbender3069

    Reading and Parsing trans.log file

    Hi everybody, sorry for the delay but I had to do some other work before I could finish this. I added a lot of comment to the files and put them on dropbox. The link is : https://www.dropbox.com/s/irqnwwbeib3scmi/translogparser.rar If you have any questions please do not hesitate to ask them...
  2. hellbender3069

    Reading and Parsing trans.log file

    this is a partial implementation. the opening tags from PHP are missing ( due to html tags ). I also don't advice anybody to insert data into the trans.log. The difference with the different versions are the actions that are supported. The log entries have the following structure : 1. unsigned...
  3. hellbender3069

    Reading and Parsing trans.log file

    translog.php <?php include("actions.php"); include("action_struct.php"); class Entry { public $Term; public $Timestamp; public $ActionID; public $Action; Public $Size; Public $Data; Public $DataStruct; } $sFilename = "C:\\temp\\trans.log"; $oFile = fopen($sFilename...
  4. hellbender3069

    Reading and Parsing trans.log file

    Hi Coorsman, this was more easy then i thought. It is nog encrypted like people say it is just binary. I have created a parser in PHP for the information i was looking for. If anyone is interested I could give you the code to work with. It is a project in progess, but it gives you an idea about...
  5. hellbender3069

    Reading and Parsing trans.log file

    Hello Coorsman, thanks for the answer. The problem with the GND tables it that it doesn't hold information about which table a check was registered to and that is just the information i need. The reprint tool shows me the tablenumber together with the checknumber and i noticed that it parses...
  6. hellbender3069

    Reading and Parsing trans.log file

    Hello Coorsman and TahoeMiah, In a distant post you two have discussed the parsing of the trans.log file and did some research into its construction. I am currently in the need to filter some information from the logfile ( the tablenumber connected to a check ) and before I am going to reinvent...
  7. hellbender3069

    TOFOH.TXN and TOBOH.TXN

    Does anybody know what the format of these files need to be? they are polled every few seconds to see if they exist.
  8. hellbender3069

    Aloha CD's and Updates

    I would like to get my hands on the 6.7.30 iso it that could be possible
  9. hellbender3069

    Aloha FoH terminal setup

    The solution i use when getting into this type of trouble is using an USB to COM convertor from Aten. It gives me the option to change the portnumber to the needed com number and Aloha will give a notification of which device errored out.
  10. hellbender3069

    Aloha Com object

    I have a question about using the Aloha com objects. I have the idl file which tells me the functions that are implemented in the com object, but which dll/exe file implements these com objects. I have all the BOH com objects, that is no problem but I need the FOH. In a very old post somebody...
  11. hellbender3069

    Aloha Radiant printer RJ45 to RJ11 adapter source/pinout

    When i click on the link, mediafire says i need a password to download the file. Does anybody know this password? With regards,
  12. hellbender3069

    Customizing checkout.cfg

    Dear Coorsman, could you also send me a copy of the AKB document that includes the variables that can be used in a custom checkout file? With regards, Hellbender

Part and Inventory Search

Back
Top