ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Cobol/400 subfiles

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Cobol/400 subfiles

    Hi all,

    I am doing a Page = Size subfile pgm, i am facig a scenario like:

    In a screen there is only last record which is displayed.
    If some where the deletion happens, to that record which is being displayed.

    Then if i do Page up that last record will be repeated.

    Any ideas and suggestions pls??

    Thanks
    hsp
    'Coding = Experience'
    hsp

  • #2
    Re: Cobol/400 subfiles

    If I understand your problem correctly, this is a typical application design problem. Your solution should be based on your current design in conjunction with your user's business requirements.

    You could provide the ability to "refresh" the subfile via a function key or other action, display a message to the user that the current record has been deleted and protect the specific subfile entry, or any number of other options...

    Terry

    Comment

    Working...
    X