Creating grids for listof
To display the items in a ListOf property as a grid, add the ASGRID keyword.
Example
Definition "Use Case"
{
CHAPTER "Steps"
PROPERTY "Use Case Steps"
{ EDIT COMPLETE LISTOF "Use Case Step"
KEYED BY { "Package", "Use Case Name":Name, Name}
ASGRID LENGTH 1200
}
}
Example of LISTOF ASGRID list
See also