Learn More
Search site for:
News »
Scroll Up for Recent News
Nov 2008
Appx 5.0 Beta is Ready!
Appx Release 5.0 Beta is ready. This Release includes ...

[Read Full Article]


June 2008
Caylx Retires from Distribution
Following 33 years of working with the SPEED I, SPEED II and APPX...

[Read Full Article]


April 2008
Appx Blog Online
ASI has started a blog! This is an excellent way...

[Read Full Article]


December 2007
Appx Conference 2007
We're pleased to report that our first European APPX Conference proved to be...

[Read Full Article]


August 2007
Appx Conference 2007
Still haven't decided if the Appx Conference is for you? First of all, it's a great way...

[Read Full Article]


June 2007
CWI Hosts European Conference
For some years now, ASI has been hosting tremendously successful APPX conferences in the USA...

[Read Full Article]


January 2007
ASI announces the APPX 4.2.a Patch Release is now available for download ...

[Read Full Article]


August 2006
ASI provides a new format for emailed APPX registrations. Registrations are now being sent as text file attachments to...

[Read Full Article]


May 2006
Another conference is over, and once again it provided an excellent opportunity to network, learn and socialize with VARs and customers from around the world...

[Read Full Article]


February 2006
You are cordially invited to join your APPX colleagues and friends at the newest "episode" of the bi-annual conference, called "APPX EX-ZOO-BERATION 2006"!...

[Read Full Article]


July 2005
CWI is delighted to welcome Minicom Software House Ltda, located in Brazil, to its reseller network!

For over 25 years, Minicom's team of consultants has been involved in the development and...

[Read Full Article]


March 2005
Sadeen Computerized Systems is an integrated solutions provider which has been offering management control software, security systems and access control software to SMEs for a number of years. Now, however...

[Read Full Article]


January 2005
CWI is pleased to welcome SWS Software Service in Austria to its reseller network! SWS has been a very successful SPEED II reseller since 1983 and has been working with APPX since...

[Read Full Article]


December 2004
CWI is pleased to welcome Sintec, S.A. de C.V. from Mexico to its reseller network!

[Read Full Article]


Scroll Down for Archived News


A | B | C | D | E |F | G | H | I | J | K | L | M | N | O | P
Q | R | S | T | U | V | W | X | Y | Z


Logging ILF execution

Occasionally we encounter intermittent problems that are difficult to track down. We know the problem is in our code somewhere, but we can't see how the user is getting the faulty code to run or we can't tell how they get to a certain process.

APPX provides a detailed logging facility (similar to the Trace utility that is available when you use Option 99 to invoke a process) that will show every statement executed in each event point together with the values of the referenced variables and data fields at that point in time and any True/False flags. The log is formatted as an HTML document, making it easy to view with any web browser. To activate the log, simply set the environment variable APPX_ILF_LOG equal to a file name and APPX_DB_TRAPS=1. Make sure that the user APPX has write permissions to the file location that you specify.

Mixing the output from several users into one log file will give you meaningless output so it is important to ensure that only one user is writing to the log file at any given time. Depending on your system configuration , you can set the HTML logging variables in the user's appx.env file, in the batch file with which APPX is invoked or you can assign those variables to a particular port. For example, when defining the service with `appxdsvc', append the environment variables to the end of the line defining the service:

appxdsvc ­install ­name=appx8062 ­displayname="Port for ILF Logging only" ­port=8062 -engine=c:\appx.exe APPXPATH=c:\appx\data APPX_KEYMAP=Windows APPX_ILF_LOG=c:\ilflog.html APPX_DB_TRAPS=1

Links in PDF Documents

If your PDF report includes an Email address or web address, that data will automatically become a hyperlink when viewed in Adobe Acrobat. You don't have to do anything special to make the hyperlink available, but you might want to consider underlining the data or printing it in a different colour to indicate to the end user that the field is clickable.





For additional information, contact tips@cwi-appx.com

[back to top]