× 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.



here is how i manage this type of situation if it can help youi :

IndicScreen = 1
Dow indicscreen > 0 

Select 
    When indicscreen = 1
        Exsr screen 1
    When Indicscreen = 2 
        Exsr Screen 2
    Endsl        

enddo

Screen1 management : and the same for each screen
Dow indicscree = 1
Exfmt
    If F03 
        Indicscreen = 0
    Endif
    If F12
        Indicscreen = Indicscreen - 1
    Endif
    On enter
    control screen 
    If not error
        Validate screen 1
        Indicscreen = Indicscreen + 1
    Endif
Enddo

Hope this help

----- Original Message ----- 
From: "Yivi" <nardus@xxxxxxxxx>
To: "RPG programming on the AS400 / iSeries" <rpg400-l@xxxxxxxxxxxx>
Sent: Friday, September 23, 2005 12:43 PM
Subject: Re: screen indicators passing throgh loops


Now that you point it out, it feels astoundingly obvious.

Thanks a lot.

Regards,

I.-

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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.