Learn More
Search site for:
News »
Scroll Up for Recent News
ASI Launches new Beta Progam
Appx Software, Inc has launched a new beta program ...

[Read Full Article]


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


'Drill Down' Inquiries

One of the recently introduced, but little used, features of APPX is the PRINT FILE BROWSABLE flag. You can set this PDF prior to running a report in order to make the report ‘browsable’. This means that while the user is viewing the report, they can position the cursor on any record in the PCF and press Option 33 which will invoke the default input process for that PCF. APPX will automatically position them on the selected record. Note that if the parent process has children (i.e. it is a multi-level output or inquiry/output process) only the PCF associated with the top level process is ‘browsable’.

We can use this to create inquiry processes that have a ‘drill down’ capability. For example, let’s start with an A/R transaction Inquiry. The INQUIRY process has the TAR CUSTOMER file as the PCF, and an OUTPUT process that lists the transactions as an automatic child. Its PCF is the TAR TRANSACT file. We want to add a drill down capability to the transaction display, so the user can pick any transaction and call up more information on it. Since the PRINT FILE BROWSABLE flag only works on the top level PCF, which is CUSTOMER in this case, and we want to browse the transaction file, we replace the INQUIRY with a simple input process that lists the customers, and has the old OUTPUT process attached as an automatic child. We invoke this child as RELATED, and in the start of process of the OUTPUT, we set PRINT FILE BROWSABLE to “Y”. Finally, we create another simple input that displays all the data from the TRANSACT file. This input process name is entered in the Data Dictionary for the TRANSACT file as the Default Process.

When the user runs the INPUT process and selects a customer, the OUTPUT is invoked, and because the PRINT FILE BROWSABLE flag is turned on, APPX will keep track of the records on the screen. When the user positions the cursor on a particular record and presses Option 33, APPX invokes our simple INPUT on TRANSACT, and positions them automatically on the record they were viewing on the OUTPUT process. When they end the INPUT process, they are returned to the OUTPUT and can select another record for display.

The disadvantage with this approach is that it uses the Default Input process from the Data Dictionary as the process to invoke when the user presses Option 33. You may already have a certain default input process specified for a particular file, and it may not be appropriate for the browsable display. If you can think of an elegant way to solve this problem, let us know!

« Return




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

[back to top]