× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I'm writing an application for RF scanners with 5250 emulation on the
warehouse floor. It will be used for recording physical inventory.



Most of the record formats have one field. The user progresses through the
record formats by scanning, some keyboard input, and I finally write a row
to the DB.



Some of the record formats will have an option to go back several screens,
for instance they are done scanning upc's, and need to go back and scan a
new location. CF03 will always be available to let them exit.



In the past, I've done the screen progression with multiple DOW, like this:



Dow *inkc = *off

Exfmt scn01



If physical# > 0

Dow *inkc = *off

Exfmt scn02

Enddo

Enddo



But with over 10 record formats, that many nested loops gets crappy. And I
don't have an easy way to drop back a certain# of screens.



I need an easy way to move forward and back. WDYT?



Thanks, Jack


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.