Learn More
Search site for:
News »
Scroll Up for Recent News
Appx 5.0 Released!
The long awaited Release 5 of Appx is available ...

[Read Full Article]


Appx 5.0 Beta for Windows is Ready!
The Windows version of Appx Release 5.0 Beta is ready...

[Read Full Article]


Appx 5.0 Linux Beta is Ready!
Appx Release 5.0 Beta is ready. This Release includes ...

[Read Full Article]


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

[Read Full Article]


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

[Read Full Article]


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

[Read Full Article]


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]


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

[Read Full Article]


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

[Read Full Article]


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

[Read Full Article]


Conference Results
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]


Appx Conference
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]


Minicom Joins CWI
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]


Sadden Joins CWI
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]


SWS Joins CWI
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]


Sintec Joins CWI
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


Using Any Font in a PDF Output

Here is a technique that will let you use any True Type Font in a PDF output:

1) Place your font file in the Resource directory for the application. A true type font file name MUST have an extension of ".ttf". Other types of font files may also be supported, but we have not tested them and do not know if they work.

2) Define a Named Resource for the Font as follows:
Resource Name=[whatever you like]
State=Rollover Selected
Location Type=Design
Location Data=[font file name without an extension]
When you enter the font file name into the Location Data field, DO NOT include the .ttf extension. Other Location Types should also work, but we have not tested them.

3) In your Output Process, define a Label widget with a Widget Name. Enter the Resource Name for the special font in the Resource field. Leave the Font Name field blank.

4) In the Pre-Display event point, use ILF to set the value of 10 into the WIDGET FONT field:
     SET     --- WIDGET NAME     =      
     READ    --- WIDGET      HOLD 1 FT 0 BY WIDGET NAME
T    SET     --- II              =      10
T    SET     --- WIDGET FONT     = --- II
T    REWRITE --- WIDGET      FAIL 0
The font will be embedded into the PDF document so it should be viewable and printable on all systems, even if the font is not installed on that system. You can even use this technique to print Bar Codes.

If you encounter problems, try deleting your Em/Dbg directories and starting a new Client session.

Field Separators Anywhere

Field Separators are a handy way to get columnar lines on a scrolling display but, if the column heading is larger than the field, then putting it before or after the field doesn't work. The line will run through the middle of our heading. What we want is a way to put a field separator anywhere on the image.

We can do this by defining a dummy field (e.g., --- TEMP 1) wherever we want the separator and then using the GUI attributes on that field to specify separators. Make sure you set the Tabable and Modifiable attributes to "N", so the field is not apparent to the user at runtime.




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

[back to top]