Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

sub file display question

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

  • sub file display question

    Hi
    I am trying to figure out how to display a screen similar to below in a subfield using drop/fold. I have only used this to show “wrap around” data in a single record. This file has redundant data and I would like to show the redundant on the first line with multiple unique on the drop down. I have a feeling this can’t be done? If not, any other ideas in a page down list type screen?
    _(opt)___ ABC Bakery Products: (Redundant)
    Item 1 (Unique) same record of ABC Bakery
    Item 2 (unique) different record of ABC Bakery
    Item 3 (unique) different record of ABC Bakery

    Thank You
    Sue Burde

  • #2
    All records within the subfile must have the same record length, or in this case the same number of lines. You could not have one record displaying two lines, and another three lines. In such a case, the third line would be spaces.

    The following two lines of code would be added to the subfile control record:

    [TT]A SFLDROP(CF11)
    A SFLFOLD(CF11)[/TT]

    The function key could be anything. I tend to use F11 for this purpose.

    Dave
    Last edited by D.Abramowitz; 10-14-2010, 07:18 AM. Reason: Formatting

    Comment

    Working...
    X