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



Last problem is that I display a confirmation screen, for the deletes.

They want to be able to take an acct, and add to this confirmation
screen, other records (that were not selected w/ a delete number (4))

and add these to the confirmation screen. My idea is to go and read a
diff. logical that is keyed by acct, and add such records to the subfile,
just prior to the EXFMT.

But whenever I try to read this logical, the program hangs.

THe code for the display part:
C                   when      option = delete
C                   eval      rrn2 = rrn2 +1
C                   write     sfl2
C                   eval      *in74 = *on
C                   update    sfl1
C                   eval      *in74 = *off

C                   endsl
C                   readc     sfl1
C                enddo

C                   if        rrn2 > 0
C                   eval      lstrrn2 = rrn2
C                   eval      rrn2 = 1
C                   write     fkey2
C                   exfmt     sf2ctl
C                   if        (cfkey <> exit) and (cfkey <> cancel)
C                   exsr      dltrcd
C     asnkey        setll     mllc1wpk
C                   exsr      clrsf1
C                   exsr      sflbld
C                   endif
C                   endif
C

Where in this code that I put in a simple READE of the logical, the
program hangs.

I am not sure what the issue is.

Please help if you can,
Thanks,
Steve

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.